]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/toplevel/metaAut.mli
some stuff on re
[helm.git] / helm / software / lambda-delta / toplevel / metaAut.mli
index b5c7e0b69ac02c2b1527cc2474a152a652af068c..a1210c527591bb1d194f4b646a3b155e8a0bb38c 100644 (file)
 
 type status
 
-val initial_status: ?cover:string -> unit -> status 
+val initial_status: unit -> status 
 
-val meta_of_aut: (status -> Meta.item -> 'a) -> status -> Aut.item -> 'a
+val refresh_status: status -> status
+
+val meta_of_aut: 
+   (status -> 'a) -> (status -> Meta.entity -> 'a) -> 
+   status -> Aut.command -> 'a