]> matita.cs.unibo.it Git - helm.git/blobdiff - components/cic/cic.ml
Several bugs fixed:
[helm.git] / components / cic / cic.ml
index 5495872151bda13625042b884b9c8d77dd0943b3..1b02df3f1a12c7367a64a64cdc49fad3f7d1d9c0 100644 (file)
@@ -57,6 +57,7 @@ type name =
 
 type object_flavour =
   [ `Definition
+  | `MutualDefinition
   | `Fact
   | `Lemma
   | `Remark
@@ -74,6 +75,7 @@ type object_class =
                         the record fields names and if they are coercions and
                         then the coercion arity *)
   | `Projection     (** record projection *)
+  | `InversionPrinciple (** inversion principle *)
   ]
 
 type attribute =