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.

  1. boolFromPerlBooleanCoercionRules :: PHPSessionValue -> Bool

    hs-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

  2. boolFromPythonBooleanCoercionRules :: PHPSessionValue -> Bool

    hs-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

  3. boolFromReducedLooseCoercion :: PHPSessionValue -> Bool

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

    A version of boolFromReducedLooseCoercionSafe that may throw exceptions.

  4. boolFromReducedLooseCoercionNullable :: PHPSessionValue -> Maybe Bool

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

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

  6. boolFromReducedLooseCoercionSafe :: PHPSessionValue -> Either String Bool

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

  7. boolopts :: CpphsOptions -> BoolOptions

    hse-cpp Language.Haskell.Exts.CPP

    No documentation available.

  8. boolValue :: CExpr -> Maybe Bool

    language-c Language.C.Analysis.ConstEval

    No documentation available.

  9. boolType :: Type

    language-c Language.C.Analysis.TypeUtils

    The type of comparisons/guards. This is always just int.

  10. boolSpec2Copilot :: BoolSpec -> String

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

Page 69 of many | Previous | Next