]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/nEstatus.mli
rewritten instantiate code
[helm.git] / helm / software / components / grafite_parser / nEstatus.mli
index e77f4e5665cd1088de8fe0010a75b0560911dca9..8e361407fa6621bff099577c50e8b29d3557b67c 100644 (file)
 
 (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *)
 
+class type g_status =
+ object
+  inherit LexiconEngine.g_status
+  inherit NRstatus.g_dumpable_status
+ end
+
 class status :
  object ('self)
   inherit LexiconEngine.status
   inherit NRstatus.dumpable_status
-  method set_estatus: status -> 'self
+  inherit g_status
+  method set_estatus: #g_status -> 'self
  end