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.
boolValue :: Value -> Maybe Boolgogol-script Gogol.Script.Types Represents a boolean value.
boolValue :: ExtendedValue -> Maybe Boolgogol-sheets Gogol.Sheets Represents a boolean value.
booleanRule :: ConditionalFormatRule -> Maybe BooleanRulegogol-sheets Gogol.Sheets The formatting is either "on" or "off" according to the rule.
boolValue :: ExtendedValue -> Maybe Boolgogol-sheets Gogol.Sheets.Types Represents a boolean value.
booleanRule :: ConditionalFormatRule -> Maybe BooleanRulegogol-sheets Gogol.Sheets.Types The formatting is either "on" or "off" according to the rule.
boolValue :: CloudExportAdditionalProperties -> Maybe Boolgogol-shopping-content Gogol.ShoppingContent Boolean value of the given property. For example for a TV product, "True" or "False" if the screen is UHD.
boolValue :: CloudExportAdditionalProperties -> Maybe Boolgogol-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.
boolDefaultFalseFrom :: PHPSessionValue -> Boolhs-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.
boolDefaultTrueFrom :: PHPSessionValue -> Boolhs-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.
boolFromESBooleanCoercionRules :: PHPSessionValue -> Boolhs-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.