Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
boolSpecNames :: BoolSpec -> [String]ogma-core Language.Trans.Lustre2Copilot Return all identifiers used in a BoolSpec that are not reserved keywords.
boolSpec2Copilot :: BoolSpec -> Stringogma-core Language.Trans.SMV2Copilot Return the Copilot representation of an SMV 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.
boolSpecNames :: BoolSpec -> [String]ogma-core Language.Trans.SMV2Copilot Return all identifiers used in a BoolSpec that are not reserved keywords.