X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite_parser%2FnEstatus.mli;h=dec3aca01280fe3e4ebb21b4c4f4a37cd54c299c;hb=f4c17198d8afe7c8cd62dbab527d08902d891491;hp=e77f4e5665cd1088de8fe0010a75b0560911dca9;hpb=c18631e6e9aad36446af0c126e8616272f44a08a;p=helm.git diff --git a/helm/software/components/grafite_parser/nEstatus.mli b/helm/software/components/grafite_parser/nEstatus.mli index e77f4e566..dec3aca01 100644 --- a/helm/software/components/grafite_parser/nEstatus.mli +++ b/helm/software/components/grafite_parser/nEstatus.mli @@ -15,5 +15,10 @@ class status : object ('self) inherit LexiconEngine.status inherit NRstatus.dumpable_status - method set_estatus: status -> 'self + 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