X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2FstateSet.mli;h=30c5063752b4c4b4ab671bd6b2c85b9a31cc87fd;hp=1de4deee92b65c1c3b05894276ea2414f021d229;hb=4f265eb7d78b740292b5543d94f9f0fa40d206d5;hpb=6b66008811639324be623a42037b60e02056772c diff --git a/src/stateSet.mli b/src/stateSet.mli index 1de4dee..30c5063 100644 --- a/src/stateSet.mli +++ b/src/stateSet.mli @@ -13,12 +13,8 @@ (* *) (***********************************************************************) -(* - Time-stamp: -*) - (** Implementation of sets of states *) -include Ptset.S with type elt = int +include Ptset.S with type elt = State.t val print : Format.formatter -> t -> unit (** Pretty printer *)