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.
enumCodec :: Eq enum => NonEmpty (enum, Codec context enum enum) -> Codec context enum enumautodocodec Autodocodec A codec for an enum that can be written each with their own codec.
WARNING
If you don't provide a string for one of the type's constructors, the last codec in the list will be used instead.enumCodec :: Eq enum => NonEmpty (enum, Codec context enum enum) -> Codec context enum enumautodocodec Autodocodec.Codec A codec for an enum that can be written each with their own codec.
WARNING
If you don't provide a string for one of the type's constructors, the last codec in the list will be used instead.enumTypeFrom :: IsEnumType a => a -> NS (K () :: [Type] -> Type) (Code a)generics-sop Generics.SOP Convert from an enum type to its sum representation.
enumTypeTo :: IsEnumType a => NS (K () :: [Type] -> Type) (Code a) -> agenerics-sop Generics.SOP Convert a sum representation to ihe original type.
enumTypeFrom :: IsEnumType a => a -> NS (K () :: [Type] -> Type) (Code a)generics-sop Generics.SOP.Universe Convert from an enum type to its sum representation.
enumTypeTo :: IsEnumType a => NS (K () :: [Type] -> Type) (Code a) -> agenerics-sop Generics.SOP.Universe Convert a sum representation to ihe original type.
enumFromN :: (Vector v a, Num a) => a -> Int -> v ario RIO.Vector No documentation available.
enumFromStepN :: (Vector v a, Num a) => a -> a -> Int -> v ario RIO.Vector No documentation available.
enumFromThenTo :: (Vector v a, Enum a) => a -> a -> a -> v ario RIO.Vector No documentation available.
enumFromTo :: (Vector v a, Enum a) => a -> a -> v ario RIO.Vector No documentation available.