]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_refiner/nCicUnifHint.ml
This commit patches the environment and the library so that their status is
[helm.git] / matitaB / components / ng_refiner / nCicUnifHint.ml
index ff8de755469b21ffb336e9f4a833e3c4016f0682..d228db7b6b6f134ab335f0c6a0efa2edb5361b7e 100644 (file)
@@ -51,9 +51,9 @@ class type g_status =
   method uhint_db: db
  end
 
-class virtual status =
+class virtual status (uid : string option) =
  object
-  inherit NCic.status
+  inherit NCicEnvironment.status uid
   val db = HDB.empty, EQDB.empty
   method uhint_db = db
   method set_uhint_db v = {< db = v >}