const -package -transformers
Constant function.
Representation of constructors. Note that equality on constructors with different types may not work -- i.e. the constructors for False and Nothing may compare equal.
Gets the field labels of a constructor. The list of labels is returned in the same order as they were given in the original constructor declaration.
Gets the fixity of a constructor
Gets the index of a constructor (algebraic datatypes only)
Public representation of constructors
Gets the public presentation of constructors
Gets the datatype of a constructor
Return a list of values of a datatype. Each value is one of the possible constructors of the datatype, populated with empty values.
Gets the constructors of an algebraic datatype
Show more results