From dcb26e0cb3b4860abb4a5bb36d5f77403dabd654 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Thu, 6 Sep 2018 12:37:41 +0200 Subject: [pfedit] Fix master build due to merge conflict --- proofs/pfedit.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proofs/pfedit.ml b/proofs/pfedit.ml index b48f14ca82..d971c28a26 100644 --- a/proofs/pfedit.ml +++ b/proofs/pfedit.ml @@ -173,7 +173,7 @@ let build_by_tactic ?(side_eff=true) env sigma ?(poly=false) typ tac = const_entry_body = Future.chain ce.const_entry_body (fun (pt, _) -> pt, ()) } in let (cb, ctx), () = Future.force ce.const_entry_body in - let univs = UState.merge side_eff Evd.univ_rigid univs ctx in + let univs = UState.merge ~sideff:side_eff ~extend:true Evd.univ_rigid univs ctx in cb, status, univs let refine_by_tactic env sigma ty tac = -- cgit v1.2.3