package core_kernel

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

Dune Dependency

Authors

Maintainers

Sources

core_kernel-v0.15.0.tar.gz
sha256=34a0288f16027c6b90e4ad16cb5cc677d7063d310faf918748ce70f1745116c0

doc/core_kernel.bus/Bus/Fold_arity/index.html

Module Bus.Fold_aritySource

Sourcetype (_, _, _) t =
  1. | Arity1 : ('a -> unit, 's -> 'a -> 's, 's) t
  2. | Arity2 : ('a -> 'b -> unit, 's -> 'a -> 'b -> 's, 's) t
  3. | Arity3 : ('a -> 'b -> 'c -> unit, 's -> 'a -> 'b -> 'c -> 's, 's) t
  4. | Arity4 : ('a -> 'b -> 'c -> 'd -> unit, 's -> 'a -> 'b -> 'c -> 'd -> 's, 's) t
  5. | Arity5 : ('a -> 'b -> 'c -> 'd -> 'e -> unit, 's -> 'a -> 'b -> 'c -> 'd -> 'e -> 's, 's) t
Sourceval sexp_of_t : ('a__002_ -> Sexplib0.Sexp.t) -> ('b__003_ -> Sexplib0.Sexp.t) -> ('c__004_ -> Sexplib0.Sexp.t) -> ('a__002_, 'b__003_, 'c__004_) t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.