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. doubleNumber :: Double -> Json

    jsonifier Jsonifier

    JSON Number literal from Double. Since JSON doesn't have support for them, non-real values like NaN, Infinity, -Infinity get rendered as 0.

  2. intNumber :: Int -> Json

    jsonifier Jsonifier

    JSON Number literal from Int.

  3. scientificNumber :: Scientific -> Json

    jsonifier Jsonifier

    JSON Number literal from Scientific.

  4. wordNumber :: Word -> Json

    jsonifier Jsonifier

    JSON Number literal from Word.

  5. CmpNumber :: Scientific -> Comparable

    jsonpath Data.JSONPath.Types

    No documentation available.

  6. sortNumericAlpha :: (KeyVals, KeyVals) -> (KeyVals, KeyVals)

    kvitable Data.KVITable.Render

    Table KeyVals sorting function; alphanumeric with numeric preference. This can be used as the sortKeyVals function for the table. If the value starts or ends with a digit, then this should do a rough numeric sort on the expectation that the digits represent a version or some other numeric value. As an approximation of a numeric sort, sort by word size and then string value. This will result in [ "1", "2", "10", "50", "400" ], but would fail with [ "v1.0", "v2.0", "v3.0", "v2.0.5", "v1.0.0.3" ], but it's a reasonably fast heuristic and probably better than a straight ascii sort.

  7. ConstEnum :: EnumConst -> Const

    language-c99 Language.C99.AST

    No documentation available.

  8. Enum :: Ident -> EnumConst

    language-c99 Language.C99.AST

    No documentation available.

  9. data EnumConst

    language-c99 Language.C99.AST

    No documentation available.

  10. data EnumSpec

    language-c99 Language.C99.AST

    No documentation available.

Page 412 of many | Previous | Next