ghc-8.6.4: The GHC API
PrelRules
primOpRules :: Name -> PrimOp -> Maybe CoreRule Source #
builtinRules :: [CoreRule] Source #
caseRules :: DynFlags -> CoreExpr -> Maybe (CoreExpr, AltCon -> Maybe AltCon, Id -> CoreExpr) Source #
Match the scrutinee of a case and potentially return a new scrutinee and a function to apply to each literal alternative.