X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fgrafite_parser%2FnEstatus.mli;h=dec3aca01280fe3e4ebb21b4c4f4a37cd54c299c;hb=7f9e313fe5ae4200f080f481a6b8b795a0618093;hp=a225f439d84df7f2ac76586806feabdde3a3736a;hpb=dcdbb979433a61e2ef2842d96604098728824416;p=helm.git diff --git a/helm/software/components/grafite_parser/nEstatus.mli b/helm/software/components/grafite_parser/nEstatus.mli index a225f439d..dec3aca01 100644 --- a/helm/software/components/grafite_parser/nEstatus.mli +++ b/helm/software/components/grafite_parser/nEstatus.mli @@ -11,8 +11,14 @@ (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *) -type extra_status = { - lstatus : LexiconEngine.status; - rstatus : NRstatus.refiner_status; -} - +class status : + object ('self) + inherit LexiconEngine.status + inherit NRstatus.dumpable_status + method set_estatus: + < coerc_db : NCicCoercion.db; + uhint_db : NCicUnifHint.db; + timestamp: NCicLibrary.timestamp; + dump: NRstatus.Serializer.obj list; + lstatus: LexiconEngine.lexicon_status; .. > -> 'self + end