Module

Data.Show.Generic

Package
purescript-prelude
Repository
purescript/purescript-prelude

#GenericShow Source

#genericShow Source

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

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