X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_unification%2FcicRefine.mli;h=4289905c80de8e35a54e2e2821fdb1f4de68ab6a;hb=7e9904185ceff75884783dbf0bad506b8521b857;hp=c239f8e1f5ff77a2b551fe0a05ee6cf7d66dff17;hpb=fb0f22004d533abca8d157ed89665dbf1041e0e2;p=helm.git diff --git a/helm/ocaml/cic_unification/cicRefine.mli b/helm/ocaml/cic_unification/cicRefine.mli index c239f8e1f..4289905c8 100644 --- a/helm/ocaml/cic_unification/cicRefine.mli +++ b/helm/ocaml/cic_unification/cicRefine.mli @@ -31,5 +31,5 @@ exception AssertFailure of string;; (* refines [term] and returns the refined form of [term], *) (* its type the new metasenv. *) val type_of_aux': - Cic.metasenv -> Cic.context -> Cic.term -> - Cic.term * Cic.term * Cic.metasenv + Cic.metasenv -> Cic.context -> Cic.term -> CicUniv.universe_graph -> + Cic.term * Cic.term * Cic.metasenv * CicUniv.universe_graph