Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

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

    funcmp FMP.Resolve

    No documentation available.

  2. data SymNum

    funcmp FMP.Symbols

    No documentation available.

  3. symNums :: Symbols -> SymNum

    funcmp FMP.Symbols

    No documentation available.

  4. mpNumeric :: Numeric -> Term

    funcmp FMP.Syntax

    No documentation available.

  5. BoolNum :: Numeric -> BoolRelat -> Numeric -> Boolean

    funcmp FMP.Types

    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 562 of many | Previous | Next