aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/InlineCastInterp.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Reflection/InlineCastInterp.v')
-rw-r--r--src/Reflection/InlineCastInterp.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Reflection/InlineCastInterp.v b/src/Reflection/InlineCastInterp.v
index 8e6719f0c..aa9fbb119 100644
--- a/src/Reflection/InlineCastInterp.v
+++ b/src/Reflection/InlineCastInterp.v
@@ -111,3 +111,5 @@ Section language.
= Interp interp_op e x.
Proof. apply InterpInlineConstGen; auto. Qed.
End language.
+
+Hint Rewrite @interpf_exprf_of_push_cast @InterpInlineCast using solve [ eassumption | eauto with wf ] : reflective_interp.