]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicCoercion.ml
Objects are now used to represent also the tactic status.
[helm.git] / helm / software / components / ng_refiner / nCicCoercion.ml
index 29f28ba5c3a4608269b5245b500ee7fd8f3b268f..d7fef8d8f9226ba93537ccdca931bdcc23c684d0 100644 (file)
@@ -31,6 +31,7 @@ class status =
   val db = empty_db
   method coerc_db = db
   method set_coerc_db v = {< db = v >}
+  method set_coercion_status (o : status) = {< db = o#coerc_db >}
  end
 
 let index_coercion status c src tgt arity arg =