aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/InterpProofs.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Reflection/InterpProofs.v')
-rw-r--r--src/Reflection/InterpProofs.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Reflection/InterpProofs.v b/src/Reflection/InterpProofs.v
index b0aa20ccf..a9ecdd674 100644
--- a/src/Reflection/InterpProofs.v
+++ b/src/Reflection/InterpProofs.v
@@ -60,3 +60,6 @@ Section language.
subst; eapply interpf_SmartVarVarf; eassumption.
Qed.
End language.
+
+Hint Rewrite @interpf_LetIn @interpf_SmartVarf : reflective_interp.
+Hint Rewrite @interpf_SmartVarVarf using assumption : reflective_interp.