X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2FstateSet.mli;fp=src%2FstateSet.mli;h=30c5063752b4c4b4ab671bd6b2c85b9a31cc87fd;hp=1a628a47866cea437fb3d365596f62e574b86c78;hb=4f265eb7d78b740292b5543d94f9f0fa40d206d5;hpb=31d45495fda9a110fd348f8b492761c28b434ec9 diff --git a/src/stateSet.mli b/src/stateSet.mli index 1a628a4..30c5063 100644 --- a/src/stateSet.mli +++ b/src/stateSet.mli @@ -14,7 +14,7 @@ (***********************************************************************) (** 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 *)