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:
@@ -25,7 +25,7 @@ data Value
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
data Argument
|
||||
= ATree Tree
|
||||
= AExpr Expr
|
||||
| ANoArg
|
||||
| AMacro Ident
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
Reference in New Issue
Block a user