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.

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

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

    No documentation available.

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

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

    hyperbole Web.Hyperbole.Data.QueryData

    Decode a Read as a query param

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

  5. readQueue :: Queue a -> IO a

    kazura-queue Control.Concurrent.KazuraQueue

    Read an item from the Queue.

  6. readQueueWithoutMask :: Queue a -> IO a

    kazura-queue Control.Concurrent.KazuraQueue

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

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

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

  9. readWCached :: WCached a -> a

    kazura-queue Control.Concurrent.WVar

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

  10. readWTicket :: WTicket a -> a

    kazura-queue Control.Concurrent.WVar

    Read the value of the WTicket

Page 316 of many | Previous | Next