We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6398739 commit 11490dbCopy full SHA for 11490db
packages/backend-lalr/src/Happy/Backend/LALR/ProduceCode.lhs
@@ -916,7 +916,7 @@ directive determins the API of the provided function.
916
> Just _ -> str "(\\(tokens, explist) -> happyError)"
917
918
> reduceArrElem n
919
-> = tupE [intE n, varE ("happyReduce_" ++ show n)]
+> = tupE [intE n, varE (mkReduceFun n "")]
920
921
-----------------------------------------------------------------------------
922
-- Produce the parser entry and exit points
0 commit comments