Module

Data.Generic.Rep.Show

Package
generics-rep
Repository
purescript/purescript-generics-rep

#GenericShow Source

#genericShow Source

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

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