inferno-core-0.1.0.0: A statically-typed functional scripting language
Safe HaskellSafe-Inferred
LanguageHaskell2010

Inferno.Eval

Documentation

type TermEnv hash c m = (Map ExtIdent (Value c m), Map hash (Value c m)) Source #