]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_library/nCicLibrary.mli
Speed up: moved a #ppterm inside the lazy it belongs to.
[helm.git] / matita / components / ng_library / nCicLibrary.mli
index 63bd7518aa538421c45131e0adee55ba9fc8a82c..ee1ed3ece6996c74b936aeb0d6595f2dc9c44b7d 100644 (file)
@@ -29,10 +29,13 @@ val add_constraint:
   #status as 'status -> NCic.universe -> NCic.universe -> 'status
 val aliases_of: NUri.uri -> NReference.reference list
 val resolve: string -> NReference.reference list
+(*
 (* warning: get_obj may raise (NCicEnvironment.ObjectNotFoud l) *)
 val get_obj: #NCic.status -> NUri.uri -> NCic.obj (* changes the current timestamp *)
+*)
 
 val time_travel: #status -> unit
+val replace: #status -> unit
 
 val init: unit -> unit