aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/Conversion.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Reflection/Conversion.v')
-rw-r--r--src/Reflection/Conversion.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Reflection/Conversion.v b/src/Reflection/Conversion.v
index 8d2250a7a..bd0f4f695 100644
--- a/src/Reflection/Conversion.v
+++ b/src/Reflection/Conversion.v
@@ -44,7 +44,7 @@ Section language.
(fun _ x => x) (fun _ x => x)
t e
= e.
- Proof.
+ Proof using functional_extensionality.
induction e;
repeat match goal with
| _ => reflexivity
@@ -82,7 +82,7 @@ Section language.
f_var12 f_var21
t e)
= interpf interp_op e.
- Proof.
+ Proof using f_var12_id f_var21_id.
induction e;
repeat match goal with
| _ => progress unfold LetIn.Let_In