]> 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 5e60b7685c49e52a0288ed0ad6a0b244fde1d332..73c88005c54e951385d127af692fcae23860bba8 100644 (file)
@@ -19,8 +19,8 @@ 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