aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/SmartCastInterp.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Reflection/SmartCastInterp.v')
-rw-r--r--src/Reflection/SmartCastInterp.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Reflection/SmartCastInterp.v b/src/Reflection/SmartCastInterp.v
index 4266deb8a..410d108e3 100644
--- a/src/Reflection/SmartCastInterp.v
+++ b/src/Reflection/SmartCastInterp.v
@@ -33,3 +33,5 @@ Section language.
{ reflexivity. }
Qed.
End language.
+
+Hint Rewrite @interpf_SmartCast_base using solve [ eassumption | eauto ] : reflective_interp.