Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. enum :: (Text -> Maybe a) -> Value a

    postgresql-binary PostgreSQL.Binary.Decoding

    Given a partial mapping from text to value, produces a decoder of that value.

  2. enum :: Enum a => Memo a

    data-memocombinators Data.MemoCombinators

    Memoize an enum type.

  3. enum :: Range a -> Gen a

    falsify Test.Falsify.Generator

    Deprecated: Use inRange instead

  4. enum :: Enum a => (a, a) -> Range a

    falsify Test.Falsify.Range

    Variation on between for types that are Enum but not Integral This is useful for types such as Char. However, since this relies on Enum, it's limited by the precision of Int.

  5. enum :: Enum a => Int <-> a

    invertible Data.Invertible.Enum

    Convert between an Int and an Enum with toEnum and fromEnum.

  6. enum :: Enum a => Int <-> a

    invertible Data.Invertible.Prelude

    Convert between an Int and an Enum with toEnum and fromEnum.

  7. enum :: forall (n :: Nat) . Enumeration n

    pinch Pinch

    Convenience function to construct Enumeration objects.

    let role = RoleUser enum
    

  8. enum :: forall (n :: Nat) . Enumeration n

    pinch Pinch.Internal.Generic

    Convenience function to construct Enumeration objects.

    let role = RoleUser enum
    

  9. enum :: JsonSchema -> Maybe [Text]

    gogol-discovery Gogol.Discovery

    Values this parameter may take (if it is an enum).

  10. enum :: JsonSchema -> Maybe [Text]

    gogol-discovery Gogol.Discovery.Types

    Values this parameter may take (if it is an enum).

Page 11 of many | Previous | Next