Closed deleite closed 3 years ago
check the examples I see that this one does not work and always gives me a undefined. I have no idea why but I like to know why this is happening...
any clues?
Sorry, looking at the pull requests I see that there is a fix for that by changing the traverse method in the Right:
traverse(of, fn) { fn(this.$value).map(Either.of); return fn(this.$value).map(Either.of); } }
check the examples I see that this one does not work and always gives me a undefined. I have no idea why but I like to know why this is happening...
any clues?