From 9f867c4922cccb6e61b273a55103e2afaeac4bde Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 11 Dec 2005 17:48:55 +0000 Subject: float parsing fixed --- src/GF/Grammar/Values.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/Grammar/Values.hs') diff --git a/src/GF/Grammar/Values.hs b/src/GF/Grammar/Values.hs index a7c58036d..6e029d98b 100644 --- a/src/GF/Grammar/Values.hs +++ b/src/GF/Grammar/Values.hs @@ -83,7 +83,7 @@ cString :: Ident cString = identC "String" isPredefCat :: Ident -> Bool -isPredefCat c = elem c [cInt,cString] +isPredefCat c = elem c [cInt,cString,cFloat] eType :: Exp eType = Sort "Type" -- cgit v1.2.3