X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fhelena%2Fsrc%2Fautomath%2FautProcess.mli;h=e0c856a0f012eef77a92ba1bdf4185aeb2e6cc7a;hb=c450fdfb1b02eb69e5e7ef25f0acdf80157710df;hp=4145ff946efacf9999f1b10e0155d5b1f71a6941;hpb=95872555aaa040a22ad2d93cb1278f79e20da70c;p=helm.git diff --git a/helm/software/helena/src/automath/autProcess.mli b/helm/software/helena/src/automath/autProcess.mli index 4145ff946..e0c856a0f 100644 --- a/helm/software/helena/src/automath/autProcess.mli +++ b/helm/software/helena/src/automath/autProcess.mli @@ -13,7 +13,11 @@ type status val initial_status: unit -> status +val get_counters: (int -> int -> int -> int -> 'a) -> status -> 'a + +IFDEF PREPROCESS THEN + val process_command: (status -> Aut.command -> 'a) -> status -> Aut.command -> 'a -val get_counters: (int -> int -> int -> int -> 'a) -> status -> 'a +END