X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fptset.mli;h=632832c95788fdbdf9855e981baaa4b63d1c6a33;hp=28e00d15fbed57c6f8b6b0716c5516141450e380;hb=9a127b83fbb1171ebd36e6f42780093412a5e91a;hpb=f5d90fb688bc1a9b29815fc33c369856e6c51a67 diff --git a/src/ptset.mli b/src/ptset.mli index 28e00d1..632832c 100644 --- a/src/ptset.mli +++ b/src/ptset.mli @@ -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.