Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
hackage-security Hackage.Security.Server No documentation available.
-
hackage-security Hackage.Security.Server No documentation available.
readLazyByteString :: FsRoot root => Path root -> IO ByteStringhackage-security Hackage.Security.Util.Path No documentation available.
readStrictByteString :: FsRoot root => Path root -> IO ByteStringhackage-security Hackage.Security.Util.Path No documentation available.
readFile :: FilePath -> IO Documenthtml-conduit Text.HTML.DOM No documentation available.
readFile :: forall (m :: Type -> Type) . MonadSafe m => FilePath -> Producer' String m ()pipes-safe Pipes.Safe.Prelude Read lines from a file, automatically opening and closing the file as necessary
readByParse :: TextParser a -> ReadS apolyparse Text.Parse If you have a TextParser for a type, you can easily make it into a Read instance, by throwing away any error messages.
readsPrecByParsePrec :: (Int -> TextParser a) -> Int -> ReadS apolyparse Text.Parse If you have a TextParser for a type, you can easily make it into a Read instance, by throwing away any error messages.
readByParse :: TextParser a -> ReadS apolyparse Text.Parse.ByteString If you have a TextParser for a type, you can easily make it into a Read instance, by throwing away any error messages. Use of this wrapper function is NOT recommended with ByteString, because there is a lot of inefficiency in conversions to/from String.
readsPrecByParsePrec :: (Int -> TextParser a) -> Int -> ReadS apolyparse Text.Parse.ByteString If you have a TextParser for a type, you can easily make it into a Read instance, by throwing away any error messages. Use of this wrapper function is NOT recommended with ByteString, because there is a lot of inefficiency in conversions to/from String.