package dune

  1. Overview
  2. Docs
module type S = sig ... end
module Make (Elt : Comparable.S) : S with type elt = Elt.t
val to_sexp : ('a -> 'b list) -> 'b Sexp.To_sexp.t -> 'a Sexp.To_sexp.t
OCaml

Innovation. Community. Security.