X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnCicCoercion.mli;h=73c88005c54e951385d127af692fcae23860bba8;hb=8de1a75899a83dd31e856804bd448c1bd87d9ab3;hp=d01e30a5ad9d286e3735a24e38ce0cb974cd6087;hpb=62f476a05884d451bfb90d845ea2b1c0a1c77f96;p=helm.git diff --git a/helm/software/components/ng_refiner/nCicCoercion.mli b/helm/software/components/ng_refiner/nCicCoercion.mli index d01e30a5a..73c88005c 100644 --- a/helm/software/components/ng_refiner/nCicCoercion.mli +++ b/helm/software/components/ng_refiner/nCicCoercion.mli @@ -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 ->