Module

Data.Semigroup.Generic

Package
purescript-prelude
Repository
purescript/purescript-prelude

#genericAppend Source

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

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