]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_library/nCicLibrary.mli
As required by M. Maietti,
[helm.git] / matita / components / ng_library / nCicLibrary.mli
index 451beaa70fc51883f1cddb09c68b4c188ea2654d..165b70ce19156e6d55c0f62030be3b7e0f2ea9bf 100644 (file)
@@ -27,7 +27,8 @@ class virtual status :
 (* it also checks it and add it to the environment *)
 val add_obj: #status as 'status -> NCic.obj -> 'status
 val add_constraint: 
-  #status as 'status -> NCic.universe -> NCic.universe -> 'status
+  #status as 'status -> acyclic:bool ->
+  NCic.universe -> NCic.universe -> 'status
 val aliases_of: NUri.uri -> NReference.reference list
 val resolve: string -> NReference.reference list
 (*