selective
Selective applicative functors in OCaml
Description
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.
See examples in the doc directory.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 20 Feb 2019
- Authors
- 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