funcool / funcool/cats

doc for fapply - wrap in the same context as af?

Open
#211 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Clojure
Stars
970
Forks
68
PR merge metrics
No merged PRs in 30d

Description

Docs for fapply

https://github.com/funcool/cats/blob/4367a18f8ee8f4d6ebf322939b1cf96cdbfb667a/src/cats/core.cljc#L190

Shouldn't it be `the same context as af`?

Using cats 2.2.0:

```clojure
(m/fapply (maybe/just inc) (either/left 5))
=> #

(m/fapply (maybe/just inc) (either/right 5))
=> #

(m/fapply (maybe/nothing) (either/right 5))
=> #
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.