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. positiveNumber :: CharParser st (String, Integer)

    dice Data.Random.Dice

    No documentation available.

  2. unEnumFuncallExit :: EnumFuncallExit -> CInt

    emacs-module Data.Emacs.Module.Env

    No documentation available.

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

    funcmp FMP.Resolve

    No documentation available.

  4. module Generics.Generic.IsEnum

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

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

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

    generic-aeson Generics.Generic.IsEnum

    No documentation available.

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

    generic-aeson Generics.Generic.IsEnum

    Generically test if a data type is an enumeration.

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

  9. class GEnum (ra :: Type -> Type)

    generic-lexicographic-order Data.Lexicographic.Generic

    No documentation available.

  10. genericFromEnum :: (Generic a, GEnum (Rep a)) => a -> Int

    generic-lexicographic-order Data.Lexicographic.Generic

    No documentation available.

Page 215 of many | Previous | Next