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.
-
hxt-charproperties Data.Char.Properties.UnicodeBlocks No documentation available.
isEthiopicExtended :: Char -> Boolhxt-charproperties Data.Char.Properties.UnicodeBlocks No documentation available.
isEthiopicExtendedA :: Char -> Boolhxt-charproperties Data.Char.Properties.UnicodeBlocks No documentation available.
isEthiopicSupplement :: Char -> Boolhxt-charproperties Data.Char.Properties.UnicodeBlocks No documentation available.
-
Char sets implemeted as non-overlapping ordered lists of intervalls
-
hxt-charproperties Data.Set.CharSet No documentation available.
-
mongoDB Database.MongoDB.Connection Maintains a connection (created on demand) to each server in the named replica set
-
mongoDB Database.MongoDB.Connection No documentation available.
closeReplicaSet :: ReplicaSet -> IO ()mongoDB Database.MongoDB.Connection Close all connections to replica set
openReplicaSet :: (ReplicaSetName, [Host]) -> IO ReplicaSetmongoDB 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.