--- unison-2.32.52/update.mli.orig 2010-09-12 11:19:54.000000000 +0200 +++ unison-2.32.52/update.mli 2010-09-12 11:20:35.000000000 +0200 @@ -1,7 +1,7 @@ (* Unison file synchronizer: src/update.mli *) (* Copyright 1999-2009, Benjamin C. Pierce (see COPYING for details) *) -module NameMap : Map.S with type key = Name.t +module NameMap : MyMap.S with type key = Name.t type archive = ArchiveDir of Props.t * archive NameMap.t .