Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
DomainDriven.Internal.HasFieldName
Documentation
class HasFieldName t where Source #
Minimal complete definition
Nothing
Methods
Instances
class GHasFieldName t where Source #
Methods
gfieldName :: t x -> Text Source #
Instances
Datatype c => GHasFieldName (M1 i c f :: k -> Type) Source # | |
Defined in DomainDriven.Internal.HasFieldName Methods gfieldName :: forall (x :: k0). M1 i c f x -> Text Source # |