Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
hie-bios HIE.Bios.Process Wrapper around readCreateProcessWithExitCode, wrapping the result in a CradleLoadResult. Provides better error messages than raw readCreateProcess.
-
hie-bios HIE.Bios.Process No documentation available.
-
hie-bios HIE.Bios.Process Call a given process with temp files for the process to write to. * The process can discover the temp files paths by reading the environment. * The contents of the temp files are returned by this function, if any. * The logging function is called every time the process emits anything to stdout or stderr. it can be used to report progress of the process to a user. * The process is executed in the given directory.
readFileHistogram :: (Read bin, Read a, Bin bin, Unbox a) => FilePath -> IO (Histogram bin a)histogram-fill Data.Histogram No documentation available.
readHistogram :: (Read bin, Read a, Bin bin, Unbox a) => String -> Histogram bin ahistogram-fill Data.Histogram No documentation available.
-
histogram-fill Data.Histogram.Generic Read histogram from file.
-
histogram-fill Data.Histogram.Generic Convert a String to a histogram. Histogram does not have a Read instance because of the slowness of ReadP
readIO :: Read a => String -> IO ahledger-web Hledger.Web.Import The readIO function is similar to read except that it signals parse failure to the IO monad instead of terminating the program.
readIntegral :: Num a => String -> Maybe ahledger-web Hledger.Web.Import No documentation available.
readList :: Read a => ReadS [a]hledger-web Hledger.Web.Import The method readList is provided to allow the programmer to give a specialised way of parsing lists of values. For example, this is used by the predefined Read instance of the Char type, where values of type String are expected to use double quotes, rather than square brackets.