]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/automath/autProcess.mli
freescale porting
[helm.git] / helm / software / lambda-delta / automath / autProcess.mli
index e84f91aee7677d2362fe5861f36d317e1cf678ee..8f10b653ec188d111e0961e06d216bd6c64fc1b6 100644 (file)
@@ -13,6 +13,6 @@ type status
 
 val initial_status: status
 
-val process_unit: (status -> Aut.unit -> 'a) -> status -> Aut.unit -> 'a
+val process_entity: (status -> Aut.entity -> 'a) -> status -> Aut.entity -> 'a
 
 val get_counters: (int -> int -> int -> int -> 'a) -> status -> 'a