X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_library%2FnCicLibrary.mli;h=14090cdcb9614d0b65ff01fd676d37c24bba87dc;hb=712af5b8dc7dab1ebfa6532b73b91c96cb4c6837;hp=b3275b8283095399fcfcc97947b82b75d5e36a5f;hpb=c651385ff47f147dd626c62a26e773c7a0ceabfd;p=helm.git diff --git a/matita/components/ng_library/nCicLibrary.mli b/matita/components/ng_library/nCicLibrary.mli index b3275b828..14090cdcb 100644 --- a/matita/components/ng_library/nCicLibrary.mli +++ b/matita/components/ng_library/nCicLibrary.mli @@ -21,13 +21,14 @@ class virtual 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_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 (* @@ -56,7 +57,7 @@ class dumpable_status : end val get_transitively_included: #dumpable_status -> NUri.uri list -val dump_obj: #dumpable_status as 'status -> obj -> 'status +val dump_obj: (#dumpable_status as 'status) -> obj -> 'status module type SerializerType = sig