X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2FstateSet.mli;h=30c5063752b4c4b4ab671bd6b2c85b9a31cc87fd;hp=1a9c23766f36636088b4be42a72f1877ed41ee0c;hb=4f265eb7d78b740292b5543d94f9f0fa40d206d5;hpb=b00bff88c7902e828804c06b7f9dc55222fdc84e diff --git a/src/stateSet.mli b/src/stateSet.mli index 1a9c237..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 *)