• 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. AnnExplicitSum :: EpaLocation -> [EpToken "|"] -> [EpToken "|"] -> EpaLocation -> AnnExplicitSum

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  2. data EpAnnSumPat

    ghc-lib-parser GHC.Hs.Pat

    No documentation available.

  3. EpAnnSumPat :: (EpaLocation, EpaLocation) -> [EpToken "|"] -> [EpToken "|"] -> EpAnnSumPat

    ghc-lib-parser GHC.Hs.Pat

    No documentation available.

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

    ghc-lib-parser GHC.Hs.Type

    No documentation available.

  5. IfaceSumTyCon :: Arity -> IfaceTyConSort

    ghc-lib-parser GHC.Iface.Type

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

  6. DeepSubsumption :: Extension

    ghc-lib-parser GHC.Internal.LanguageExtensions

    No documentation available.

  7. UnboxedSums :: Extension

    ghc-lib-parser GHC.Internal.LanguageExtensions

    No documentation available.

  8. UnboxedSumE :: Exp -> SumAlt -> SumArity -> Exp

    ghc-lib-parser GHC.Internal.TH.Syntax

    { (#|e|#) }
    

  9. UnboxedSumP :: Pat -> SumAlt -> SumArity -> Pat

    ghc-lib-parser GHC.Internal.TH.Syntax

    { (#|p|#) }
    

  10. UnboxedSumT :: SumArity -> Type

    ghc-lib-parser GHC.Internal.TH.Syntax

    (#|#), (#||#), etc.

Page 135 of many | Previous | Next

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