summaryrefslogtreecommitdiff
path: root/src/GF/Compile/PGrammar.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Compile/PGrammar.hs')
-rw-r--r--src/GF/Compile/PGrammar.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Compile/PGrammar.hs b/src/GF/Compile/PGrammar.hs
index 1890ff0dd..1c6f0b411 100644
--- a/src/GF/Compile/PGrammar.hs
+++ b/src/GF/Compile/PGrammar.hs
@@ -32,7 +32,7 @@ import GF.Data.Operations
pTerm :: String -> Err Term
pTerm s = do
- e <- {- err2err $ -} pExp $ myLexer s
+ e <- err2err $ pExp $ myLexer s
transExp e
pTrm :: String -> Term