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/module-type-S1/index.html

Module type OBApplicative.S1Source

Sourcetype 'a t
Sourcemodule Core : sig ... end
include module type of Core
Sourceval apply : ('a -> 'b) t -> 'a t -> 'b t
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval pure : 'a -> 'a t
Sourcemodule Infix : sig ... end
OCaml

Innovation. Community. Security.