Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. Partial :: QueryOption

    mongoDB Database.MongoDB.Query

    Get partial results from a mongos if some shards are down, instead of throwing an error.

  2. type Password = Text

    mongoDB Database.MongoDB.Query

    No documentation available.

  3. type Pipeline = [Document]

    mongoDB Database.MongoDB.Query

    The Aggregate Pipeline

  4. type Projector = Document

    mongoDB Database.MongoDB.Query

    Fields to return, analogous to the select clause in SQL. [] means return whole document (analogous to * in SQL). ["x" =: 1, "y" =: 1] means return only x and y fields of each document. ["x" =: 0] means return all fields except x.

  5. ProtocolFailure :: Int -> String -> Failure

    mongoDB Database.MongoDB.Query

    The structure of the returned documents doesn't match what we expected

  6. data PRef s a

    mutable-containers Data.Mutable

    A primitive ByteArray reference, supporting any monad. Since 0.2.0

  7. class Prim a

    mutable-containers Data.Mutable

    Class of types supporting primitive array operations. This includes interfacing with GC-managed memory (functions suffixed with ByteArray#) and interfacing with unmanaged memory (functions suffixed with Addr#). Endianness is platform-dependent.

  8. class Monad m => PrimMonad (m :: Type -> Type)

    mutable-containers Data.Mutable

    Class of monads which can perform primitive state-transformer actions.

  9. type family PrimState (m :: Type -> Type)

    mutable-containers Data.Mutable

    State token type.

  10. class Param a

    mysql-simple Database.MySQL.Simple

    A type that may be used as a single parameter to a SQL query. A default implementation is provided for any type which is an instance of ToField, providing a simple mechanism for user-defined encoding to text- or blob-like fields (including JSON).

Page 628 of many | Previous | Next