package ocaml-basics

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
sha256=4aef111a7241883de0f6d7f826ac9b1f1892782dfd1cdd90b3cfc0743c76959e
md5=01e2ecb3c650d8a3ecf5b7feb182aaf2

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.