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

implements Maybe.fromEmpty. close #213 #214

Closed customcommander closed 5 years ago

customcommander commented 5 years ago

@ulfryk I wasn't too sure how to go about properly integrating with Fantasy Land. I decided to go with a basic implementation to start with. Hope that's ok.

customcommander commented 5 years ago

@ulfryk Looking at the CI logs I can't seen anything wrong. Have I broken something somewhere else?

ulfryk commented 5 years ago

@customcommander - no you didn't

I have to fix it - changes in GH detached our CI some time ago, I have to fix it..

xanonid commented 4 years ago

Maybe.fromEmpty is not yet added to src/monet.d.ts

customcommander commented 4 years ago

Oops - totally overlooked TypeScript definitions. Sorry :/