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

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. PsErrUnsupportedBoxedSumPat :: !SumOrTuple (PatBuilder GhcPs) -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unsupported boxed sum in pattern

  2. mkSumOrTuplePV :: DisambECP b => SrcSpanAnnA -> Boxity -> SumOrTuple b -> [AddEpAnn] -> PV (LocatedA b)

    ghc GHC.Parser.PostProcess

    Disambiguate tuple sections and unboxed sums

  3. mkUnboxedSumCon :: LHsType GhcPs -> ConTag -> Arity -> (LocatedN RdrName, HsConDeclH98Details GhcPs)

    ghc GHC.Parser.PostProcess

    No documentation available.

  4. pprSumOrTuple :: Outputable b => Boxity -> SumOrTuple b -> SDoc

    ghc GHC.Parser.Types

    No documentation available.

  5. isSumTyConName :: Name -> Bool

    ghc GHC.Plugins

    No documentation available.

  6. isUnboxedSumType :: Type -> Bool

    ghc GHC.Plugins

    No documentation available.

  7. ic_resume :: InteractiveContext -> [Resume]

    ghc GHC.Runtime.Context

    The stack of breakpoint contexts

  8. data Resume

    ghc GHC.Runtime.Eval

    No documentation available.

  9. Resume :: String -> ForeignRef (ResumeContext [HValueRef]) -> ResumeBindings -> [Id] -> ForeignHValue -> Maybe InternalBreakpointId -> SrcSpan -> String -> RemotePtr CostCentreStack -> [History] -> Int -> Resume

    ghc GHC.Runtime.Eval

    No documentation available.

  10. getResumeContext :: GhcMonad m => m [Resume]

    ghc GHC.Runtime.Eval

    No documentation available.

Page 93 of many | Previous | Next

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