ghc-lib-0.20201101: The GHC API, decoupled from GHC versions
Safe HaskellNone
LanguageHaskell2010

GHC.Core.Tidy

Documentation

tidyExpr :: TidyEnv -> CoreExpr -> CoreExpr Source #

tidyRules :: TidyEnv -> [CoreRule] -> [CoreRule] Source #

tidyUnfolding :: TidyEnv -> Unfolding -> Unfolding -> Unfolding Source #