Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. readFromFile :: Golden str -> FilePath -> IO str

    hspec-golden Test.Hspec.Golden

    How to read the file,

  2. readFile :: FilePath -> IO Document

    html-conduit Text.HTML.DOM

    No documentation available.

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

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

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

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

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

  8. readEnum :: MessageEnum a => String -> Maybe a

    proto-lens Data.ProtoLens.Message

    Convert the given String to an enum value. Returns Nothing if no corresponding value was defined in the .proto file.

  9. readMessage :: Message msg => Text -> Either String msg

    proto-lens Data.ProtoLens.TextFormat

    Parse a Message from the human-readable protocol buffer text format.

  10. readMessageOrDie :: Message msg => Text -> msg

    proto-lens Data.ProtoLens.TextFormat

    Parse a Message from the human-readable protocol buffer text format. Throws an error if the parse was not successful.

Page 218 of many | Previous | Next