• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data RewriteCall

    ghc-lib-parser GHC.Core.Opt.Simplify.Utils

    No documentation available.

  2. interestingCallContext :: SimplEnv -> SimplCont -> CallCtxt

    ghc-lib-parser GHC.Core.Opt.Simplify.Utils

    No documentation available.

  3. postInlineUnconditionally :: SimplEnv -> BindContext -> InId -> OutId -> OutExpr -> Bool

    ghc-lib-parser GHC.Core.Opt.Simplify.Utils

    No documentation available.

  4. preInlineUnconditionally :: SimplEnv -> TopLevelFlag -> InId -> InExpr -> StaticEnv -> Maybe SimplEnv

    ghc-lib-parser GHC.Core.Opt.Simplify.Utils

    No documentation available.

  5. PostInlineUnconditionally :: Id -> Tick

    ghc-lib-parser GHC.Core.Opt.Stats

    No documentation available.

  6. PreInlineUnconditionally :: Id -> Tick

    ghc-lib-parser GHC.Core.Opt.Stats

    No documentation available.

  7. ForAllPred :: [TyVar] -> [PredType] -> PredType -> Pred

    ghc-lib-parser GHC.Core.Predicate

    A quantified predicate. See Note [Quantified constraints] in GHC.Tc.Solver.Solve

  8. isCallStackPred :: Class -> [Type] -> Maybe FastString

    ghc-lib-parser GHC.Core.Predicate

    Is a PredType a CallStack implicit parameter? If so, return the name of the parameter.

  9. isCallStackPredTy :: Type -> Bool

    ghc-lib-parser GHC.Core.Predicate

    No documentation available.

  10. isCallStackTy :: Type -> Bool

    ghc-lib-parser GHC.Core.Predicate

    Is a type a CallStack?

Page 560 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete