]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/nEstatus.ml
Initial implementation of statuses using objects in place of nested records.
[helm.git] / helm / software / components / grafite_parser / nEstatus.ml
index a49174b11d3a2b13102d57835957c983cc37a134..2ae7d01e4ef639ca78dcbe2540ff68d15d602b7c 100644 (file)
@@ -13,6 +13,6 @@
 
 type extra_status = {
         lstatus : LexiconEngine.status;
-        rstatus : NRstatus.dumpable_refiner_status;
+        rstatus : NRstatus.dumpable_status;
 }