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.
-
prelude-compat Prelude2010 Convert from an Int.
casesEnum :: (Bounded a, Enum a) => Cases arebase Rebase.Prelude The list of all possible values of an enumerable data type.
fromEnum :: Enum a => a -> Intrebase Rebase.Prelude 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.
-
rebase Rebase.Prelude Convert from an Int.
parseNumber :: (Exit m, Read a) => String -> (a -> Bool) -> String -> String -> m ashell-utility Shell.Utility.ParseArgument No documentation available.
integrateNum :: (C a, C a v) => Int -> (a, a) -> (a -> v) -> vsynthesizer-core Synthesizer.Plain.Filter.Recursive.AllpassPoly No documentation available.
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.