diff options
Diffstat (limited to 'src/GF/Grammar/Values.hs')
| -rw-r--r-- | src/GF/Grammar/Values.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
