Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readJUnitConfig :: FilePath -> [(String, String)] -> JUnitConfighspec-junit-formatter Test.Hspec.JUnit.Config.Env No documentation available.
readWSFrame :: Int -> Connection -> IO (Maybe (WSFrameHdr, ByteString))http-io-streams Network.Http.Client.WebSocket Convenience function for reading a single (possibly fragmented) frame from an established WebSocket connection. The first argument is the maximum expected frame size to receive; if a larger frame is encountered an exception is raised. This operation does not perform any defragmentation nor automatically deal with control-frames (those will be returned to the caller as-is). Returns Nothing if the InputStream is terminated before reading the first octet.
readQueryParam :: Read a => ParamValue -> Either Text ahyperbole Web.Hyperbole.Data.QueryData Decode a Read as a query param
readableCountryName :: CountryCode -> Stringiso3166-country-codes Data.ISO3166_CountryCodes A human readable version of the official name of a country from its country code Uses some ad-hockery to rearrange the order of the words.
-
kazura-queue Control.Concurrent.KazuraQueue Read an item from the Queue.
readQueueWithoutMask :: Queue a -> IO akazura-queue Control.Concurrent.KazuraQueue Non-masked version of readQueue. It is not safe for asynchronous exception.
readFreshWCached :: WCached a -> IO (WTicket a)kazura-queue Control.Concurrent.WVar Read the Fresh value of the WCached. It blocks and waits for a Fresh value when the WCached is being updated by someone.
readFreshWVar :: WVar a -> IO akazura-queue Control.Concurrent.WVar Read the fresh value of the WVar. It blocks and waits for a fresh value when the WVar is being updated by someone.
-
kazura-queue Control.Concurrent.WVar Read the cached value of the WCached. It never blocks.
-
kazura-queue Control.Concurrent.WVar Read the value of the WTicket