package apero-core

  1. Overview
  2. Docs

Module Ordered.Ordered

module type S = sig ... end
module Make (C : Comparable) : S with type t = C.t