X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fata.mli;h=2ce476d0d76c0cab580cf81681068be30ce87d88;hp=443bb0bd170c78ad3e855cb2426aabc6101c6323;hb=122fdb64ba001d728d0d94245753b1d7d31cc98d;hpb=1442cbcfa262a16eac31092c0da2e59805deeaa2 diff --git a/src/ata.mli b/src/ata.mli index 443bb0b..2ce476d 100644 --- a/src/ata.mli +++ b/src/ata.mli @@ -165,13 +165,13 @@ val merge : t -> t -> t *) val union : t -> t -> t -(** [union a a'] creates a new automaton [a''] that selects node +(** [union a a'] creates a new automaton [a''] that selects nodes selected by either [a] or [a'] *) val inter : t -> t -> t -(** [inter a a'] creates a new automaton [a''] that selects node - selected by both [a] and [a'] +(** [inter a a'] creates a new automaton [a''] that selects nodes + selected both by [a] and [a'] *) val neg : t -> t @@ -207,7 +207,7 @@ sig val finalize : t -> auto (** Finalize the automaton and return it. Clean-up unused states (states that do not occur in any transitions and remove - instantes of negative [move] atoms by creating fresh states + instances of negative [move] atoms by creating fresh states that accept the complement of the negated state. *) end (** Builder facility for the automaton *)