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. module Data.MakeEnum

    No documentation available.

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

    enum-subset-generate Data.MakeEnum

    No documentation available.

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

    enum-subset-generate Data.MakeEnum

    No documentation available.

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

    enum-subset-generate Data.MakeEnum.Options

    No documentation available.

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

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

  7. HaveNumber :: Int -> TestSequenceEvents

    expiring-cache-map Caching.ExpiringCacheMap.Utils.TestSequence

    No documentation available.

  8. haveNumber :: Int -> TestSequence a ()

    expiring-cache-map Caching.ExpiringCacheMap.Utils.TestSequence

    No documentation available.

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

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

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

    faktory Faktory.Prelude

    Convert from an Int.

Page 189 of many | Previous | Next