X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fhtml.mli;h=5e8d4c259e4cbbd4113056d0a297759b2af02771;hp=a1506c946718a775564b6b651b0e82de64313f5e;hb=fee64144491afab22d71f6e2de72a9f18f35cd55;hpb=556c8805fcfd27f485bdd63cd704e4df7eac8a06 diff --git a/src/html.mli b/src/html.mli index a1506c9..5e8d4c2 100644 --- a/src/html.mli +++ b/src/html.mli @@ -1,2 +1 @@ -val trace : int -> int -> int -> ('a, Format.formatter, unit, unit) format4 -> 'a -val gen_trace : (module Tree.S with type t = 'a) -> 'a -> unit +val gen_trace : Ata.t -> StateSet.t array list -> (module Tree.S with type t = 'a) -> 'a -> unit