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