Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. citationNoteNumber :: Citation a -> Maybe Int

    citeproc Citeproc.Types

    No documentation available.

  2. termNumber :: Term -> Maybe TermNumber

    citeproc Citeproc.Types

    No documentation available.

  3. noValueNumErrorCertain :: NumError -> CN v

    collect-errors Numeric.CollectErrors

    Construct an empty wrapper indicating that given error has certainly occurred.

  4. noValueNumErrorPotential :: NumError -> CN v

    collect-errors Numeric.CollectErrors

    Construct an empty wrapper indicating that given error may have occurred.

  5. noValueNumErrorCertain :: NumError -> CN v

    collect-errors Numeric.CollectErrors.Type

    Construct an empty wrapper indicating that given error has certainly occurred.

  6. noValueNumErrorPotential :: NumError -> CN v

    collect-errors Numeric.CollectErrors.Type

    Construct an empty wrapper indicating that given error may have occurred.

  7. decodeNumeric :: Word16 -> Maybe Country

    country Country

    Get a country from a numeric code. Any code greater than 999 will not have a country associated with it. Additionally, many codes are unassigned.

  8. encodeNumeric :: Country -> Word16

    country Country

    Convert a country to its numeric code. This is a three-digit number and will consequently be less than 1000.

  9. gcStatsNumByteUsageSamples :: GCStatistics -> !Int64

    criterion-measurement Criterion.Measurement

    Number of byte usage samples taken, or equivalently the number of major GCs performed.

  10. gcStatsNumGcs :: GCStatistics -> !Int64

    criterion-measurement Criterion.Measurement

    Number of garbage collections performed (any generation, major and minor)

Page 345 of many | Previous | Next