package core_kernel

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.14.2.tar.gz
sha256=66f5353964d35a994ec7fdc88fe60ae5d497ac89a8042786f3e37d9e2202ce4b
md5=ede2f6d22eaa8320f88bac67d41b5cff

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

Module Bus.Fold_arity

type (_, _, _) 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
val sexp_of_t : ('v_x__002_ -> Ppx_sexp_conv_lib.Sexp.t) -> ('v_x__003_ -> Ppx_sexp_conv_lib.Sexp.t) -> ('v_x__004_ -> Ppx_sexp_conv_lib.Sexp.t) -> ('v_x__002_, 'v_x__003_, 'v_x__004_) t -> Ppx_sexp_conv_lib.Sexp.t
OCaml

Innovation. Community. Security.