X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_library%2FnCicLibrary.mli;h=165b70ce19156e6d55c0f62030be3b7e0f2ea9bf;hb=d51f9674886d1e609a6ea792b65871dcde4f6503;hp=3781a47e2dfa757c095d1c5cdca1ede6b5138b89;hpb=a484a2c1e0c022753aefae6a74fbce9fe4cf7983;p=helm.git diff --git a/matita/components/ng_library/nCicLibrary.mli b/matita/components/ng_library/nCicLibrary.mli index 3781a47e2..165b70ce1 100644 --- a/matita/components/ng_library/nCicLibrary.mli +++ b/matita/components/ng_library/nCicLibrary.mli @@ -18,16 +18,17 @@ type timestamp class virtual status : object ('self) - inherit NCicExtraction.status + inherit NCic.status method timestamp: timestamp method set_timestamp: timestamp -> 'self - (*CSC: bug here, we are not copying the NCicExtraction part of the status *) + (*CSC: bug here, we are not copying the NCicExtraction and OCamlExtraction part of the status *) end (* 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 (*