Safe Haskell | None |
---|---|
Language | Haskell98 |
- type Name = Text
- data Bind
- data Bound
- takeBoundOfBind :: Bind -> Maybe Bound
- data DaConBind = DaConBindName Text
- data DaConBound
- = DaConBoundName Text
- | DaConBoundLit PrimLit
- data TyConBind = TyConBindName Text
- data TyConBound = TyConBoundName Text
Documentation
Binding occurrence of a variable.
Bound occurrence of a variable.
Binding occurrence of a data constructor.
DaConBindName Text |
data DaConBound Source #
Bound occurrences of a data constructor.
Binding occurrence of a type constructor.
TyConBindName Text |