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.

  1. readProcessWithCwd' :: LogAction IO (WithSeverity Log) -> CreateProcess -> String -> CradleLoadResultT IO String

    hie-bios HIE.Bios.Process

    Wrapper around readCreateProcessWithExitCode, wrapping the result in a CradleLoadResult. Provides better error messages than raw readCreateProcess.

  2. readProcessWithCwd_ :: LogAction IO (WithSeverity Log) -> FilePath -> FilePath -> [String] -> String -> CradleLoadResultT IO String

    hie-bios HIE.Bios.Process

    No documentation available.

  3. readProcessWithOutputs :: Outputs -> LogAction IO (WithSeverity Log) -> FilePath -> CreateProcess -> IO (ExitCode, [String], [String], [(OutputName, Maybe [String])])

    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.

  4. readFileHistogram :: (Read bin, Read a, Bin bin, Unbox a) => FilePath -> IO (Histogram bin a)

    histogram-fill Data.Histogram

    No documentation available.

  5. readHistogram :: (Read bin, Read a, Bin bin, Unbox a) => String -> Histogram bin a

    histogram-fill Data.Histogram

    No documentation available.

  6. readFileHistogram :: forall bin a (v :: Type -> Type) . (Read bin, Read a, Bin bin, Vector v a) => FilePath -> IO (Histogram v bin a)

    histogram-fill Data.Histogram.Generic

    Read histogram from file.

  7. readHistogram :: forall bin a (v :: Type -> Type) . (Read bin, Read a, Bin bin, Vector v a) => String -> Histogram v bin a

    histogram-fill Data.Histogram.Generic

    Convert a String to a histogram. Histogram does not have a Read instance because of the slowness of ReadP

  8. readIO :: Read a => String -> IO a

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

  9. readIntegral :: Num a => String -> Maybe a

    hledger-web Hledger.Web.Import

    No documentation available.

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

Page 313 of many | Previous | Next