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.

  1. readJUnitConfig :: FilePath -> [(String, String)] -> JUnitConfig

    hspec-junit-formatter Test.Hspec.JUnit.Config.Env

    No documentation available.

  2. readQueryParam :: Read a => ParamValue -> Either Text a

    hyperbole Web.Hyperbole.Data.QueryData

    Decode a Read as a query param

  3. readableCountryName :: CountryCode -> String

    iso3166-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.

  4. readQueue :: Queue a -> IO a

    kazura-queue Control.Concurrent.KazuraQueue

    Read an item from the Queue.

  5. readQueueWithoutMask :: Queue a -> IO a

    kazura-queue Control.Concurrent.KazuraQueue

    Non-masked version of readQueue. It is not safe for asynchronous exception.

  6. 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.

  7. readFreshWVar :: WVar a -> IO a

    kazura-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.

  8. readWCached :: WCached a -> a

    kazura-queue Control.Concurrent.WVar

    Read the cached value of the WCached. It never blocks.

  9. readWTicket :: WTicket a -> a

    kazura-queue Control.Concurrent.WVar

    Read the value of the WTicket

  10. readWVar :: WVar a -> IO a

    kazura-queue Control.Concurrent.WVar

    Read the cached value of the WVar. It never blocks.

Page 315 of many | Previous | Next