monet / monet.js

monet.js - Monadic types library for JavaScript
https://monet.github.io/monet.js/
MIT License
1.6k stars 114 forks source link

#220 fix for *.isInstance methods #221

Closed wookieb closed 4 years ago

ulfryk commented 4 years ago

To be sure that the bug was fixed (and does not reappear in future) we need exact testing on all boolean values returned from checking methods. So as soon as all truthy/falsy checks are switched to true/false we can merge this one and release patch :)

wookieb commented 4 years ago

@ulfryk No problem. I'll do it later today once I finish work :)