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.

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

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

  3. pReadMaker :: InternalInfo -> PositionReadMaker

    warp Network.Wai.Handler.Warp.Internal

    PositionReadMaker based on file descriptor cache. Since 3.3.13

  4. windowsThreadBlockHack :: IO a -> IO a

    warp Network.Wai.Handler.Warp.Internal

    No documentation available.

  5. gread :: Data a => ReadS a

    syb Data.Generics.Text

    Generic read: an alternative to "deriving Read"

  6. maybeRead :: Read a => String -> Maybe a

    utility-ht Text.Read.HT

    No documentation available.

  7. bodyReaderSource :: forall (m :: Type -> Type) i . MonadIO m => BodyReader -> ConduitM i ByteString m ()

    http-conduit Network.HTTP.Client.Conduit

    No documentation available.

  8. brReadSome :: BodyReader -> Int -> IO ByteString

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

  9. liftReadsPrecDefault :: (GRead1 NonV4 (Rep1 f), Generic1 f) => (Int -> ReadS a) -> ReadS [a] -> Int -> ReadS (f a)

    transformers-compat Data.Functor.Classes.Generic

    A sensible default liftReadsPrec implementation for Generic1 instances.

  10. liftReadsPrecOptions :: (GRead1 NonV4 (Rep1 f), Generic1 f) => Options -> (Int -> ReadS a) -> ReadS [a] -> Int -> ReadS (f a)

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

Page 463 of many | Previous | Next