X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnCicUnifHint.mli;h=f7257d8f8472c03978429f8d34700abc88e65421;hb=df1201e37d6f2631dc31ffc87b979a6c81180a3a;hp=49df40bf9bd203b8f7aef5abecd1a0eb4d9fef10;hpb=dc1902ae1e458e5120af63d880dbd08255bef238;p=helm.git diff --git a/helm/software/components/ng_refiner/nCicUnifHint.mli b/helm/software/components/ng_refiner/nCicUnifHint.mli index 49df40bf9..f7257d8f8 100644 --- a/helm/software/components/ng_refiner/nCicUnifHint.mli +++ b/helm/software/components/ng_refiner/nCicUnifHint.mli @@ -13,17 +13,20 @@ type db -val index_hint: - db -> NCic.context -> NCic.term -> NCic.term -> int -> db +class status : + object ('self) + method uhint_db: db + method set_uhint_db: db -> 'self + end - (* gets the old imperative coercion DB *) -val db : unit -> db -val add_user_provided_hint : Cic.term -> int -> unit +val index_hint: + #status as 'status -> NCic.context -> NCic.term -> NCic.term -> int -> 'status -val empty_db : db +val add_user_provided_hint : + #status as 'status -> NCic.term -> int -> 'status val look_for_hint: - db -> + #status -> NCic.metasenv -> NCic.substitution -> NCic.context -> NCic.term -> NCic.term -> (NCic.metasenv *