Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. fReadXml :: XmlContent a => FilePath -> IO a

    HaXml Text.XML.HaXml.XmlContent.Haskell

    Read an XML document from a file and convert it to a fully-typed Haskell value.

  2. vShow :: HVIO a => a -> IO String

    MissingH System.IO.HVIO

    Detailed show output.

  3. vGetLine :: HVIO a => a -> IO String

    MissingH System.IO.HVIO

    Read one line

  4. vGetContents :: HVIO a => a -> IO String

    MissingH System.IO.HVIO

    Get the remaining contents. Please note that as a user of this function, the same partial-closing semantics as are used in the standard hGetContents are encouraged from implementators, but are not required. That means that, for instance, a vGetChar after a vGetContents may return some undefined result instead of the error you would normally get. You should use caution to make sure your code doesn't fall into that trap, or make sure to test your code with Handle or one of the default instances defined in this module. Also, some implementations may essentially provide a complete close after a call to vGetContents. The bottom line: after a call to vGetContents, you should do nothing else with the object save closing it with vClose. For implementators, you are highly encouraged to provide a correct implementation.

  5. readJsonFile :: FromJSON a => FilePath -> IO a

    hledger-lib Hledger.Data.Json

    Read a JSON file and decode it to the target type, or raise an error if we can't. Eg: readJsonFile "a.json" :: IO Transaction

  6. readTestFile :: FromJSON a => FilePath -> IO a

    haskoin-core Haskoin.Util.Helpers

    No documentation available.

  7. readFile :: ListLikeIO full item => FilePath -> IO full

    ListLike Data.ListLike

    Read file. May be lazy.

  8. readFile :: ListLikeIO full item => FilePath -> IO full

    ListLike Data.ListLike.IO

    Read file. May be lazy.

  9. fileChooserGetCurrentFolderURI :: FileChooserClass self => self -> IO String

    gtk Graphics.UI.Gtk.Selectors.FileChooser

    Gets the current folder of the chooser as an URI. See fileChooserSetCurrentFolderURI.

  10. fileChooserGetCurrentFolderURI :: FileChooserClass self => self -> IO String

    gtk3 Graphics.UI.Gtk.Selectors.FileChooser

    Gets the current folder of the chooser as an URI. See fileChooserSetCurrentFolderURI.

Page 8 of many | Previous | Next