Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. putBool :: Bool -> Put

    data-msgpack Data.MessagePack

    No documentation available.

  2. ObjectBool :: Bool -> Object

    data-msgpack-types Data.MessagePack.Types.Object

    represents true or false

  3. fromBools :: [Bool] -> Bits

    flat Flat.Bits

    No documentation available.

  4. toBools :: Bits -> [Bool]

    flat Flat.Bits

    No documentation available.

  5. consBool :: ConsState -> (ConsState, Bool)

    flat Flat.Decoder

    Decode a single bit

  6. dBool :: Get Bool

    flat Flat.Decoder

    Decode a boolean

  7. consBool :: ConsState -> (ConsState, Bool)

    flat Flat.Decoder.Prim

    Decode a single bit

  8. dBool :: Get Bool

    flat Flat.Decoder.Prim

    Decode a boolean

  9. eBool :: Bool -> Encoding

    flat Flat.Encoder

    No documentation available.

  10. sBool :: Size Bool

    flat Flat.Encoder

    No documentation available.

Page 128 of many | Previous | Next