]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicLibrary.ml
Good:
[helm.git] / helm / software / components / ng_kernel / nCicLibrary.ml
index d54002d60c9c60dabf96ac50bca3808824d054f9..47c8d67c6d4251ec5a0df01c106baf678a651545 100644 (file)
@@ -28,7 +28,9 @@ class status =
   val timestamp = (time0 : timestamp)
   method timestamp = timestamp
   method set_timestamp v = {< timestamp = v >}
-  method set_library_status (o : status) = {< timestamp = o#timestamp >}
+  method set_library_status
+   : 'status. < timestamp : timestamp; .. > as 'status -> 'self
+   = fun o -> {< timestamp = o#timestamp >}
  end
 
 let time_travel status =