]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicEnvironment.mli
Missing case for Match implemented.
[helm.git] / helm / software / components / ng_kernel / nCicEnvironment.mli
index a9feb4d20f22007b8e2798cc1c6f9586d94d455b..5252ddb8b5f271bd307cd36d4590b8dd8a0e91c2 100644 (file)
@@ -51,7 +51,9 @@ val get_checked_fixes_or_cofixes:
    NCic.inductiveFun list * NCic.f_attr * int
 
 (* invalidate the object and all those that entered the environment after it *)
-val invalidate_obj: NUri.uri -> unit
+val invalidate_item: 
+      [ `Obj of NUri.uri * NCic.obj 
+      | `Constr of bool * NCic.universe * NCic.universe ] -> unit
 
 val invalidate: unit -> unit