Module

Data.Generic.Rep.Semigroup

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

#genericAppend Source

genericAppend :: forall rep a. Generic a rep => GenericSemigroup rep => a -> a -> a

A Generic implementation of the append member from the Semigroup type class.