]> 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 91280101a84a73575e69a5c0d916fc88eeb28cc4..4145ff946efacf9999f1b10e0155d5b1f71a6941 100644 (file)
@@ -11,7 +11,7 @@
 
 type status
 
-val initial_status: status
+val initial_status: unit -> status
 
 val process_command: 
    (status -> Aut.command -> 'a) -> status -> Aut.command -> 'a