Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
tidyType :: TidyEnv -> Type -> Typeghc GHC.Core.Type Tidy a Type See Note [Strictness in tidyType and friends]
tidyTypes :: TidyEnv -> [Type] -> [Type]ghc GHC.Core.Type Tidy a list of Types See Note [Strictness in tidyType and friends]
tidyVarBndr :: TidyEnv -> TyCoVar -> (TidyEnv, TyCoVar)ghc GHC.Core.Type No documentation available.
tidyVarBndrs :: TidyEnv -> [TyCoVar] -> (TidyEnv, [TyCoVar])ghc GHC.Core.Type This tidies up a type for printing in an error message, or in an interface file. It doesn't change the uniques at all, just the print names.
-
ghc GHC.Core.Unfold UnfoldingGuidance says when unfolding should take place
calcUnfoldingGuidance :: UnfoldingOpts -> Bool -> CoreExpr -> UnfoldingGuidanceghc GHC.Core.Unfold No documentation available.
combineIdenticalAlts :: [AltCon] -> [CoreAlt] -> (Bool, [AltCon], [CoreAlt])ghc GHC.Core.Utils No documentation available.
dumpIdInfoOfProgram :: Bool -> (IdInfo -> SDoc) -> CoreProgram -> SDocghc GHC.Core.Utils No documentation available.
getIdFromTrivialExpr :: HasDebugCallStack => CoreExpr -> Idghc GHC.Core.Utils No documentation available.
getIdFromTrivialExpr_maybe :: CoreExpr -> Maybe Idghc GHC.Core.Utils No documentation available.