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. bool :: Parser Bool

    attoparsec-data Attoparsec.Data

    Accepts any string interpretable as a boolean: "1" or "0", "true" or "false", "yes" or "no", "y" or "n", "t" or "f". Case-insensitive.

  2. bool :: f c -> (a -> Bool) -> (a -> c) -> (a -> c) -> Colonnade f a c

    colonnade Colonnade

    No documentation available.

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

  4. bool :: Bool -> Json

    jsonifier Jsonifier

    JSON Boolean literal.

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

    netlib-carray Numeric.Netlib.CArray.Utility

    No documentation available.

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

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

    No documentation available.

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

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

  9. bool :: Bool -> SExpr

    what4 What4.Serialize.Printer

    Lift a boolean.

  10. bool :: Bool -> SExpr

    what4 What4.Serialize.SETokens

    Lift a boolean.

Page 15 of many | Previous | Next