]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaTypes.ml
ocaml 3.09 transition
[helm.git] / helm / matita / matitaTypes.ml
index df21e09f44583c58c22db32f729f8a73765451c2..8bd32bb23eac45b32f53f8f88f818bc391222f02 100644 (file)
@@ -72,6 +72,7 @@ type status = {
   proof_status: proof_status;
   options: options;
   objects: (UriManager.uri * string) list;
+  coercions: UriManager.uri list;
   notation_ids: CicNotation.notation_id list;
 }