update old name

This commit is contained in:
crumbtoo
2023-12-11 17:30:32 -07:00
parent 7391148d62
commit b31c50dd72

View File

@@ -133,7 +133,7 @@ ddumpEval = whenFlag flagDDumpEval do
parseProg :: RLPCOptions
-> String
-> Either SrcError (CoreProgram, [SrcError])
-> Either SrcError (Program', [SrcError])
parseProg o = evalRLPC o . (lexCore >=> parseCoreProg)
forFiles_ :: (Monad m)