suned / pfun

Functional, composable, asynchronous, type-safe Python.
https://pfun.dev/
MIT License
151 stars 14 forks source link

let list append accept single elements #41

Closed suned closed 4 years ago

suned commented 4 years ago

Went with a different solution in latest version where Monoid instead uses __add__ as its binary operation to avoid conflict with append