Show1 -package:text-show

Lifting of the Show class to unary type constructors.
A Show1Args value either stores a Show a dictionary (for the transformers-0.4 version of Show1), or it stores the two function arguments that show occurrences of the type parameter (for the non-transformers-0.4 version of Show1).
Generates a Show1 instance declaration for the given data type or data family instance.
Like deriveShow1, but takes a ShowOptions argument.
Generic representation of Show1 types.
Derive Show1 instance for a data type.