]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/toplevel/metaAut.mli
- we now use a streaming architecture (run time gain: 11 secs)
[helm.git] / helm / software / lambda-delta / toplevel / metaAut.mli
index 1172424c7a61bfac83e7fab702249b508d442b33..128215cc4d07a32943e94d785e2aff6180c90d23 100644 (file)
@@ -23,4 +23,8 @@
  * http://cs.unibo.it/helm/.
  *)
 
-val meta_of_aut: (Meta.environment -> 'a) -> Aut.book -> 'a
+type status
+
+val initial_status: status 
+
+val meta_of_aut: (status -> Meta.item -> 'a) -> status -> Aut.item -> 'a