Contents
Index
Safe Haskell
None
AdvanceTypes
Documentation
data
Pattern
where
Constructors
Nil
::
Pattern
`[]`
Cons
::
Maybe
h ->
Pattern
t ->
Pattern
(h : t)