Safe Haskell | None |
---|---|
Language | Haskell2010 |
Front.Identifiers
Description
Identifiers, associated metadata, and reserved identifiers.
Synopsis
- data IdKind
- newtype DataInfo = DataInfo {}
- newtype TypInfo = TypInfo {}
- builtinTypes :: Map Identifier TypInfo
- builtinData :: Map Identifier DataInfo
Documentation
Where an identifier comes from.
Metadata associated with a data identifier.
Metadata associated with a type identifier.
builtinTypes :: Map Identifier TypInfo Source #
Map of builtin types.
builtinData :: Map Identifier DataInfo Source #
Map of builtin data.