From a2fce6d14d00a437466a1f7e3b53a77229f87980 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Tue, 1 Apr 2014 19:19:22 +0200 Subject: - Fix eq_constr_universes restricted to Sorts.equal - Fix passing of universe contexts through definitions/proofs, abstract is ok now, even in presence of polymorphism - Correctly mark unresolvable the evars made by the Simple abstraction. --- proofs/pfedit.mli | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'proofs/pfedit.mli') diff --git a/proofs/pfedit.mli b/proofs/pfedit.mli index e3df619f8..615866c6a 100644 --- a/proofs/pfedit.mli +++ b/proofs/pfedit.mli @@ -149,7 +149,9 @@ val instantiate_nth_evar_com : int -> Constrexpr.constr_expr -> unit val build_constant_by_tactic : Id.t -> named_context_val -> ?goal_kind:goal_kind -> - types Univ.in_universe_context_set -> unit Proofview.tactic -> Entries.definition_entry * bool * Universes.universe_opt_subst + types Univ.in_universe_context_set -> unit Proofview.tactic -> + Entries.definition_entry * bool * Universes.universe_opt_subst Univ.in_universe_context + val build_by_tactic : env -> ?poly:polymorphic -> types Univ.in_universe_context_set -> unit Proofview.tactic -> constr Univ.in_universe_context_set * bool * Universes.universe_opt_subst -- cgit v1.2.3