Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. isEthiopic :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

  2. isEthiopicExtended :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

  3. isEthiopicExtendedA :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

  4. isEthiopicSupplement :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

  5. module Data.Set.CharSet

    Char sets implemeted as non-overlapping ordered lists of intervalls

  6. type CharSet = [(Char, Char)]

    hxt-charproperties Data.Set.CharSet

    No documentation available.

  7. data ReplicaSet

    mongoDB Database.MongoDB.Connection

    Maintains a connection (created on demand) to each server in the named replica set

  8. type ReplicaSetName = Text

    mongoDB Database.MongoDB.Connection

    No documentation available.

  9. closeReplicaSet :: ReplicaSet -> IO ()

    mongoDB Database.MongoDB.Connection

    Close all connections to replica set

  10. openReplicaSet :: (ReplicaSetName, [Host]) -> IO ReplicaSet

    mongoDB Database.MongoDB.Connection

    Open 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. 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 openReplicaSet' instead.

Page 126 of many | Previous | Next