Fix the build script.
[tatoo.git] / src / utils / finiteCofinite.mli
index 44ec882..cd92cda 100644 (file)
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-01-30 19:08:57 CET by Kim Nguyen>
+  Time-stamp: <Last modified on 2013-03-04 22:44:50 CET by Kim Nguyen>
 *)
 
 (** Implementation of hashconsed finite or cofinite sets.
 *)
 
-include module type of Sigs.FINITECOFINITE
+include module type of FiniteCofinite_sig
 
 (** Output signature of the {!FiniteCofinite.Make} and
     {!FiniteCofinite.Weak} functors.*)