package ocaml-basics

  1. Overview
  2. Docs
Implements common functionnal patterns / abstractions

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.0.tar.gz
sha256=01e19320d620efed7592d7961d1405b1ff82cf2186a84621c5620d0f41493a3a
md5=1360b010f6ec97feef1501a69f1e1468

doc/ocaml-basics/OBApplicative/index.html

Module OBApplicativeSource

Sourcemodule type S1 = sig ... end
Sourcemodule Make1 (Kernel : OBMonad.Kernel1) : S1 with type 'a t = 'a Kernel.t
Sourcemodule type S2 = sig ... end
Sourcemodule Make2 (Kernel : OBMonad.Kernel2) : S2 with type ('a, 'b) t = ('a, 'b) Kernel.t
OCaml

Innovation. Community. Security.