Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
boolFromPerlBooleanCoercionRules :: PHPSessionValue -> Boolhs-php-session Data.PHPSession.ImplicitConv.ConvBool Alternative boolean coercion based on non-overloaded Perl 5 rules. Values that return False are the empty string "", the string containing "0", 0, NULL and FALSE. PHP objects, arrays and objects implementing Serializable always return True. Perl's boolean coercion rules are described in the section "Truth and Falsehood" of "perlsyn". http://perldoc.perl.org/perlsyn.html#Truth-and-Falsehood
boolFromPythonBooleanCoercionRules :: PHPSessionValue -> Boolhs-php-session Data.PHPSession.ImplicitConv.ConvBool Alternative boolean coercion based on non-overloaded Python rules. Values that return False are the empty array [], the empty string "", 0, NULL and FALSE. PHP objects and objects implementing Serializable always return True. Python's boolean conversion rules are described in "Truth Value Testing" in section 3.1 of Python 2.5's Library Reference. https://docs.python.org/release/2.5.2/lib/truth.html
boolFromReducedLooseCoercion :: PHPSessionValue -> Boolhs-php-session Data.PHPSession.ImplicitConv.ConvBool A version of boolFromReducedLooseCoercionSafe that may throw exceptions.
boolFromReducedLooseCoercionNullable :: PHPSessionValue -> Maybe Boolhs-php-session Data.PHPSession.ImplicitConv.ConvBool A version of boolFromReducedLooseCoercion where NULL returns Nothing and all other inputs returns Just with the boolean result. May throw an exception on invalid values.
boolFromReducedLooseCoercionNullableSafe :: PHPSessionValue -> Either String (Maybe Bool)hs-php-session Data.PHPSession.ImplicitConv.ConvBool A version of boolFromReducedLooseCoercionSafe where NULL returns Right Nothing and all other inputs returns Right Just with the boolean result. May return Left with an error message if given invalid values.
boolFromReducedLooseCoercionSafe :: PHPSessionValue -> Either String Boolhs-php-session Data.PHPSession.ImplicitConv.ConvBool Coerces a PHPSessionValue to a Bool through a reduced subset of valid values. boolFromReducedLooseCoercionSafe and boolFromReducedLooseCoercion are functions intended for testing a variable for a boolean "confirmation" from a limited number of probable representations. Values that result in True are TRUE, non-zero numbers, "1" and "-1". Values that result in False are FALSE, zero numbers, NULL, "0" and "". Values such as arrays, objects and arbitrary strings, are invalid with this function and return an error. In the case of boolFromReducedLooseCoercionSafe this returns a Left with the error message.
boolopts :: CpphsOptions -> BoolOptionshse-cpp Language.Haskell.Exts.CPP No documentation available.
boolValue :: CExpr -> Maybe Boollanguage-c Language.C.Analysis.ConstEval No documentation available.
-
language-c Language.C.Analysis.TypeUtils The type of comparisons/guards. This is always just int.
boolSpec2Copilot :: BoolSpec -> Stringogma-core Language.Trans.Lustre2Copilot Return the Copilot representation of a Lustre BoolSpec. This function returns the temporal property only. The string does not contain any top-level names, any imports, or auxiliary definitions that may be required.