From e5c8636a5f608af83d918e62533306cf7ddc7118 Mon Sep 17 00:00:00 2001 From: krasimir Date: Sat, 23 May 2009 21:33:52 +0000 Subject: 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 --- src/GF/Command/Abstract.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/Command/Abstract.hs') 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) -- cgit v1.2.3