| Copyright | (c) Fontaine 2009 - 2011 |
|---|---|
| License | BSD |
| Maintainer | Fontaine@cs.uni-duesseldorf.de |
| Stability | experimental |
| Portability | GHC-only |
| Safe Haskell | None |
| Language | Haskell2010 |
CSPM.Interpreter.Eval
Description
The main eval function of the Interpreter.
Documentation
evalOutField :: LExp -> EM Field Source
evalFieldSet :: LExp -> EM FieldSet Source
evalProcess :: LExp -> EM Process Source
evalModule :: Module INT -> Env Source
Process a module and return the top-level envirionment.