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 e2fdebd58..54c152496 100644
--- a/src/GF/Compile/PGrammar.hs
+++ b/src/GF/Compile/PGrammar.hs
@@ -15,7 +15,7 @@ import Operations
pTerm :: String -> Err Term
pTerm s = do
- e <- err2err $ pExp $ myLexer s
+ e <- {- err2err $ -} pExp $ myLexer s
transExp e
pTrm :: String -> Term