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.

  1. readJSON_Keys_NoLayout :: (FsRoot root, FromJSON ReadJSON_Keys_NoLayout a) => KeyEnv -> Path root -> IO (Either DeserializationError a)

    hackage-security Hackage.Security.Server

    No documentation available.

  2. readJSON_NoKeys_NoLayout :: (FsRoot root, FromJSON ReadJSON_NoKeys_NoLayout a) => Path root -> IO (Either DeserializationError a)

    hackage-security Hackage.Security.Server

    No documentation available.

  3. readLazyByteString :: FsRoot root => Path root -> IO ByteString

    hackage-security Hackage.Security.Util.Path

    No documentation available.

  4. readStrictByteString :: FsRoot root => Path root -> IO ByteString

    hackage-security Hackage.Security.Util.Path

    No documentation available.

  5. readFile :: FilePath -> IO Document

    html-conduit Text.HTML.DOM

    No documentation available.

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

  7. readByParse :: TextParser a -> ReadS a

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

  8. readsPrecByParsePrec :: (Int -> TextParser a) -> Int -> ReadS a

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

  9. readByParse :: TextParser a -> ReadS a

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

  10. readsPrecByParsePrec :: (Int -> TextParser a) -> Int -> ReadS a

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

Page 219 of many | Previous | Next