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

Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. HsSumTy :: XSumTy pass -> [LHsType pass] -> HsType pass

    ghc GHC.Hs.Type

    • AnnKeywordId : AnnOpen '(#', AnnClose '#)'@

  2. IfaceSumTyCon :: Arity -> IfaceTyConSort

    ghc GHC.Iface.Type

    an unboxed sum, e.g. (# a | b | c #)

  3. PEP_SumSyntaxType :: PsErrPunDetails

    ghc GHC.Parser.Errors.Types

    No documentation available.

  4. PsErrUnsupportedBoxedSumExpr :: !SumOrTuple (HsExpr GhcPs) -> PsMessage

    ghc GHC.Parser.Errors.Types

    Unsupported boxed sum in expression

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

    ghc GHC.Parser.Errors.Types

    Unsupported boxed sum in pattern

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

    ghc GHC.Parser.PostProcess

    Disambiguate tuple sections and unboxed sums

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

    ghc GHC.Parser.PostProcess

    No documentation available.

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

    ghc GHC.Parser.Types

    No documentation available.

  9. isSumTyConName :: Name -> Bool

    ghc GHC.Plugins

    No documentation available.

  10. isUnboxedSumType :: Type -> Bool

    ghc GHC.Plugins

    No documentation available.

Page 92 of many | Previous | Next

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