selective
Selective applicative functors in OCaml
README
This is a study of selective applicative functors, an abstraction between Applicative
and Monad
.
The idea was first prototyped in Haskell, and now we are
exploring its translation to OCaml.
Further reading
A blog post introducing selective applicative functors: https://blogs.ncl.ac.uk/andreymokhov/selective.
Install
- Published
-
20 Feb 2019
- Maintainers
-
Sources
Dependencies
expect_test_helpers_kernel
with-test & >= "v0.11.0" & < "v0.12.0"
ppx_jane
with-test & >= "v0.11.0" & < "v0.12.0"
stdio
with-test & >= "v0.11.0" & < "v0.12.0"
base
>= "v0.11.0" & < "v0.12.0"
dune
>= "1.5"
ocaml
>= "4.02"
Reverse Dependencies