]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/nEstatus.ml
1) grafiteWalker removed
[helm.git] / helm / software / components / grafite_parser / nEstatus.ml
index a49174b11d3a2b13102d57835957c983cc37a134..1dc05aa51c11a48a2f3aadc11608f80d1069e7eb 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_refiner_status;
-}
-
+class status =
+ object
+  inherit LexiconEngine.status
+  inherit NRstatus.dumpable_status
+ end