Make.1-Inputsmodule Addr : module type of Merkle_addressmodule Account : sig ... endmodule Hash : Merkle_ledger.Intf.Hash with type account := Account.tmodule Root_hash : sig ... endmodule MT :
Merkle_ledger.Syncable_intf.S
with type hash := Hash.t
and type root_hash := Root_hash.t
and type addr := Addr.t
and type account := Account.t