forked from GitHub/gf-core
split the Exp type to Tree and Expr
This commit is contained in:
@@ -24,7 +24,7 @@ data Value
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
data Argument
|
||||
= AExp Exp
|
||||
= ATree Tree
|
||||
| ANoArg
|
||||
| AMacro Ident
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
Reference in New Issue
Block a user