Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. boolValue :: Value -> Maybe Bool

    gogol-script Gogol.Script.Types

    Represents a boolean value.

  2. boolValue :: ExtendedValue -> Maybe Bool

    gogol-sheets Gogol.Sheets

    Represents a boolean value.

  3. booleanRule :: ConditionalFormatRule -> Maybe BooleanRule

    gogol-sheets Gogol.Sheets

    The formatting is either "on" or "off" according to the rule.

  4. boolValue :: ExtendedValue -> Maybe Bool

    gogol-sheets Gogol.Sheets.Types

    Represents a boolean value.

  5. booleanRule :: ConditionalFormatRule -> Maybe BooleanRule

    gogol-sheets Gogol.Sheets.Types

    The formatting is either "on" or "off" according to the rule.

  6. boolValue :: CloudExportAdditionalProperties -> Maybe Bool

    gogol-shopping-content Gogol.ShoppingContent

    Boolean value of the given property. For example for a TV product, "True" or "False" if the screen is UHD.

  7. boolValue :: CloudExportAdditionalProperties -> Maybe Bool

    gogol-shopping-content Gogol.ShoppingContent.Types

    Boolean value of the given property. For example for a TV product, "True" or "False" if the screen is UHD.

  8. boolDefaultFalseFrom :: PHPSessionValue -> Bool

    hs-php-session Data.PHPSession.ImplicitConv.ConvBool

    Returns the value of a boolean value as a Bool, or returns False as the default Bool value if the PHPSessionValue is not a boolean type. This function is similar to the "strict comparison" operator against the boolean TRUE value.

  9. boolDefaultTrueFrom :: PHPSessionValue -> Bool

    hs-php-session Data.PHPSession.ImplicitConv.ConvBool

    Returns the value of a boolean value as a Bool, or returns True as the default Bool value if the PHPSessionValue is not a boolean type.

  10. boolFromESBooleanCoercionRules :: PHPSessionValue -> Bool

    hs-php-session Data.PHPSession.ImplicitConv.ConvBool

    Alternative boolean coercion based on the JS/ES boolean conversion rules. A particular distinction of the coercion behaviour of this function compared to the behaviour of other functions is that floating point NaN returns False instead of True. Values that return False are NAN, 0, the empty string "", NULL and FALSE PHP objects, arrays and objects implementing Serializable always return True. JS/ES's boolean conversion is described in section 9.2 of the ECMA 262 standard.

Page 67 of many | Previous | Next