Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
tryReadTMVar :: TMVar a -> STM (Maybe a)unliftio UnliftIO.STM A version of readTMVar which does not retry. Instead it returns Nothing if no value is available.
tryReadTQueue :: TQueue a -> STM (Maybe a)unliftio UnliftIO.STM A version of readTQueue which does not retry. Instead it returns Nothing if no value is available.
pReadMaker :: InternalInfo -> PositionReadMakerwarp Network.Wai.Handler.Warp.Internal PositionReadMaker based on file descriptor cache. Since 3.3.13
windowsThreadBlockHack :: IO a -> IO awarp Network.Wai.Handler.Warp.Internal No documentation available.
-
syb Data.Generics.Text Generic read: an alternative to "deriving Read"
maybeRead :: Read a => String -> Maybe autility-ht Text.Read.HT No documentation available.
-
http-conduit Network.HTTP.Client.Conduit No documentation available.
brReadSome :: BodyReader -> Int -> IO ByteStringhttp-conduit Network.HTTP.Client.Conduit Continuously call brRead, building up a lazy ByteString until a chunk is constructed that is at least as many bytes as requested. Since 0.4.20
-
transformers-compat Data.Functor.Classes.Generic A sensible default liftReadsPrec implementation for Generic1 instances.
-
transformers-compat Data.Functor.Classes.Generic Like liftReadsPrecDefault, but with configurable Options. Currently, the Options have no effect (but this may change in the future).