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.
whCheckRunOutputSummary :: HookCheckRunOutput -> !Maybe Textgithub-webhooks GitHub.Data.Webhooks.Payload No documentation available.
whWikiPageSummary :: HookWikiPage -> !Maybe Textgithub-webhooks GitHub.Data.Webhooks.Payload No documentation available.
projectSearchFilter_repository_checksum_failed :: ProjectSearchAttrs -> Maybe Boolgitlab-haskell GitLab.API.Projects Limit projects where the repository checksum calculation has failed.
ProduceUnsatAssumptions :: Bool -> SMTOptiongrisette Grisette.Backend No documentation available.
AssumptionViolation :: VerificationConditionsgrisette Grisette.Core No documentation available.
-
grisette Grisette.Core Used within a monadic multi path computation to begin exception processing. Similar to symAssert, but terminates the execution path with AssumptionViolation error. Examples:
>>> symAssume (ssym "a") :: ExceptT VerificationConditions Union () ExceptT {If (! a) (Left AssumptionViolation) (Right ())} AssumptionViolation :: VerificationConditionsgrisette Grisette.Internal.Core.Control.Exception No documentation available.
-
grisette Grisette.Internal.Core.Data.Class.Error Used within a monadic multi path computation to begin exception processing. Similar to symAssert, but terminates the execution path with AssumptionViolation error. Examples:
>>> symAssume (ssym "a") :: ExceptT VerificationConditions Union () ExceptT {If (! a) (Left AssumptionViolation) (Right ())} binaryOpAllowSumType :: BinaryOpClassConfig -> Boolgrisette Grisette.Internal.TH.Derivation.BinaryOpCommon No documentation available.
mrgAsum :: (Alternative f, TryMerge f, Mergeable a, Foldable t) => t (f a) -> f agrisette Grisette.Lib.Control.Applicative asum with MergingStrategy knowledge propagation.