]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicLibrary.mli
Objects are now used to represent also the tactic status.
[helm.git] / helm / software / components / ng_kernel / nCicLibrary.mli
index dfd17f15bd6303c242216e2c66d60d0948dcfbd5..50ebf8f106f9a94916153b2ba9936135e2754701 100644 (file)
@@ -19,6 +19,7 @@ class status :
  object ('self)
   method timestamp: timestamp
   method set_timestamp: timestamp -> 'self
+  method set_library_status: status -> 'self
  end
 
 val add_obj: #status as 'status -> NUri.uri -> NCic.obj -> 'status