From 4803fb8052caba0421949c9d7768d44ec28d109d Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 5 Jun 2008 07:33:42 +0000 Subject: use parser combinators to parse the shell commands. simplified CommandLine type --- src-3.0/PGF/Data.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-3.0/PGF/Data.hs') diff --git a/src-3.0/PGF/Data.hs b/src-3.0/PGF/Data.hs index 95db1fedf..896e821db 100644 --- a/src-3.0/PGF/Data.hs +++ b/src-3.0/PGF/Data.hs @@ -51,7 +51,7 @@ data Exp = | EStr String -- ^ string constant | EInt Integer -- ^ integer constant | EFloat Double -- ^ floating point constant - | EMeta Integer -- ^ meta variable + | EMeta Int -- ^ meta variable | EVar CId -- ^ variable reference | EEq [Equation] -- ^ lambda function defined as a set of equations with pattern matching deriving (Eq,Ord,Show) -- cgit v1.2.3