package archetype

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