package links

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