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.
readXml :: XmlContent a => String -> Either String aHaXml Text.XML.HaXml.XmlContent.Haskell Read a fully-typed XML document from a string.
readMIMETypes :: MIMETypeData -> Bool -> FilePath -> IO MIMETypeDataMissingH Data.MIME.Types Read the given mime.types file and add it to an existing object. Returns new object.
readSystemMIMETypes :: MIMETypeData -> IO MIMETypeDataMissingH Data.MIME.Types Read the system's default mime.types files, and add the data contained therein to the passed object, then return the new one.
read_header :: String -> Either GZipError (Header, String)MissingH System.FileArchive.GZip Read the GZip header. Return (Header, Remainder).
read_section :: String -> Either GZipError (Section, String)MissingH System.FileArchive.GZip Read one section, returning (ThisSection, Remainder)
read_sections :: String -> Either GZipError [Section]MissingH System.FileArchive.GZip Read all sections.
readBinaryFile :: FilePath -> IO StringMissingH System.IO.Binary Like the built-in readFile, but opens the file in binary instead of text mode.
readState :: ArrowReader r a => a b rarrows Control.Arrow.Operations Obtain the current value of the state.
-
foreign-store Foreign.Store Read from the store. If the store has been deleted or is unallocated, this will throw an exception. Not thread-safe.
readDot :: ParseDotRepr dg n => IO (dg n)graphviz Data.GraphViz.Commands.IO Read in and parse a DotRepr value from stdin.