ghc-9.10.1: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.Core.Opt.Exitify

Synopsis

Documentation

exitifyProgram :: CoreProgram -> CoreProgram Source #

Traverses the AST, simply to find all joinrecs and call exitify on them. The really interesting function is exitifyRec