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.

  1. tidyType :: TidyEnv -> Type -> Type

    ghc GHC.Core.Type

    Tidy a Type See Note [Strictness in tidyType and friends]

  2. tidyTypes :: TidyEnv -> [Type] -> [Type]

    ghc GHC.Core.Type

    Tidy a list of Types See Note [Strictness in tidyType and friends]

  3. tidyVarBndr :: TidyEnv -> TyCoVar -> (TidyEnv, TyCoVar)

    ghc GHC.Core.Type

    No documentation available.

  4. 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.

  5. data UnfoldingGuidance

    ghc GHC.Core.Unfold

    UnfoldingGuidance says when unfolding should take place

  6. calcUnfoldingGuidance :: UnfoldingOpts -> Bool -> CoreExpr -> UnfoldingGuidance

    ghc GHC.Core.Unfold

    No documentation available.

  7. combineIdenticalAlts :: [AltCon] -> [CoreAlt] -> (Bool, [AltCon], [CoreAlt])

    ghc GHC.Core.Utils

    No documentation available.

  8. dumpIdInfoOfProgram :: Bool -> (IdInfo -> SDoc) -> CoreProgram -> SDoc

    ghc GHC.Core.Utils

    No documentation available.

  9. getIdFromTrivialExpr :: HasDebugCallStack => CoreExpr -> Id

    ghc GHC.Core.Utils

    No documentation available.

  10. getIdFromTrivialExpr_maybe :: CoreExpr -> Maybe Id

    ghc GHC.Core.Utils

    No documentation available.

Page 500 of many | Previous | Next