Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. DEnum :: Schema -> Int -> Text -> DefaultValue

    avro Data.Avro.Schema.Schema

    An enum is a set of the possible symbols (the schema) and the selected symbol

  2. mkEnum :: TypeName -> [TypeName] -> Maybe Text -> [Text] -> Schema

    avro Data.Avro.Schema.Schema

    Build an Enum value from its components.

  3. fromEnum :: Enum a => a -> Int

    base-prelude BasePrelude

    Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.

  4. toEnum :: Enum a => Int -> a

    base-prelude BasePrelude

    Convert from an Int.

  5. 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"
    

  6. WholeNumber :: TermMatch

    citeproc Citeproc.Types

    No documentation available.

  7. citationNoteNumber :: Citation a -> Maybe Int

    citeproc Citeproc.Types

    No documentation available.

  8. noValueNumErrorCertain :: NumError -> CN v

    collect-errors Numeric.CollectErrors

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

  9. noValueNumErrorPotential :: NumError -> CN v

    collect-errors Numeric.CollectErrors

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

  10. noValueNumErrorCertain :: NumError -> CN v

    collect-errors Numeric.CollectErrors.Type

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

Page 160 of many | Previous | Next