Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
RDualBool :: Purify P2 -> RDualBoolrec-def Data.Recursive.Internal No documentation available.
withBool :: String -> (Bool -> Parser a) -> Value -> Parser asafe-json Data.Aeson.Safe withBool expected f value applies f to the Bool when value is a Boolean and fails otherwise.
Error message example
withBool "MyType" f (String "oops") -- Error: "parsing MyType failed, expected Boolean, but encountered String"
containWithBool :: String -> (Bool -> Parser a) -> Value -> Contained (Parser a)safe-json Data.SafeJSON Similar to withBool, but contained to be used in safeFrom definitions
isElmListOfMaybeBoolType :: EType -> Boolservant-elm Servant.Elm.Internal.Generate No documentation available.
-
stratosphere Stratosphere.ResourceProperties.IoTEventsDetectorModelAssetPropertyVariant No documentation available.
itedmapvBooleanValue :: Lens' IoTEventsDetectorModelAssetPropertyVariant (Maybe (Val Text))stratosphere Stratosphere.ResourceProperties.IoTEventsDetectorModelAssetPropertyVariant -
stratosphere Stratosphere.ResourceProperties.IoTTopicRuleAssetPropertyVariant No documentation available.
ittrapvBooleanValue :: Lens' IoTTopicRuleAssetPropertyVariant (Maybe (Val Text))stratosphere Stratosphere.ResourceProperties.IoTTopicRuleAssetPropertyVariant -
swish Swish.RDF.Vocabulary.XSD xsd:boolean from http://www.w3.org/TR/xmlschema-2/#boolean.
type family
AssertBool (msg :: Symbol) (condition :: Bool) :: ()tao Tao Asserts that the type-level condition is true. Returns unit when the condition is true and produces a type error otherwise. The input Symbol is a message that is displayed as part of the type error.