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. readXml :: XmlContent a => String -> Either String a

    HaXml Text.XML.HaXml.XmlContent.Haskell

    Read a fully-typed XML document from a string.

  2. readMIMETypes :: MIMETypeData -> Bool -> FilePath -> IO MIMETypeData

    MissingH Data.MIME.Types

    Read the given mime.types file and add it to an existing object. Returns new object.

  3. readSystemMIMETypes :: MIMETypeData -> IO MIMETypeData

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

  4. read_header :: String -> Either GZipError (Header, String)

    MissingH System.FileArchive.GZip

    Read the GZip header. Return (Header, Remainder).

  5. read_section :: String -> Either GZipError (Section, String)

    MissingH System.FileArchive.GZip

    Read one section, returning (ThisSection, Remainder)

  6. read_sections :: String -> Either GZipError [Section]

    MissingH System.FileArchive.GZip

    Read all sections.

  7. readBinaryFile :: FilePath -> IO String

    MissingH System.IO.Binary

    Like the built-in readFile, but opens the file in binary instead of text mode.

  8. readState :: ArrowReader r a => a b r

    arrows Control.Arrow.Operations

    Obtain the current value of the state.

  9. readStore :: Store a -> IO a

    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.

  10. readDot :: ParseDotRepr dg n => IO (dg n)

    graphviz Data.GraphViz.Commands.IO

    Read in and parse a DotRepr value from stdin.

Page 200 of many | Previous | Next