ContentsIndex
IMC.AST
Synopsis
type Statement = ()
type Sub = ()
type Op = String
type SubName = String
class Value a
data Term
= TStr str termstr
| TOp1 op term termstatement
| TSub subname arrtermstatement termsub
compile :: ExpQ -> ExpQ
imcRun :: Term a -> IO a
imcCompile :: Term a -> ExpQ
Produced by Haddock version ADDOCK_VERSION