tao-example-1.0.0: Example usage of the tao package.
Tao.Example.List
type family Take (n :: Nat) (xs :: [k]) where ... Source #
Equations
type family Drop (n :: Nat) (xs :: [k]) where ... Source #
type family Chunk (n :: Nat) (xs :: [k]) where ... Source #