aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-04-07 12:08:15 +0200
committerPierre-Marie Pédrot2014-04-07 12:08:15 +0200
commit61ee00dc214599ab6b17fac0586c746563eb565d (patch)
tree8c196ae691927f88dfb14a78efeb266cda0e27b3 /bootstrap
parentaba9691ef2d8d6ffd184e3d97de47d9c48f1a1b3 (diff)
Transfering the initial goals from the proofview to the proof object.
They were just passed along in the tactics.
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/Monads.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap/Monads.v b/bootstrap/Monads.v
index 10defd0f98..40e26e20a2 100644
--- a/bootstrap/Monads.v
+++ b/bootstrap/Monads.v
@@ -567,7 +567,6 @@ Extract Inlined Constant goal => "Goal.goal".
Extract Inlined Constant env => "Environ.env".
Record proofview := {
- initial : list (constr*types);
solution : evar_map;
comb : list goal
}.