Description
Derive a Show instance without field selector names.
Description
GHC's stock deriving includes field names to a Show representation, but sometimes it's not desiable. This package provides a wrapper which has a Show instance as if the type were not a record.