Closed jkachmar closed 5 years ago
This reverts a change introduced in #31, which dropped Refined.These in favor of Data.These.
Refined.These
Data.These
Unfortunately, the these package introduces a transitive dependency on lens which makes this library much heavier than it would otherwise be.
these
lens
Whoops, you're absolutely right. Fixed 👍
Is there anything else I should do here, or does this look good to go?
I'm sorry for the delay. This looks great, thanks!
This reverts a change introduced in #31, which dropped
Refined.These
in favor ofData.These
.Unfortunately, the
these
package introduces a transitive dependency onlens
which makes this library much heavier than it would otherwise be.