• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. enumeration :: (Generic a, HasFirst (Rep a), HasSuccessor (Rep a)) => [a]

    generic-enumeration Data.Enumeration.Generic

    Produce a list of every possible value.

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

    generic-lexicographic-order Data.Lexicographic.Generic

    No documentation available.

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

    generic-lexicographic-order Data.Lexicographic.Generic

    No documentation available.

  4. genericToEnum :: (Generic a, GEnum (Rep a)) => Int -> a

    generic-lexicographic-order Data.Lexicographic.Generic

    No documentation available.

  5. class (GBounded ra, GEnum ra) => GBoundEnum (ra :: Type -> Type)

    generic-lexicographic-order Data.Lexicographic.Generic.Internal

    No documentation available.

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

    generic-lexicographic-order Data.Lexicographic.Generic.Internal

    No documentation available.

  7. gfromEnum :: GEnum ra => ra x -> Int

    generic-lexicographic-order Data.Lexicographic.Generic.Internal

    No documentation available.

  8. gtoEnum :: GEnum ra => Int -> ra x

    generic-lexicographic-order Data.Lexicographic.Generic.Internal

    No documentation available.

  9. asNumber :: AS -> Int

    geoip2 Data.GeoIP2

    No documentation available.

  10. geoNum :: Num b => Fold GeoField b

    geoip2 Data.GeoIP2

    Helper lens to convert integer Word/Int to whatever number type is needed

Page 563 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete