tfp-1.0.0.2: Type-level integers, booleans, lists using type families
Type.Data.List
data Cons car cdr #
Instances
Methods
showsPrec :: Int -> Cons car cdr -> ShowS #
show :: Cons car cdr -> String #
showList :: [Cons car cdr] -> ShowS #
data Null #
showsPrec :: Int -> Null -> ShowS #
show :: Null -> String #
showList :: [Null] -> ShowS #
type family IsNull l #
type family Head l #
type family Tail l #
type family Reverse l #
type family Append l1 l2 #