aboutsummaryrefslogtreecommitdiff
path: root/proofs/proof_trees.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/proof_trees.ml')
-rw-r--r--proofs/proof_trees.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/proofs/proof_trees.ml b/proofs/proof_trees.ml
index a119354a01..3523f42182 100644
--- a/proofs/proof_trees.ml
+++ b/proofs/proof_trees.ml
@@ -96,8 +96,7 @@ let lc_toList lc = Intset.elements lc
(* Functions on goals *)
let mk_goal ctxt env cl =
- let ty = execute_type env Evd.empty cl in
- { evar_env = env; evar_concl = ty; evar_body = Evar_empty; evar_info = ctxt }
+ { evar_env = env; evar_concl = cl; evar_body = Evar_empty; evar_info = ctxt }
(* Functions on the information associated with existential variables *)