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.
module Opaleye.Experimental.
Enum No documentation available.
module Database.PostgreSQL.Typed.
Enum Support for PostgreSQL enums.
module Rattletrap.Type.Attribute.
Enum No documentation available.
-
rattletrap Rattletrap.Type.Attribute.Enum No documentation available.
-
rattletrap Rattletrap.Type.Attribute.Enum No documentation available.
-
rattletrap Rattletrap.Type.AttributeType No documentation available.
Enum :: Enum -> AttributeValuerattletrap Rattletrap.Type.AttributeValue No documentation available.
-
unboxing-vector Data.Vector.Unboxing A newtype wrapper to be used with DerivingVia. The value will be stored as Int, via fromEnum/toEnum. Usage:
data Direction = North | South | East | West deriving Enum deriving Data.Vector.Unboxing.Unboxable via Data.Vector.Unboxing.Enum Bar
-
unboxing-vector Data.Vector.Unboxing No documentation available.
-
unboxing-vector Data.Vector.Unboxing.Mutable A newtype wrapper to be used with DerivingVia. The value will be stored as Int, via fromEnum/toEnum. Usage:
data Direction = North | South | East | West deriving Enum deriving Data.Vector.Unboxing.Unboxable via Data.Vector.Unboxing.Enum Bar