]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/nEstatus.mli
new macro screenshot
[helm.git] / helm / software / components / grafite_parser / nEstatus.mli
index 2c3acc751bd045ceeb8627a8ca1eea77280ce420..8e361407fa6621bff099577c50e8b29d3557b67c 100644 (file)
 
 (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *)
 
-class status :
+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
+  inherit g_status
+  method set_estatus: #g_status -> 'self
  end