Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. possiblyNullBool_ :: QGenExpr context be s SqlBool -> QGenExpr context be s (Maybe Bool)

    beam-core Database.Beam.Query

    Retrieve a SqlBool value as a potentially NULL Bool. This is useful if you want to get the value of a SQL boolean expression directly, without having to specify what to do on UNKNOWN. Note that both NULL and UNKNOWN will be returned as Nothing.

  2. sqlBool_ :: QGenExpr context syntax s Bool -> QGenExpr context syntax s SqlBool

    beam-core Database.Beam.Query

    Convert a known not null bool to a SqlBool. See unknownAs_ for the inverse

  3. ConsumeBool :: (Bool -> ST s (DecodeAction s a)) -> DecodeAction s a

    cborg Codec.CBOR.Decoding

    No documentation available.

  4. TypeBool :: TokenType

    cborg Codec.CBOR.Decoding

    No documentation available.

  5. decodeBool :: Decoder s Bool

    cborg Codec.CBOR.Decoding

    Decode a bool.

  6. TkBool :: Bool -> Tokens -> Tokens

    cborg Codec.CBOR.Encoding

    No documentation available.

  7. encodeBool :: Bool -> Encoding

    cborg Codec.CBOR.Encoding

    Encode a Bool.

  8. TkBool :: Bool -> TermToken

    cborg Codec.CBOR.FlatTerm

    No documentation available.

  9. TBool :: Bool -> Term

    cborg Codec.CBOR.Term

    No documentation available.

  10. TypeBoolean :: Type

    dbus DBus

    No documentation available.

Page 117 of many | Previous | Next