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.
HsSumTy :: XSumTy pass -> [LHsType pass] -> HsType passghc Language.Haskell.Syntax.Type - AnnKeywordId : AnnOpen '(#', AnnClose '#)'@
isEntitySum :: EntityDef -> Boolpersistent Database.Persist.EntityDef No documentation available.
entitySum :: EntityDef -> !Boolpersistent Database.Persist.EntityDef.Internal Whether or not this entity represents a sum type in the database.
parsedEntityDefIsSum :: ParsedEntityDef -> Boolpersistent Database.Persist.Quasi.Internal.ModelParser No documentation available.
evaluateSummary :: Summary -> IO ()hspec-core Test.Hspec.Core.Runner Exit with exitFailure if the given Summary indicates that there was at least one failure.
toSummary :: SpecResult -> Summaryhspec-core Test.Hspec.Core.Runner No documentation available.
testSuiteStatSumTime :: TestSuiteStats -> !Word64sydtest Test.Syd.SpecDef No documentation available.
type
Consumer a = Proxy () a () Xpipes Pipes type
Consumer' a (m :: Type -> Type) r = forall y' y . () => Proxy () a y' y m rpipes Pipes Like Consumer, but with a polymorphic type
type
Consumer a = Proxy () a () Xpipes Pipes.Core