package tezos-protocol-000-Ps9mPmXa

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