aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/InlineInterp.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Reflection/InlineInterp.v')
-rw-r--r--src/Reflection/InlineInterp.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Reflection/InlineInterp.v b/src/Reflection/InlineInterp.v
index 7d3909c79..caf1931fb 100644
--- a/src/Reflection/InlineInterp.v
+++ b/src/Reflection/InlineInterp.v
@@ -130,3 +130,5 @@ Section language.
eapply InterpInlineConstGen; eauto.
Qed.
End language.
+
+Hint Rewrite @InterpInlineConst @interp_inline_const @interpf_inline_constf using solve [ eassumption | eauto with wf ] : reflective_interp.