]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nRstatus.ml
Bugfix in tipify: a metavariable was set to type without sortifying its type.
[helm.git] / helm / software / components / ng_refiner / nRstatus.ml
index 02eee9837723853c3d616673da31924977b2cc1f..9a6fd4ef29ec4870b37e58fb8e117c2c627e84a4 100644 (file)
@@ -11,8 +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