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.

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

    prelude-compat Prelude2010

    Convert from an Int.

  2. casesEnum :: (Bounded a, Enum a) => Cases a

    rebase Rebase.Prelude

    The list of all possible values of an enumerable data type.

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

    rebase 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.

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

    rebase Rebase.Prelude

    Convert from an Int.

  5. parseNumber :: (Exit m, Read a) => String -> (a -> Bool) -> String -> String -> m a

    shell-utility Shell.Utility.ParseArgument

    No documentation available.

  6. integrateNum :: (C a, C a v) => Int -> (a, a) -> (a -> v) -> v

    synthesizer-core Synthesizer.Plain.Filter.Recursive.AllpassPoly

    No documentation available.

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

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

    avro Data.Avro.Schema.Schema

    Build an Enum value from its components.

  9. 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.

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

    base-prelude BasePrelude

    Convert from an Int.

Page 159 of many | Previous | Next