]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/toplevel/metaAut.mli
- we completed the text parser fixing the syntactic shortcuts
[helm.git] / helm / software / lambda-delta / toplevel / metaAut.mli
index 9277dbe5b72a25087a6252196468d75a8822aea8..a1210c527591bb1d194f4b646a3b155e8a0bb38c 100644 (file)
@@ -11,7 +11,9 @@
 
 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) ->