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. readCalCurveSelection :: String -> Either String CalCurveSelection

    currycarbon Currycarbon.CalCurves

    No documentation available.

  2. readCalibrationMethod :: String -> Either String CalibrationMethod

    currycarbon Currycarbon.Parsers

    No documentation available.

  3. readNamedCalExprs :: String -> Either String [NamedCalExpr]

    currycarbon Currycarbon.Parsers

    No documentation available.

  4. readNamedCalExprsFromFile :: FilePath -> IO [NamedCalExpr]

    currycarbon Currycarbon.Parsers

    No documentation available.

  5. readOneNamedCalExpr :: String -> Either String NamedCalExpr

    currycarbon Currycarbon.Parsers

    No documentation available.

  6. readUncalC14 :: String -> Either String [UncalC14]

    currycarbon Currycarbon.Parsers

    No documentation available.

  7. readUncalC14FromFile :: FilePath -> IO [UncalC14]

    currycarbon Currycarbon.Parsers

    Read uncalibrated radiocarbon dates from a file. The file should feature one radiocarbon date per line in the form "<sample name>,<mean age BP>,<one sigma standard deviation>", where <sample name> is optional. A valid file could look like this:

    Sample1,5000,30
    6000,50
    Sample3,4000,25
    

  8. readProcess' :: String -> [String] -> String -> Trace String

    debian-build Debian.Package.Build.Command

    Run command without shell and get standard output string.

  9. readDebianVersion :: String -> Maybe DebianVersion

    debian-build Debian.Package.Data.Packages

    Try to read debian package version

  10. readFile :: FilePath -> IO String

    dimensional Numeric.Units.Dimensional.Prelude

    The readFile function reads a file and returns the contents of the file as a string. The file is read lazily, on demand, as with getContents.

Page 304 of many | Previous | Next