X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fgrafite_parser%2FnEstatus.ml;h=ebfd686cd5f1bc5ffceb049db62dfaf6d1b76eaa;hb=f59b591eb48a06518b34d7f809bee51989307404;hp=0c6e91095d4502bd0052afe6c89aa0d1b952ab44;hpb=f4c17198d8afe7c8cd62dbab527d08902d891491;p=helm.git diff --git a/helm/software/components/grafite_parser/nEstatus.ml b/helm/software/components/grafite_parser/nEstatus.ml index 0c6e91095..ebfd686cd 100644 --- a/helm/software/components/grafite_parser/nEstatus.ml +++ b/helm/software/components/grafite_parser/nEstatus.ml @@ -11,16 +11,16 @@ (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *) +class type g_status = + object + inherit LexiconEngine.g_status + inherit NCicLibrary.g_dumpable_status + end + class status = object (self) inherit LexiconEngine.status - inherit NRstatus.dumpable_status - method set_estatus - : 'status. - < coerc_db : NCicCoercion.db; - uhint_db : NCicUnifHint.db; - timestamp: NCicLibrary.timestamp; - dump: NRstatus.Serializer.obj list; - lstatus: LexiconEngine.lexicon_status; .. > as 'status -> 'self + inherit NCicLibrary.dumpable_status + method set_estatus : 'status. #g_status as 'status -> 'self = fun o -> (self#set_lexicon_engine_status o)#set_dumpable_status o end