]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/toplevel/metaAut.mli
- common/entity: new format for kernel entities
[helm.git] / helm / software / lambda-delta / toplevel / metaAut.mli
index cfcb49d0b369fe17e7de6ad89f61a0b6a745d086..977d5ed2f8519741249079f70ef2304e00b7dacb 100644 (file)
@@ -13,4 +13,6 @@ type status
 
 val initial_status: ?cover:string -> unit -> status 
 
-val meta_of_aut: (status -> Meta.entity -> 'a) -> status -> Aut.entity -> 'a
+val meta_of_aut: 
+   (status -> 'a) -> (status -> Meta.entity -> 'a) -> 
+   status -> Aut.entity -> 'a