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. textReadBool :: MonadThrow m => Text -> m Bool

    aws Aws.Core

    Read a boolean from a Text, throwing an XmlException on failure.

  2. DBool :: Bool -> DValue

    aws Aws.DynamoDb.Core

    No documentation available.

  3. DBoolSet :: Set Bool -> DValue

    aws Aws.DynamoDb.Core

    Composite data

  4. newtype DynBool

    aws Aws.DynamoDb.Core

    Boolean values stored in DynamoDb. Only used in defining new DynVal instances.

  5. DynBool :: Bool -> DynBool

    aws Aws.DynamoDb.Core

    No documentation available.

  6. newtype OldBool

    aws Aws.DynamoDb.Core

    No documentation available.

  7. OldBool :: Bool -> OldBool

    aws Aws.DynamoDb.Core

    No documentation available.

  8. unDynBool :: DynBool -> Bool

    aws Aws.DynamoDb.Core

    No documentation available.

  9. pgBoolAnd :: QExpr Postgres s a -> QAgg Postgres s (Maybe Bool)

    beam-postgres Database.Beam.Postgres

    Postgres bool_and aggregate. Returns false unless every row is true.

  10. pgBoolOr :: QExpr Postgres s a -> QAgg Postgres s (Maybe Bool)

    beam-postgres Database.Beam.Postgres

    Postgres bool_or aggregate. Returns true if any of the rows are true.

Page 147 of many | Previous | Next