serokell / universum

:milky_way: Prelude written in @Serokell
MIT License
176 stars 28 forks source link

Remove 'type-operators' dependency #174

Closed chshersh closed 6 years ago

chshersh commented 6 years ago

After gathering move feedback on universum usage we discovered that people don't actually use type operators. They can complicate code written with the help of universum, they can break some IDE tools. So it was proposed to remove type-ops dependency.

Maybe we can keep at least $ type operator, but write it manually?

gromakovsky commented 6 years ago

I propose to do it in two steps: remove this dependency but keep all exports in 1.3.0 (copy-paste operators from type-operators) and then later decide whether type operators should be in Universum at all (as a separate issue probably).