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