Overload Maybe.filter and Maybe.filterNot to work with refinements and act as type guards, fixes #235
I'm not entirely sure how the tests in maybe.spec.ts are executed. Right now, the only thing that's asserted is that the types fit together in the right way.
Overload
Maybe.filter
andMaybe.filterNot
to work with refinements and act as type guards, fixes #235I'm not entirely sure how the tests in
maybe.spec.ts
are executed. Right now, the only thing that's asserted is that the types fit together in the right way.