X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fautomath%2FautProcess.mli;h=8f10b653ec188d111e0961e06d216bd6c64fc1b6;hb=c68f6ae61227544df47512b14e1a74d270dfbb6d;hp=61cd61d057480aa02d84d13a6b83d75bcbeb28e5;hpb=2b821e608cc1fceebc13e85867a244fe02edf71e;p=helm.git diff --git a/helm/software/lambda-delta/automath/autProcess.mli b/helm/software/lambda-delta/automath/autProcess.mli index 61cd61d05..8f10b653e 100644 --- a/helm/software/lambda-delta/automath/autProcess.mli +++ b/helm/software/lambda-delta/automath/autProcess.mli @@ -13,6 +13,6 @@ type status val initial_status: status -val process_item: (status -> Aut.item -> 'a) -> status -> Aut.item -> 'a +val process_entity: (status -> Aut.entity -> 'a) -> status -> Aut.entity -> 'a -val get_counters: (int -> int -> int -> 'a) -> status -> 'a +val get_counters: (int -> int -> int -> int -> 'a) -> status -> 'a