You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing that happy generates Haskell files such as
happySpecReduce_2 nt fn (j::FAST_INT) tk _ CONS(_,sts@(CONS(st@HAPPYSTATE(action),_))) (v1`HappyStk`v2`HappyStk`stk')
=let r = fn v1 v2 in
happySeq r (GOTO(action) nt j tk st sts (r `HappyStk` stk'))
since the unreleased 2.0 version, I think.
While I understand that it's far easier to lean on GHC's CPP extension to generate parsers, doing so kind of implies --ghc.
If we want to go that route, can't we go all the way also get rid of the non---ghc mode of happy?