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.
readFromFile :: Golden str -> FilePath -> IO strhspec-golden Test.Hspec.Golden How to read the file,
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.
readEnum :: MessageEnum a => String -> Maybe aproto-lens Data.ProtoLens.Message Convert the given String to an enum value. Returns Nothing if no corresponding value was defined in the .proto file.
readMessage :: Message msg => Text -> Either String msgproto-lens Data.ProtoLens.TextFormat Parse a Message from the human-readable protocol buffer text format.
readMessageOrDie :: Message msg => Text -> msgproto-lens Data.ProtoLens.TextFormat Parse a Message from the human-readable protocol buffer text format. Throws an error if the parse was not successful.