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.
encodeNum :: Double -> ByteStringchart-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"
-
citeproc Citeproc.Types No documentation available.
citationNoteNumber :: Citation a -> Maybe Intciteproc Citeproc.Types No documentation available.
noValueNumErrorCertain :: NumError -> CN vcollect-errors Numeric.CollectErrors Construct an empty wrapper indicating that given error has certainly occurred.
noValueNumErrorPotential :: NumError -> CN vcollect-errors Numeric.CollectErrors Construct an empty wrapper indicating that given error may have occurred.
noValueNumErrorCertain :: NumError -> CN vcollect-errors Numeric.CollectErrors.Type Construct an empty wrapper indicating that given error has certainly occurred.
noValueNumErrorPotential :: NumError -> CN vcollect-errors Numeric.CollectErrors.Type Construct an empty wrapper indicating that given error may have occurred.
decodeNumeric :: Word16 -> Maybe Countrycountry 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.
encodeNumeric :: Country -> Word16country Country Convert a country to its numeric code. This is a three-digit number and will consequently be less than 1000.
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.