Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. getBoolean :: Get Bool

    avro Data.Avro.Internal.Get

    No documentation available.

  2. DBoolean :: Bool -> DefaultValue

    avro Data.Avro.Schema.Schema

    No documentation available.

  3. DataTypeBoolean :: DataType

    beam-core Database.Beam.Backend.SQL.AST

    No documentation available.

  4. data SqlBool

    beam-core Database.Beam.Query

    Phantom type representing a SQL Tri-state boolean -- true, false, and unknown This type has no values because it cannot be sent to or retrieved from the database directly. Use isTrue_, isFalse_, isNotTrue_, isNotFalse_, isUnknown_, isNotUnknown_, and unknownAs_ to retrieve the corresponding Bool value.

  5. fromPossiblyNullBool_ :: QGenExpr context be s (Maybe Bool) -> QGenExpr context be s SqlBool

    beam-core Database.Beam.Query

    Convert a possibly NULL Bool to a SqlBool.

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

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

  8. defaultBoolOptions :: BoolOptions

    cpphs Language.Preprocessor.Cpphs

    Default settings of boolean options.

  9. GBool :: Bool -> GValueBody

    greskell-core Data.Greskell.GraphSON

    No documentation available.

  10. GBool :: Bool -> GValueBody

    greskell-core Data.Greskell.GraphSON.GValue

    No documentation available.

Page 125 of many | Previous | Next