X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fptset.mli;h=076e82492272c5ce75e1b4add07cf3282d515f06;hp=dc80b4aded7253e24baec010c7c19627454de87c;hb=4f265eb7d78b740292b5543d94f9f0fa40d206d5;hpb=6b66008811639324be623a42037b60e02056772c diff --git a/src/ptset.mli b/src/ptset.mli index dc80b4a..076e824 100644 --- a/src/ptset.mli +++ b/src/ptset.mli @@ -13,11 +13,7 @@ (* *) (***********************************************************************) -(* - 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. @@ -29,5 +25,5 @@ module Weak (H : Hcons.Abstract) : S with type elt = H.t with weak internal storage. See {!Hcons.Weak}. *) -module PosInt : S with type elt = int +module PosInt : S with type elt = Hcons.PosInt.t (** Implementation of hashconsed sets of positive integers *)