]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicCoercion.mli
huge commit regarding the grafite_status:
[helm.git] / helm / software / components / ng_refiner / nCicCoercion.mli
index d01e30a5ad9d286e3735a24e38ce0cb974cd6087..73c88005c54e951385d127af692fcae23860bba8 100644 (file)
@@ -19,8 +19,10 @@ type db
 val index_coercion: 
   db -> NCic.term -> NCic.term -> NCic.term -> int -> int -> db
 
-  (* gets the old imperative coercion DB *)
-val db : unit -> db
+  (* gets the old imperative coercion DB (list format) *)
+val index_old_db: CoercDb.coerc_db -> db -> db
+
+val empty_db : db
 
 val look_for_coercion:
     db ->