package apero-core

  1. Overview
  2. Docs
module type S = sig ... end
module Make (C : Comparable) : S with type t = C.t