qfpl / dollaridoos

A typesafe wrapper around monetary values represented as numeric values, allowing only sensible operations.
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

Remove dependency on lens #4

Closed gwils closed 7 years ago

gwils commented 7 years ago

We provide optics, but we could just as easily define and export them without a dependence on the lens package itself. That would make the package more attractive to people who don't want such a large dependency. We don't use the optics for anything fancy internally so this seems like a win.

gwils commented 7 years ago

Closed by #8