Tezos_raw_protocol_013_PtJakart.Carbonated_mapmodule type S = sig ... endAn in-memory data-structure for a key-value map where all operations account for gas costs.
module type COMPARABLE = sig ... endA module type for comparable values that also includes a cost function for metering gas depending on the cost of comparing values.