• 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. HsSumTy :: XSumTy pass -> [LHsType pass] -> HsType pass

    ghc Language.Haskell.Syntax.Type

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

  2. isEntitySum :: EntityDef -> Bool

    persistent Database.Persist.EntityDef

    No documentation available.

  3. entitySum :: EntityDef -> !Bool

    persistent Database.Persist.EntityDef.Internal

    Whether or not this entity represents a sum type in the database.

  4. parsedEntityDefIsSum :: ParsedEntityDef -> Bool

    persistent Database.Persist.Quasi.Internal.ModelParser

    No documentation available.

  5. evaluateSummary :: Summary -> IO ()

    hspec-core Test.Hspec.Core.Runner

    Exit with exitFailure if the given Summary indicates that there was at least one failure.

  6. toSummary :: SpecResult -> Summary

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  7. testSuiteStatSumTime :: TestSuiteStats -> !Word64

    sydtest Test.Syd.SpecDef

    No documentation available.

  8. type Consumer a = Proxy () a () X

    pipes Pipes

    Consumers can only await

  9. type Consumer' a (m :: Type -> Type) r = forall y' y . () => Proxy () a y' y m r

    pipes Pipes

    Like Consumer, but with a polymorphic type

  10. type Consumer a = Proxy () a () X

    pipes Pipes.Core

    Consumers can only await

Page 100 of many | Previous | Next

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