]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/toplevel/metaAut.mli
- we implemented the hierarchy and sort names declaration in text parser
[helm.git] / helm / software / lambda-delta / toplevel / metaAut.mli
index b5c7e0b69ac02c2b1527cc2474a152a652af068c..9277dbe5b72a25087a6252196468d75a8822aea8 100644 (file)
@@ -13,4 +13,6 @@ type status
 
 val initial_status: ?cover:string -> unit -> status 
 
-val meta_of_aut: (status -> Meta.item -> 'a) -> status -> Aut.item -> 'a
+val meta_of_aut: 
+   (status -> 'a) -> (status -> Meta.entity -> 'a) -> 
+   status -> Aut.command -> 'a