GeomAlg-0.2.3: Library of geometric algorithms in HaskellSource codeContentsIndex
GeomAlg.External.ListCat
Description
Lists with associative concatenation cite[K. 4]{hughes96:pretty}
Documentation
type ListCat a = [a] -> [a]Source
nil :: ListCat aSource
unit :: a -> ListCat aSource
cat :: ListCat a -> ListCat a -> ListCat aSource
cats :: [ListCat a] -> ListCat aSource
list :: ListCat a -> [a]Source
toListCat :: [a] -> ListCat aSource
Produced by Haddock version 2.4.2