package core_kernel

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

Install

Dune Dependency

Authors

Maintainers

Sources

core_kernel-v0.16.0.tar.gz
sha256=e37370bad978cfb71fdaf2b1a25ab1506b98ef0b91e0dbd189ffd9d853245ce2

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.