X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnCicUnifHint.mli;h=7582c3df61f5f2fed4c3ed23fe8d1331590507e5;hb=c353df2f92c619afcbfcdf978df146239ed2db1c;hp=115ddfb15b27fa5ad3868e9bef6d54ff5149bbb7;hpb=e6cfe36583259c1e3f6d91e66e50a647726c1716;p=helm.git diff --git a/helm/software/components/ng_refiner/nCicUnifHint.mli b/helm/software/components/ng_refiner/nCicUnifHint.mli index 115ddfb15..7582c3df6 100644 --- a/helm/software/components/ng_refiner/nCicUnifHint.mli +++ b/helm/software/components/ng_refiner/nCicUnifHint.mli @@ -14,10 +14,9 @@ type db val index_hint: - db -> NCic.context -> NCic.term -> NCic.term -> db + db -> NCic.context -> NCic.term -> NCic.term -> int -> db - (* gets the old imperative coercion DB *) -val db : unit -> db +val add_user_provided_hint : Cic.term -> int -> unit val empty_db : db @@ -25,4 +24,5 @@ val look_for_hint: db -> NCic.metasenv -> NCic.substitution -> NCic.context -> NCic.term -> NCic.term -> - (NCic.metasenv * NCic.term * NCic.term) list + (NCic.metasenv * + (NCic.term * NCic.term) * (NCic.term * NCic.term) list) list