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

Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. sumRepDataConTyCon :: TyCon

    ghc-lib-parser GHC.Builtin.Types

    No documentation available.

  2. sumTyCon :: Arity -> TyCon

    ghc-lib-parser GHC.Builtin.Types

    Type constructor for n-ary unboxed sum.

  3. sumPatParens :: EpAnnSumPat -> (EpaLocation, EpaLocation)

    ghc-lib-parser GHC.Hs.Pat

    No documentation available.

  4. sumPatVbarsAfter :: EpAnnSumPat -> [EpToken "|"]

    ghc-lib-parser GHC.Hs.Pat

    No documentation available.

  5. sumPatVbarsBefore :: EpAnnSumPat -> [EpToken "|"]

    ghc-lib-parser GHC.Hs.Pat

    No documentation available.

  6. sumParens :: SDoc -> SDoc

    ghc-lib-parser GHC.Types.Basic

    No documentation available.

  7. summaryNodeSummary :: SummaryNode -> ModuleGraphNode

    ghc-lib-parser GHC.Unit.Module.Graph

    No documentation available.

  8. sumTypeMigrate :: Migration

    persistent-test SumTypeTest

    No documentation available.

  9. sumConstructorName :: Text -> Text -> Name

    domain-core DomainCore.TH

    Assemble a sum constructor name.

  10. sumEff :: forall t (es :: [Effect]) a . (HasCallStack, Foldable t, NonDet :> es) => t (Eff es a) -> Eff es a

    effectful-core Effectful.NonDet

    Specialized version of asum with the HasCallStack constraint for tracking purposes.

Page 49 of many | Previous | Next

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