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