mini-ml-0.1.0.0: MiniML compiler
Safe HaskellSafe-Inferred
LanguageHaskell2010

StdLib

Synopsis

Standard Library

typedDecls :: [TypedDeclaration] Source #

The list of typed standard declarations.

decls :: [Identifier] Source #

The list of standard declarations.

allDeclsWithArity :: [DeclarationWithArity] Source #

The list of all (including internal) standard declarations with their arity.

Function Declarations

Internal Function Declarations