X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fptset.mli;h=f4f53f7d9a2a50bc1d1e3dca5c407e1b3a1b5d25;hb=8c060c29b8d82c703065395349782b93fe7a9fd8;hp=28e00d15fbed57c6f8b6b0716c5516141450e380;hpb=f5d90fb688bc1a9b29815fc33c369856e6c51a67;p=tatoo.git diff --git a/src/ptset.mli b/src/ptset.mli index 28e00d1..f4f53f7 100644 --- a/src/ptset.mli +++ b/src/ptset.mli @@ -13,8 +13,11 @@ (* *) (***********************************************************************) +(* + 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.