xrs-0.1.0.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Lang.Denotation

Documentation

runBinOp :: BinOp -> Val -> Val -> Val #

type BuiltInFun = [Val] -> Val #

type Arity = Int #

runBuiltIn :: Var -> [Val] -> Val #