]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/automath/autProcess.mli
- we completed the text parser fixing the syntactic shortcuts
[helm.git] / helm / software / lambda-delta / automath / autProcess.mli
index 61cd61d057480aa02d84d13a6b83d75bcbeb28e5..4145ff946efacf9999f1b10e0155d5b1f71a6941 100644 (file)
@@ -11,8 +11,9 @@
 
 type status
 
-val initial_status: status
+val initial_status: unit -> status
 
-val process_item: (status -> Aut.item -> 'a) -> status -> Aut.item -> 'a
+val process_command: 
+   (status -> Aut.command -> 'a) -> status -> Aut.command -> 'a
 
-val get_counters: (int -> int -> int -> 'a) -> status -> 'a
+val get_counters: (int -> int -> int -> int -> 'a) -> status -> 'a