]> 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 977d5ed2f8519741249079f70ef2304e00b7dacb..a1210c527591bb1d194f4b646a3b155e8a0bb38c 100644 (file)
 
 type status
 
-val initial_status: ?cover:string -> unit -> status 
+val initial_status: unit -> status 
+
+val refresh_status: status -> status
 
 val meta_of_aut: 
    (status -> 'a) -> (status -> Meta.entity -> 'a) -> 
-   status -> Aut.entity -> 'a
+   status -> Aut.command -> 'a