const package:clash-prelude

const x is a unary function which evaluates to x for all inputs.
>>> const 42 "hello"
42
>>> map (const 42) [0..3]
[42,42,42,42]
Annotation for constructors. Indicates how to match this constructor based off of the whole datatype.
Indicates how to pack constructor for simpleDerivator
Qualified name of type
Internal version of ConstrRepr
The kind of constraints, like Show a
Constructors
Lookup constructor representation based on name
Unchecked version of getConstrRepr