Skip to content

Instantly share code, notes, and snippets.

View Jonplussed's full-sized avatar

Jonathan Childress Jonplussed

  • Portland, OR
View GitHub Profile
@Jonplussed
Jonplussed / LengthList.hs
Last active November 15, 2015 18:33 — forked from twopoint718/Lits.hs
Not quite sure how to implement
{-# LANGUAGE DataKinds
, GADTs
, KindSignatures
, ScopedTypeVariables
, TypeOperators
#-}
module LengthList
( LengthList (..)
-- examples