package spotlib

  1. Overview
  2. Docs
module type S = sig ... end
module Make (O : Set.OrderedType) : S with type elt = O.t