1
0
forked from GitHub/gf-core

now in the command shell the primary type in the pipe is Expr not Tree. This makes the pt -compute and pt -typecheck more interesting

This commit is contained in:
krasimir
2009-05-23 21:33:52 +00:00
parent f9c877eec6
commit 0c46a129e6
10 changed files with 110 additions and 95 deletions

View File

@@ -25,7 +25,7 @@ data Value
deriving (Eq,Ord,Show)
data Argument
= ATree Tree
= AExpr Expr
| ANoArg
| AMacro Ident
deriving (Eq,Ord,Show)