Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. encodeNum :: Double -> ByteString

    chart-svg Chart.Markup

    Show a Double, or rounded to 4 decimal places if this is shorter.

    >>> encodeNum 1
    "1.0"
    
    >>> encodeNum 1.23456
    "1.2346"
    

  2. WholeNumber :: TermMatch

    citeproc Citeproc.Types

    No documentation available.

  3. citationNoteNumber :: Citation a -> Maybe Int

    citeproc Citeproc.Types

    No documentation available.

  4. noValueNumErrorCertain :: NumError -> CN v

    collect-errors Numeric.CollectErrors

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

  5. noValueNumErrorPotential :: NumError -> CN v

    collect-errors Numeric.CollectErrors

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

  6. noValueNumErrorCertain :: NumError -> CN v

    collect-errors Numeric.CollectErrors.Type

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

  7. noValueNumErrorPotential :: NumError -> CN v

    collect-errors Numeric.CollectErrors.Type

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

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

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

  10. renumber :: MemType -> Int -> Int -> [(ThreadId, ThreadAction)] -> [(ThreadId, ThreadAction)]

    dejafu Test.DejaFu.SCT.Internal

    Re-number threads and IORefs. Permuting forks or newIORefs makes the existing numbering invalid, which then causes problems for scheduling. Just re-numbering threads isn't enough, as IORef IDs are used to determine commit thread IDs. Renumbered things will not fix their names, so don't rely on those at all.

Page 160 of many | Previous | Next