origamitower / folktale

[not actively maintained!] A standard library for functional programming in JavaScript
https://folktale.origamitower.com/
MIT License
2.04k stars 102 forks source link

(fix) Fixes hasInstance for Maybe/Result #88

Closed robotlolita closed 7 years ago

robotlolita commented 7 years ago

.hasInstance uses the type in the context object to determine if the value is an instance or not. This was broken when the Maybe and Result modules stopped exporting that (among other) properties.