From 0098d5e9439c8695893e32a350f36e9397c2ceec Mon Sep 17 00:00:00 2001 From: bringert Date: Mon, 6 Dec 2004 17:44:59 +0000 Subject: Use strict parser and GHC-specific lexer for source grammars. --- src/GF/Source/ParGF.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/GF/Source/ParGF.hs') 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 $ -- cgit v1.2.3