diff options
| author | krasimir <krasimir@chalmers.se> | 2009-05-23 21:33:52 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-05-23 21:33:52 +0000 |
| commit | e5c8636a5f608af83d918e62533306cf7ddc7118 (patch) | |
| tree | 813d9b452133b4283de850bd1d634f76678f46b8 /src/GF/Command/Abstract.hs | |
| parent | 41b263cf6aa38e7c6ef090c0fa18949b86eec62c (diff) | |
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
Diffstat (limited to 'src/GF/Command/Abstract.hs')
| -rw-r--r-- | src/GF/Command/Abstract.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Command/Abstract.hs b/src/GF/Command/Abstract.hs index dff404194..1f7c4014e 100644 --- a/src/GF/Command/Abstract.hs +++ b/src/GF/Command/Abstract.hs @@ -25,7 +25,7 @@ data Value deriving (Eq,Ord,Show) data Argument - = ATree Tree + = AExpr Expr | ANoArg | AMacro Ident deriving (Eq,Ord,Show) |
