]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/nEstatus.mli
1) grafiteWalker removed
[helm.git] / helm / software / components / grafite_parser / nEstatus.mli
index 2ae7d01e4ef639ca78dcbe2540ff68d15d602b7c..2c3acc751bd045ceeb8627a8ca1eea77280ce420 100644 (file)
@@ -11,8 +11,8 @@
 
 (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *)
 
-type extra_status = {
-        lstatus : LexiconEngine.status;
-        rstatus : NRstatus.dumpable_status;
-}
-
+class status :
+ object
+  inherit LexiconEngine.status
+  inherit NRstatus.dumpable_status
+ end