aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Dénès2015-09-17 10:21:41 +0200
committerMaxime Dénès2015-09-17 10:21:50 +0200
commit48c78b719392276b2e87be5ea368c71c01f14c85 (patch)
tree321e933d4ae3a19631758169ca976d7f27f85a20
parent13ea0a5011875e362aa388989b72b3f7ed0c505b (diff)
Fix previous merge.
-rw-r--r--proofs/pfedit.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/pfedit.ml b/proofs/pfedit.ml
index 3363d0300d..5e8221b811 100644
--- a/proofs/pfedit.ml
+++ b/proofs/pfedit.ml
@@ -133,7 +133,7 @@ open Decl_kinds
let next = let n = ref 0 in fun () -> incr n; !n
let build_constant_by_tactic id ctx sign ?(goal_kind = Global, false, Proof Theorem) typ tac =
- let evd = Evd.from_env ~ctx in
+ let evd = Evd.from_ctx ctx in
let terminator = Proof_global.make_terminator (fun _ -> ()) in
start_proof id goal_kind evd sign typ terminator;
try