Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

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

    distribution-opensuse OpenSuse.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.

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

    distribution-opensuse OpenSuse.Prelude

    Convert from an Int.

  3. readEnum :: Enum e => String -> [e]

    doldol Data.Flag.Phantom

    No documentation available.

  4. readEnum :: Enum e => String -> [e]

    doldol Data.Flag.Simple

    Encode Enum e from a given binary digit String

  5. module Data.MakeEnum

    No documentation available.

  6. makeEnum :: Name -> [Name] -> Q [Dec]

    enum-subset-generate Data.MakeEnum

    No documentation available.

  7. makeEnumWith :: Name -> [Name] -> Options -> Q [Dec]

    enum-subset-generate Data.MakeEnum

    No documentation available.

  8. newEnumName :: OptionsT (f :: Type -> Type) -> f String

    enum-subset-generate Data.MakeEnum.Options

    No documentation available.

  9. styleNumber :: Style -> Line -> Text

    errata Errata

    Shows the line number n for a source line. The result should visually be the same length as just show n.

  10. styleNumber :: Style -> Line -> Text

    errata Errata.Types

    Shows the line number n for a source line. The result should visually be the same length as just show n.

Page 187 of many | Previous | Next