summaryrefslogtreecommitdiff
path: root/src/GF/Source/ParGF.hs
diff options
context:
space:
mode:
authorbringert <unknown>2004-12-06 17:44:59 +0000
committerbringert <unknown>2004-12-06 17:44:59 +0000
commit0098d5e9439c8695893e32a350f36e9397c2ceec (patch)
tree5d4799fe36c80d1bb849dc3827669d764cf43dc2 /src/GF/Source/ParGF.hs
parent798cb370029712dc96e9ca5d1fbacc698c6d3649 (diff)
Use strict parser and GHC-specific lexer for source grammars.
Diffstat (limited to 'src/GF/Source/ParGF.hs')
-rw-r--r--src/GF/Source/ParGF.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GF/Source/ParGF.hs b/src/GF/Source/ParGF.hs
index ad8041523..3c7cee9a3 100644
--- a/src/GF/Source/ParGF.hs
+++ b/src/GF/Source/ParGF.hs
@@ -2861,7 +2861,7 @@ pOldGrammar tks = happyThen (happyParse 2# tks) (\x -> happyReturn (happyOut82 x
pExp tks = happyThen (happyParse 3# tks) (\x -> happyReturn (happyOut56 x))
-happySeq = happyDontSeq
+happySeq = happyDoSeq
returnM :: a -> Err a
returnM = return
@@ -2875,7 +2875,7 @@ happyError ts =
myLexer = tokens
{-# LINE 1 "GenericTemplate.hs" #-}
--- $Id: ParGF.hs,v 1.4 2004/09/14 18:05:47 aarne Exp $
+-- $Id: ParGF.hs,v 1.5 2004/12/06 18:44:59 bringert Exp $