Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. openReplicaSetTLS :: (ReplicaSetName, [Host]) -> IO ReplicaSet

    mongoDB Database.MongoDB.Connection

    Open secure connections (on demand) to servers in the replica set. Supplied hosts is seed list. At least one of them must be a live member of the named replica set, otherwise fail. The value of globalConnectTimeout at the time of this call is the timeout used for future member connect attempts. To use your own value call openReplicaSetTLS' instead.

  2. openReplicaSetTLS' :: Secs -> (ReplicaSetName, [Host]) -> IO ReplicaSet

    mongoDB Database.MongoDB.Connection

    Open secure connections (on demand) to servers in replica set. Supplied hosts is seed list. At least one of them must be a live member of the named replica set, otherwise fail. Supplied seconds timeout is used for connect attempts to members.

  3. replSetName :: ReplicaSet -> Text

    mongoDB Database.MongoDB.Connection

    Get the name of connected replica set.

  4. fromSet :: (Int -> a) -> IntSet -> MonoidalIntMap a

    monoidal-containers Data.IntMap.Monoidal

    No documentation available.

  5. keysSet :: MonoidalIntMap a -> IntSet

    monoidal-containers Data.IntMap.Monoidal

    No documentation available.

  6. fromSet :: (Int -> a) -> IntSet -> MonoidalIntMap a

    monoidal-containers Data.IntMap.Monoidal.Strict

    No documentation available.

  7. keysSet :: MonoidalIntMap a -> IntSet

    monoidal-containers Data.IntMap.Monoidal.Strict

    No documentation available.

  8. fromSet :: (k -> a) -> Set k -> MonoidalMap k a

    monoidal-containers Data.Map.Monoidal

    No documentation available.

  9. keysSet :: MonoidalMap k a -> Set k

    monoidal-containers Data.Map.Monoidal

    No documentation available.

  10. fromSet :: (k -> a) -> Set k -> MonoidalMap k a

    monoidal-containers Data.Map.Monoidal.Strict

    No documentation available.

Page 128 of many | Previous | Next