X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fasta.mli;h=7bbf13da58b66c2cf91f9bc7ac53d762544b9804;hp=e3d3c0de58e70ef30afa79766296d9ca9e79a52c;hb=d0dc6fbd661c7a79a2d8f875a204f587e6a5162d;hpb=83c90cb5eeebfffa05d0383430eb80e7905b46a0 diff --git a/src/asta.mli b/src/asta.mli index e3d3c0d..7bbf13d 100644 --- a/src/asta.mli +++ b/src/asta.mli @@ -75,8 +75,11 @@ val init_top : t -> unit val top_states : t -> state list (** Give the list of top states of an ASTA *) -val bot_states : t -> StateSet.t -(** Give the list of bottom states of an ASTA *) +val top_states_s : t -> StateSet.t +(** Give the set of top states of an ASTA *) + +val bot_states_s : t -> StateSet.t +(** Give the set of bottom states of an ASTA *) val selec_states : t -> StateSet.t (** Give the list of selecting states of an ASTA *)