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.
readTBCQueue :: TBCQueue a -> STM (Maybe a)hoare Control.Concurrent.TBCQueue Returns Just value until the queue is closed, blocking for the next value.
readMultichannel :: Binary (Multichannel a) => FilePath -> IO (Multichannel a)hsignal Numeric.Signal.Multichannel 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.
readTransaction :: MonadDOM m => Database -> (SQLTransaction -> DOM ()) -> m ()jsaddle-dom JSDOM.Custom.Database No documentation available.
readTransaction' :: MonadDOM m => Database -> (SQLTransaction -> DOM ()) -> m (Maybe SQLError)jsaddle-dom JSDOM.Custom.Database readyStateChange :: EventName XMLHttpRequest Eventjsaddle-dom JSDOM.Custom.XMLHttpRequest -
jsaddle-dom JSDOM.Generated.Database readyStateChange :: (IsDocument self, IsEventTarget self) => EventName self Eventjsaddle-dom JSDOM.Generated.Document readAsArrayBuffer :: (MonadDOM m, IsBlob blob) => FileReader -> Maybe blob -> m ()jsaddle-dom JSDOM.Generated.FileReader readAsBinaryString :: (MonadDOM m, IsBlob blob) => FileReader -> Maybe blob -> m ()jsaddle-dom JSDOM.Generated.FileReader