Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. writeCalC14CalRangeSummaries :: FilePath -> [CalC14] -> IO ()

    currycarbon Currycarbon

    Write CalRangeSummarys to the file system. The output file is a .tsv file with the following structure:

    id	startTwoSigmaYearBCAD	startOneSigmaYearBCAD	medianYearBCAD	stopOneSigmaYearBCAD	stopTwoSigmaYearBCAD
    Sample1	-3941	-3894	-3773	-3709	-3655
    Sample3	-2572	-2566	-2527	-2472	-2467
    

  2. consumeCommaSep :: Parser ()

    currycarbon Currycarbon.ParserHelpers

    No documentation available.

  3. consumeEqualSep :: Parser ()

    currycarbon Currycarbon.ParserHelpers

    No documentation available.

  4. appendCalC14CalRangeSummary :: FilePath -> CalC14 -> IO ()

    currycarbon Currycarbon.Parsers

    No documentation available.

  5. renderCalC14CalRangeSummaryForFile :: CalC14 -> String

    currycarbon Currycarbon.Parsers

    No documentation available.

  6. renderCalRangeSummary :: CalRangeSummary -> String

    currycarbon Currycarbon.Parsers

    No documentation available.

  7. writeCalC14CalRangeSummaries :: FilePath -> [CalC14] -> IO ()

    currycarbon Currycarbon.Parsers

    Write CalRangeSummarys to the file system. The output file is a .tsv file with the following structure:

    id	startTwoSigmaYearBCAD	startOneSigmaYearBCAD	medianYearBCAD	stopOneSigmaYearBCAD	stopTwoSigmaYearBCAD
    Sample1	-3941	-3894	-3773	-3709	-3655
    Sample3	-2572	-2566	-2527	-2472	-2467
    

  8. writeCalC14CalRangeSummary :: FilePath -> CalC14 -> IO ()

    currycarbon Currycarbon.Parsers

    No documentation available.

  9. data CalRangeSummary

    currycarbon Currycarbon.Types

    A data type to store a simple range summary of the calibrated date, including the median age

  10. CalRangeSummary :: YearBCAD -> YearBCAD -> YearBCAD -> YearBCAD -> YearBCAD -> CalRangeSummary

    currycarbon Currycarbon.Types

    No documentation available.

Page 208 of many | Previous | Next