Remove the timestamp header in source files. This information is
[tatoo.git] / src / finiteCofinite.mli
index 198e6e2..4aa2cdf 100644 (file)
 (** Implementation of hashconsed finite or cofinite sets.
 *)
 
-module type S =
-sig
-  include Sigs.FiniteCofiniteSet
-  include Hcons.S with type t := t
-end
+include module type of FiniteCofinite_sig
+
 (** Output signature of the {!FiniteCofinite.Make} and
     {!FiniteCofinite.Weak} functors.*)