Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

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

    rebase Rebase.Prelude

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

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

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

    rebase Rebase.Prelude

    Convert from an Int.

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

    shell-utility Shell.Utility.ParseArgument

    No documentation available.

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

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

    No documentation available.

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

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

    avro Data.Avro.Schema.Schema

    Build an Enum value from its components.

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

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

    base-prelude BasePrelude

    Convert from an Int.

  10. DataTypeNumeric :: Maybe (Word, Maybe Word) -> DataType

    beam-core Database.Beam.Backend.SQL.AST

    No documentation available.

Page 159 of many | Previous | Next