libcspm-1.0.0: A library providing a parser, type checker and evaluator for CSPM.

Safe HaskellNone

CSPM.Evaluator.DeclBind

Synopsis

Documentation

bindDecls :: [TCDecl] -> EvaluationMonad [(Name, EvaluationMonad Value)]Source

Given a list of declarations, returns a sequence of names bounds to values that can be passed to addScopeAndBind in order to bind them in the current scope.