monet/monet.js

Missing methods

carlesba opened this issue · 4 comments

I'm missing some methods according to documentation:

  • List[].find
  • Either[].fold (cata works though)

@carlesba - which version of monet?

@ulfryk 0.8.10

You can try List([1,2,3]).find(x => x < 2) in browser's console in https://monet.github.io/monet.js/ to replicate

@carlesba this are known and fixed issues… But still not released. Version 0.9 is under development.

Not enough hands on board to make it faster.

I can suggest using 0.9.0-alpha.4 and guarantee that it's stable (just API is still extending).
And 0.9.0-alpha.4 has all 0.8.10 bugs fixed.