Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. bool :: FieldValue Bool

    config-ini Data.Ini.Config.Bidir

    Represents a field whose value is a Bool value. This parser is case-insensitive, and matches the words true, false, yes, and no, as well as single-letter abbreviations for all of the above. This will serialize as true for True and false for False.

  2. bool :: Bool -> Json

    jsonifier Jsonifier

    JSON Boolean literal.

  3. bool :: Bool -> FortranIO r (Ptr Bool)

    netlib-carray Numeric.Netlib.CArray.Utility

    No documentation available.

  4. bool :: Bool -> FortranIO r (Ptr Bool)

    netlib-comfort-array Numeric.Netlib.ComfortArray.Utility

    No documentation available.

  5. bool :: forall (m :: Type -> Type) . Monad m => Parser Word8 m Bool

    streamly-core Streamly.Internal.Data.Binary.Parser

    A value of type Bool is encoded as follows in binary encoding.

    0 ==> False
    1 ==> True
    
    Pre-release

  6. bool :: forall (m :: Type -> Type) . Applicative m => Bool -> Stream m Word8

    streamly-core Streamly.Internal.Data.Binary.Stream

    A value of type Bool is encoded as follows in binary encoding.

    0 ==> False
    1 ==> True
    
    Pre-release

  7. bool :: Bool -> SExpr

    what4 What4.Serialize.Printer

    Lift a boolean.

  8. bool :: Bool -> SExpr

    what4 What4.Serialize.SETokens

    Lift a boolean.

  9. bool :: STR Bool

    RefSerialize Data.RefSerialize.Parser

    No documentation available.

  10. bool :: Decoder Bool

    aeson-combinators Data.Aeson.Combinators.Decode

    Decode JSON booleans to Haskell Bool

Page 15 of many | Previous | Next