Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- type TypedDeclaration = (Identifier, Type)
- typedDecls :: [TypedDeclaration]
- decls :: [Identifier]
- type DeclarationWithArity = (Identifier, Arity)
- allDeclsWithArity :: [DeclarationWithArity]
Documentation
type TypedDeclaration = (Identifier, Type) Source #
typedDecls :: [TypedDeclaration] Source #
The list of typed standard declarations.
decls :: [Identifier] Source #
The list of standard declarations.
type DeclarationWithArity = (Identifier, Arity) Source #
allDeclsWithArity :: [DeclarationWithArity] Source #
The list of all (including internal) standard declarations with their arity.