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.
fReadXml :: XmlContent a => FilePath -> IO aHaXml Text.XML.HaXml.XmlContent.Haskell Read an XML document from a file and convert it to a fully-typed Haskell value.
vShow :: HVIO a => a -> IO StringMissingH System.IO.HVIO Detailed show output.
vGetLine :: HVIO a => a -> IO StringMissingH System.IO.HVIO Read one line
vGetContents :: HVIO a => a -> IO StringMissingH 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.
readJsonFile :: FromJSON a => FilePath -> IO ahledger-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
readTestFile :: FromJSON a => FilePath -> IO ahaskoin-core Haskoin.Util.Helpers No documentation available.
readFile :: ListLikeIO full item => FilePath -> IO fullListLike Data.ListLike Read file. May be lazy.
readFile :: ListLikeIO full item => FilePath -> IO fullListLike Data.ListLike.IO Read file. May be lazy.
fileChooserGetCurrentFolderURI :: FileChooserClass self => self -> IO Stringgtk Graphics.UI.Gtk.Selectors.FileChooser Gets the current folder of the chooser as an URI. See fileChooserSetCurrentFolderURI.
fileChooserGetCurrentFolderURI :: FileChooserClass self => self -> IO Stringgtk3 Graphics.UI.Gtk.Selectors.FileChooser Gets the current folder of the chooser as an URI. See fileChooserSetCurrentFolderURI.