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