Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
A generic "data" type.
The main constructor
Constr
represents a datatype value in sum-of-products
form:
Constr i args
represents a use of the
i
th constructor along with its arguments.
The other constructors are various primitives.