package oasis

  1. Overview
  2. Docs
module type S = sig ... end
module Make (Ord : Map.OrderedType) : S with type key = Ord.t