]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nRstatus.mli
Code simplified.
[helm.git] / helm / software / components / ng_refiner / nRstatus.mli
index 6cf9ddd4fa9c136b77ff8c4cc14b771e55a06880..631e629e5a663060a1f314fdd738ff809cc90ad9 100644 (file)
@@ -11,9 +11,7 @@
 
 (* $Id: nCicRefiner.ml 9802 2009-05-25 15:39:26Z tassi $ *)
 
-type refiner_status = {
-        coerc_db : NCicCoercion.db;
-        uhint_db : NCicUnifHint.db;
-        library_db : NCicLibrary.timestamp;
-        dump: refiner_status -> refiner_status
-}
+class type g_status = NCicCoercion.status
+
+class status : NCicCoercion.status
+