Hoogle Search
Within LTS Haskell 24.33 (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.
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
-
kazura-queue Control.Concurrent.WVar Read the cached value of the WVar. It never blocks.