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