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.
DEnum :: Schema -> Int -> Text -> DefaultValueavro Data.Avro.Schema.Schema An enum is a set of the possible symbols (the schema) and the selected symbol
mkEnum :: TypeName -> [TypeName] -> Maybe Text -> [Text] -> Schemaavro Data.Avro.Schema.Schema Build an Enum value from its components.
fromEnum :: Enum a => a -> Intbase-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.
-
base-prelude BasePrelude Convert from an Int.
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.