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

    copilot-language Copilot.Language.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

    copilot-language Copilot.Language.Prelude

    Convert from an Int.

  3. positiveNumber :: CharParser st (String, Integer)

    dice Data.Random.Dice

    No documentation available.

  4. unEnumFuncallExit :: EnumFuncallExit -> CInt

    emacs-module Data.Emacs.Module.Env

    No documentation available.

  5. resolveNumeric :: (Int, Symbols) -> Numeric -> Maybe Numeric

    funcmp FMP.Resolve

    No documentation available.

  6. module Generics.Generic.IsEnum

    Test if a data type is an enumeration (only zero-argument constructors) generically using GHC.Generics.

  7. class GIsEnum (f :: Type -> Type)

    generic-aeson Generics.Generic.IsEnum

    Class for testing if the functors from GHC.Generics are enumerations. You generally don't need to give any custom instances. Just call isEnum.

  8. gIsEnum :: GIsEnum f => Proxy (f a) -> Bool

    generic-aeson Generics.Generic.IsEnum

    No documentation available.

  9. isEnum :: (Generic a, GIsEnum (Rep a)) => Proxy a -> Bool

    generic-aeson Generics.Generic.IsEnum

    Generically test if a data type is an enumeration.

  10. package generic-enumeration

    Generically derived enumerations. This package provides a way to generically obtain every possible value of a type, provided that the generic representation of the type is compatible.

Page 212 of many | Previous | Next