Module

Data.Generic.Rep.Show

#GenericShow

#genericShow

genericShow :: forall a rep. Generic a rep => GenericShow rep => a -> String

A Generic implementation of the show member from the Show type class.

Modules