Add a bullet symbol.
[tatoo.git] / src / ptset.mli
index 28e00d1..632832c 100644 (file)
@@ -13,8 +13,7 @@
 (*                                                                     *)
 (***********************************************************************)
 
-
-include module type of Sigs.PTSET
+include module type of Ptset_sig
 
 module Make (H : Hcons.Abstract) : S with type elt = H.t
 (** Builds an implementation of hashconsed sets of hashconsed elements.