ghc-8.2.2: The GHC API
Specialise
Synopsis
specProgram :: ModGuts -> CoreM ModGuts Source #
Specialise calls to type-class overloaded functions occuring in a program.
specUnfolding :: [Var] -> (CoreExpr -> CoreExpr) -> Arity -> Unfolding -> Unfolding Source #