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.
readCalCurveSelection :: String -> Either String CalCurveSelectioncurrycarbon Currycarbon.CalCurves No documentation available.
readCalibrationMethod :: String -> Either String CalibrationMethodcurrycarbon Currycarbon.Parsers No documentation available.
readNamedCalExprs :: String -> Either String [NamedCalExpr]currycarbon Currycarbon.Parsers No documentation available.
readNamedCalExprsFromFile :: FilePath -> IO [NamedCalExpr]currycarbon Currycarbon.Parsers No documentation available.
readOneNamedCalExpr :: String -> Either String NamedCalExprcurrycarbon Currycarbon.Parsers No documentation available.
readUncalC14 :: String -> Either String [UncalC14]currycarbon Currycarbon.Parsers No documentation available.
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
readProcess' :: String -> [String] -> String -> Trace Stringdebian-build Debian.Package.Build.Command Run command without shell and get standard output string.
readDebianVersion :: String -> Maybe DebianVersiondebian-build Debian.Package.Data.Packages Try to read debian package version
readFile :: FilePath -> IO Stringdimensional 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.