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=5e60b7685c49e52a0288ed0ad6a0b244fde1d332;hpb=84e770b58ae08a345087de816aba29bc2fc727ba;p=helm.git diff --git a/helm/software/components/ng_refiner/nCicCoercion.mli b/helm/software/components/ng_refiner/nCicCoercion.mli index 5e60b7685..73c88005c 100644 --- a/helm/software/components/ng_refiner/nCicCoercion.mli +++ b/helm/software/components/ng_refiner/nCicCoercion.mli @@ -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