X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2FstateSet.mli;h=30c5063752b4c4b4ab671bd6b2c85b9a31cc87fd;hb=20ed1e46f3e786d538a0dd77926247aed029c770;hp=1a628a47866cea437fb3d365596f62e574b86c78;hpb=41dd1fed04cabad212f10fce3484545f6e9d9444;p=tatoo.git 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 *)