]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicLibrary.mli
Persistent db (to lookup names in the library) inefficiently implemented as
[helm.git] / helm / software / components / ng_kernel / nCicLibrary.mli
index 50ebf8f106f9a94916153b2ba9936135e2754701..326ef143ea64d532b3670bbf832478bdd0905ac1 100644 (file)
@@ -19,7 +19,7 @@ class status :
  object ('self)
   method timestamp: timestamp
   method set_timestamp: timestamp -> 'self
-  method set_library_status: status -> 'self
+  method set_library_status: <timestamp: timestamp; ..> -> 'self
  end
 
 val add_obj: #status as 'status -> NUri.uri -> NCic.obj -> 'status
@@ -47,4 +47,6 @@ module type Serializer =
 
 module Serializer(S: sig type status end): Serializer with type status= S.status
 
+val init: unit -> unit
+
 (* EOF *)