Module
Lambs.Define
- Package
- purescript-lambs
- Repository
- Glorp/purescript-lambs
#Definitions Source
#substDefs Source
substDefs :: Definitions -> Term -> TermGiven
- some
Definitions - a
Term
this should return a new Term where the Defines in the Definitions are
substituted for the correspinging free variables in the original Term.
#noDefinitions Source
noDefinitions :: DefinitionsEmpty list of toplevel definitions.
#addDef Source
addDef :: Define -> Definitions -> DefinitionsFor adding a definition.
#removeDef Source
removeDef :: Undefine -> Definitions -> DefinitionsFor taking away a definition.
#definitionsList Source
definitionsList :: Definitions -> List DefineFor getting the list of Defines contained in a Definitions