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.
-
mongoDB Database.MongoDB.Query Get partial results from a mongos if some shards are down, instead of throwing an error.
-
mongoDB Database.MongoDB.Query No documentation available.
-
mongoDB Database.MongoDB.Query The Aggregate Pipeline
-
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.
ProtocolFailure :: Int -> String -> FailuremongoDB Database.MongoDB.Query The structure of the returned documents doesn't match what we expected
-
mutable-containers Data.Mutable A primitive ByteArray reference, supporting any monad. Since 0.2.0
-
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.
class Monad m =>
PrimMonad (m :: Type -> Type)mutable-containers Data.Mutable Class of monads which can perform primitive state-transformer actions.
type family
PrimState (m :: Type -> Type)mutable-containers Data.Mutable State token type.
-
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).