Algebraic structure implementations, do-notation, and operators to truly live the fantasy
Stars
10
Forks
0
Watchers
10
Open Issues
0
Overall repository health assessment
^3.8.1^4.1.0^2.13.1^0.3.2^0.11.1^11.0.3No contributors data available
Updated caseOf so it will work with a 'switch object' that is an actual object with properties. Before the methods on the 'switch object' might have been called with a non-lexical this.
a1f430fView on GitHubCaching compiled do-notation files without an extension now. This is to fix an issue where nodeunit will run the compiled test and the file including the uncompiled test. It will also ensure that loadDo can be used with the .js extension
3272415View on GitHubMerge branch 'master' of github.com:joeldentici/monadic-js
08a4db0View on GitHubdo-notation/expression extension files now require the compiled file instead of getting directly replaced by them. this allows istanbul to check code coverage in these files.
61c2adeView on GitHub