提交 88fc0152 编写于 作者: N Nil Lin

fix: return traverse of Right in appendix

上级 356da9d3
......@@ -149,7 +149,7 @@ class Right extends Either {
}
traverse(of, fn) {
fn(this.$value).map(Either.of);
return fn(this.$value).map(Either.of);
}
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册