package octez-libs

  1. Overview
  2. Docs
module type Lazy_vector_sig = sig ... end
module type S = sig ... end
module Make (Vector : Lazy_vector_sig) : S with type 'a vector := 'a Vector.t and type key := Vector.key
OCaml

Innovation. Community. Security.