aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
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
}.