X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Futils%2Fptset.mli;h=f4f53f7d9a2a50bc1d1e3dca5c407e1b3a1b5d25;hp=dc80b4aded7253e24baec010c7c19627454de87c;hb=03b6a364e7240ca827585e7baff225a0aaa33bc6;hpb=30bc0bb1291426e5e26eb2dee1ffc41e4c246349 diff --git a/src/utils/ptset.mli b/src/utils/ptset.mli index dc80b4a..f4f53f7 100644 --- a/src/utils/ptset.mli +++ b/src/utils/ptset.mli @@ -14,10 +14,10 @@ (***********************************************************************) (* - Time-stamp: + Time-stamp: *) -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.