]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/nEstatus.mli
Fixed (yet another) nasty bug, in deep_eq this time
[helm.git] / helm / software / components / grafite_parser / nEstatus.mli
index 2c3acc751bd045ceeb8627a8ca1eea77280ce420..dec3aca01280fe3e4ebb21b4c4f4a37cd54c299c 100644 (file)
 (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *)
 
 class status :
- object
+ 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