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.

  1. RDualBool :: Purify P2 -> RDualBool

    rec-def Data.Recursive.Internal

    No documentation available.

  2. withBool :: String -> (Bool -> Parser a) -> Value -> Parser a

    safe-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"
    

  3. containWithBool :: String -> (Bool -> Parser a) -> Value -> Contained (Parser a)

    safe-json Data.SafeJSON

    Similar to withBool, but contained to be used in safeFrom definitions

  4. isElmListOfMaybeBoolType :: EType -> Bool

    servant-elm Servant.Elm.Internal.Generate

    No documentation available.

  5. _ioTEventsDetectorModelAssetPropertyVariantBooleanValue :: IoTEventsDetectorModelAssetPropertyVariant -> Maybe (Val Text)

    stratosphere Stratosphere.ResourceProperties.IoTEventsDetectorModelAssetPropertyVariant

    No documentation available.

  6. itedmapvBooleanValue :: Lens' IoTEventsDetectorModelAssetPropertyVariant (Maybe (Val Text))

    stratosphere Stratosphere.ResourceProperties.IoTEventsDetectorModelAssetPropertyVariant

    http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-assetpropertyvariant.html#cfn-iotevents-detectormodel-assetpropertyvariant-booleanvalue

  7. _ioTTopicRuleAssetPropertyVariantBooleanValue :: IoTTopicRuleAssetPropertyVariant -> Maybe (Val Text)

    stratosphere Stratosphere.ResourceProperties.IoTTopicRuleAssetPropertyVariant

    No documentation available.

  8. ittrapvBooleanValue :: Lens' IoTTopicRuleAssetPropertyVariant (Maybe (Val Text))

    stratosphere Stratosphere.ResourceProperties.IoTTopicRuleAssetPropertyVariant

    http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-assetpropertyvariant.html#cfn-iot-topicrule-assetpropertyvariant-booleanvalue

  9. xsdBoolean :: ScopedName

    swish Swish.RDF.Vocabulary.XSD

    xsd:boolean from http://www.w3.org/TR/xmlschema-2/#boolean.

  10. 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.

Page 164 of many | Previous | Next