Blob Blame History Raw
--- unison-2.27.57/update.mli.old	2012-01-16 14:08:18.784651309 +0000
+++ unison-2.27.57/update.mli	2012-01-16 14:08:35.414983940 +0000
@@ -1,7 +1,7 @@
 (* Unison file synchronizer: src/update.mli *)
 (* Copyright 1999-2007 (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