secd-0.1.0.0: A Haskell implementation of the SECD abstract machine

Safe HaskellSafe
LanguageHaskell2010

SECD.Types

Documentation

data MValue Source #

Instances

type SECD = ([Command], [MValue], [MValue]) Source #