X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnRstatus.mli;h=89f62ce1d3c5d42bb79b06a3161af110972ac1b5;hb=c22f39a5d5afc0ef55beb221e00e2e6703b13d90;hp=7fde1b74733c5be2348432daf060eb5ce29a0a31;hpb=e603c19e82c160362587cb0bc578287c87122b90;p=helm.git diff --git a/helm/software/components/ng_refiner/nRstatus.mli b/helm/software/components/ng_refiner/nRstatus.mli index 7fde1b747..89f62ce1d 100644 --- a/helm/software/components/ng_refiner/nRstatus.mli +++ b/helm/software/components/ng_refiner/nRstatus.mli @@ -16,7 +16,10 @@ class status : inherit NCicUnifHint.status inherit NCicCoercion.status inherit NCicLibrary.status - method set_rstatus: status -> 'self + method set_rstatus: + < coerc_db : NCicCoercion.db; + uhint_db : NCicUnifHint.db; + timestamp: NCicLibrary.timestamp; .. > -> 'self end module Serializer: @@ -30,5 +33,9 @@ class dumpable_status : inherit status method dump: Serializer.obj list method set_dump: Serializer.obj list -> 'self - method set_dumpable_status: dumpable_status -> 'self + method set_dumpable_status: + < coerc_db : NCicCoercion.db; + uhint_db : NCicUnifHint.db; + timestamp: NCicLibrary.timestamp; + dump: Serializer.obj list; .. > -> 'self end