haskell / text-format

A Haskell text formatting library optimized for ease of use and high performance.
BSD 2-Clause "Simplified" License
32 stars 27 forks source link

Semigroup instance for `Format` #17

Open matthew-piziak opened 6 years ago

matthew-piziak commented 6 years ago

This would make it compatible with preludes that match <> to Semigroup instead of Monoid.

deepfire commented 6 years ago

Fixed in https://github.com/bos/text-format/pull/21