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

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

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

    ghc GHC.Core.Opt.Simplify.Utils

    No documentation available.

  2. postInlineUnconditionally :: SimplEnv -> BindContext -> OutId -> OccInfo -> OutExpr -> Bool

    ghc GHC.Core.Opt.Simplify.Utils

    No documentation available.

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

    ghc GHC.Core.Opt.Simplify.Utils

    No documentation available.

  4. PostInlineUnconditionally :: Id -> Tick

    ghc GHC.Core.Opt.Stats

    No documentation available.

  5. PreInlineUnconditionally :: Id -> Tick

    ghc GHC.Core.Opt.Stats

    No documentation available.

  6. isWorkerSmallEnough :: Int -> Int -> [Var] -> Bool

    ghc GHC.Core.Opt.WorkWrap.Utils

    No documentation available.

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

    ghc GHC.Core.Predicate

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

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

    ghc GHC.Core.Predicate

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

  9. isCallStackPredTy :: Type -> Bool

    ghc GHC.Core.Predicate

    No documentation available.

  10. isCallStackTy :: Type -> Bool

    ghc GHC.Core.Predicate

    Is a type a CallStack?

Page 263 of many | Previous | Next

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