]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_refiner/nCicCoercion.mli
- cleanup
[helm.git] / matita / components / ng_refiner / nCicCoercion.mli
index f2cd526822b1f5342bf95fd1a27b307934a18c6e..d85484a2a4d02959f2451bea524972c56b5fc152 100644 (file)
@@ -21,9 +21,8 @@ class type g_status =
 
 class status :
  object ('self)
-  inherit NCicUnifHint.status
   inherit g_status
-  method coerc_db: db
+  inherit NCicUnifHint.status
   method set_coerc_db: db -> 'self
   method set_coercion_status: #g_status -> 'self
  end