aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/RewriterInterp.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Reflection/RewriterInterp.v')
-rw-r--r--src/Reflection/RewriterInterp.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Reflection/RewriterInterp.v b/src/Reflection/RewriterInterp.v
index 4de516dfd..66315ec0d 100644
--- a/src/Reflection/RewriterInterp.v
+++ b/src/Reflection/RewriterInterp.v
@@ -46,3 +46,5 @@ Section language.
apply interp_rewrite_op; assumption.
Qed.
End language.
+
+Hint Rewrite @InterpRewriteOp using assumption : reflective_interp.