summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Command/Abstract.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src-3.0/GF/Command/Abstract.hs')
-rw-r--r--src-3.0/GF/Command/Abstract.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-3.0/GF/Command/Abstract.hs b/src-3.0/GF/Command/Abstract.hs
index 8643a649f..b26499d54 100644
--- a/src-3.0/GF/Command/Abstract.hs
+++ b/src-3.0/GF/Command/Abstract.hs
@@ -24,7 +24,7 @@ data Value
deriving (Eq,Ord,Show)
data Argument
- = AExp Exp
+ = ATree Tree
| ANoArg
| AMacro Ident
deriving (Eq,Ord,Show)