diff options
Diffstat (limited to 'src/compiler/GF/Grammar/Predef.hs')
| -rw-r--r-- | src/compiler/GF/Grammar/Predef.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compiler/GF/Grammar/Predef.hs b/src/compiler/GF/Grammar/Predef.hs index b77aea40e..44cc060ec 100644 --- a/src/compiler/GF/Grammar/Predef.hs +++ b/src/compiler/GF/Grammar/Predef.hs @@ -33,6 +33,7 @@ module GF.Grammar.Predef , cOccurs, cEqInt, cLessInt, cPlus, cShow, cRead , cToStr, cMapStr, cError , cToUpper, cToLower, cIsUpper + , cEqVal -- hacks , cMeta, cAs, cChar, cChars, cSeq, cAlt, cRep @@ -129,6 +130,9 @@ cIsUpper = identC (BS.pack "isUpper") cEqStr :: Ident cEqStr = identC (BS.pack "eqStr") +cEqVal :: Ident +cEqVal = identC (BS.pack "eqVal") + cOccur :: Ident cOccur = identC (BS.pack "occur") |
