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.

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

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

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

  4. boolopts :: CpphsOptions -> BoolOptions

    hse-cpp Language.Haskell.Exts.CPP

    No documentation available.

  5. boolValue :: CExpr -> Maybe Bool

    language-c Language.C.Analysis.ConstEval

    No documentation available.

  6. boolType :: Type

    language-c Language.C.Analysis.TypeUtils

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

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

  8. boolSpecNames :: BoolSpec -> [String]

    ogma-core Language.Trans.Lustre2Copilot

    Return all identifiers used in a BoolSpec that are not reserved keywords.

  9. boolSpec2Copilot :: BoolSpec -> String

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

  10. boolSpecNames :: BoolSpec -> [String]

    ogma-core Language.Trans.SMV2Copilot

    Return all identifiers used in a BoolSpec that are not reserved keywords.

Page 72 of many | Previous | Next