]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicUnifHint.mli
fixed coercion mechanism w.r.t. undo/require
[helm.git] / helm / software / components / ng_refiner / nCicUnifHint.mli
index 87519352c4b783b0ba4955cb300517b34cc95bb3..862c9808efc0193b00d78257cfd1f48f5ecbd2b7 100644 (file)
@@ -15,11 +15,16 @@ type db
 
 exception HintNotValid
 
+class type g_status =
+ object
+  method uhint_db: db
+ end
+
 class status :
  object ('self)
-  method uhint_db: db
+  inherit g_status
   method set_uhint_db: db -> 'self
-  method set_unifhint_status: < uhint_db : db; .. > -> 'self
+  method set_unifhint_status: #g_status -> 'self
  end
 
 val index_hint: