package tezos-protocol-genesis

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