libfn / functional

Extending C++ library for functional programming
ISC License
60 stars 8 forks source link

Rename `sum` to `copack` #83

Open Bronek opened 3 months ago

Bronek commented 3 months ago

Name sum is potentially confusing; let's switch to something that's more likely to indicate the type purpose. A name copack was suggested, and I think it is fitting since it is a co-product of types, orthogonal to pack.