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.
enumeration :: (Generic a, HasFirst (Rep a), HasSuccessor (Rep a)) => [a]generic-enumeration Data.Enumeration.Generic Produce a list of every possible value.
class
GEnum (ra :: Type -> Type)generic-lexicographic-order Data.Lexicographic.Generic No documentation available.
genericFromEnum :: (Generic a, GEnum (Rep a)) => a -> Intgeneric-lexicographic-order Data.Lexicographic.Generic No documentation available.
genericToEnum :: (Generic a, GEnum (Rep a)) => Int -> ageneric-lexicographic-order Data.Lexicographic.Generic No documentation available.
class (GBounded ra, GEnum ra) =>
GBoundEnum (ra :: Type -> Type)generic-lexicographic-order Data.Lexicographic.Generic.Internal No documentation available.
class
GEnum (ra :: Type -> Type)generic-lexicographic-order Data.Lexicographic.Generic.Internal No documentation available.
gfromEnum :: GEnum ra => ra x -> Intgeneric-lexicographic-order Data.Lexicographic.Generic.Internal No documentation available.
gtoEnum :: GEnum ra => Int -> ra xgeneric-lexicographic-order Data.Lexicographic.Generic.Internal No documentation available.
-
geoip2 Data.GeoIP2 No documentation available.
geoNum :: Num b => Fold GeoField bgeoip2 Data.GeoIP2 Helper lens to convert integer Word/Int to whatever number type is needed