Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
grisette Grisette.SymPrim Forall quantifier over symbolic constants in a freshly generated value. Quantifier over functions is not supported.
>>> :{ x :: Fresh SymBool x = forallFresh () $ \(a :: SymBool) -> existsFresh () $ \(b :: SymBool) -> mrgReturn $ a .== b :}>>> runFresh x "x" (forall x@0 :: Bool (exists x@1 :: Bool (= x@0 x@1)))
Only available with sbv 10.1.0 or later. forallSet :: ConstantSymbolSet -> SymBool -> SymBoolgrisette Grisette.SymPrim Forall quantifier over a set of constant symbols. Quantifier over functions is not supported.
>>> let xsym = "x" :: TypedConstantSymbol Integer >>> let ysym = "y" :: TypedConstantSymbol Integer >>> let x = "x" :: SymInteger >>> let y = "y" :: SymInteger >>> forallSet (buildSymbolSet [xsym, ysym]) (x .== y) (forall x :: Integer (forall y :: Integer (= x y)))
Only available with SBV 10.1.0 or later.forallSym :: (HasCallStack, ExtractSym a) => a -> SymBool -> SymBoolgrisette Grisette.SymPrim Forall quantifier over all symbolic constants in a value. Quantifier over functions is not supported.
>>> let a = ["x", "y"] :: [SymInteger] >>> forallSym a $ sum a .== 0 (forall x :: Integer (forall y :: Integer (= (+ x y) 0)))
Only available with sbv 10.1.0 or later.formatPath :: Text -> DistilledPost -> Maybe Texthakyll-convert Hakyll.Convert.OutputFormat No documentation available.
-
hal AWS.Lambda.Events.ApiGateway.ProxyResponse Forbidden 403
-
haskell-src-exts-simple Language.Haskell.Exts.Simple.Syntax No documentation available.
format :: FormatResult r => String -> rhformat Text.Format No documentation available.
formatArgs :: Format -> [FormatArg]hformat Text.Format No documentation available.
formatResult :: FormatResult r => Format -> rhformat Text.Format No documentation available.
formatString :: Format -> Stringhformat Text.Format No documentation available.