package obatcher

  1. Overview
  2. Docs
type t = (int, string) Hashtbl.t
type 'a op =
  1. | Add : int * string -> unit op
  2. | Replace : int * string -> unit op
  3. | Remove : int -> unit op
  4. | Find : int -> string op
type wrapped_op =
  1. | Mk : 'a op * 'a Picos.Computation.t -> wrapped_op
type cfg = {
  1. random : bool option;
  2. initial_size : int;
}
val init : ?cfg:cfg -> unit -> ('a, 'b) Hashtbl.t
val run : (int, string) Hashtbl.t -> wrapped_op array -> unit
OCaml

Innovation. Community. Security.