Files for the next step: run.ml?
[tatoo.git] / src / asta.mli
index 3f25edc..76ebdb1 100644 (file)
@@ -72,7 +72,7 @@ val top_states : t -> state list
 (** Give the list of top states of an ASTA *)
 
 val print : Format.formatter -> t -> unit
-(** Describe the automaton as text *)
+(** Pretty printer *)
 
 val to_file : out_channel -> t -> unit
 (** Outputs the description of the automaton on the given out_channel *)