aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/EtaInterp.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-04-02 00:18:29 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-04-02 00:18:29 -0400
commit2882da783bf4a45cbdab2ff53d6acaea74c71f22 (patch)
tree680b491529e320e341fe7f63d573d721cb47d931 /src/Reflection/EtaInterp.v
parent7b25cca4e82d030e56fea0bebf5b7322f86e265a (diff)
Add reflective_interp rewrite db
Diffstat (limited to 'src/Reflection/EtaInterp.v')
-rw-r--r--src/Reflection/EtaInterp.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Reflection/EtaInterp.v b/src/Reflection/EtaInterp.v
index 170056a02..4dd5b00bb 100644
--- a/src/Reflection/EtaInterp.v
+++ b/src/Reflection/EtaInterp.v
@@ -94,3 +94,5 @@ Section language.
: forall x, Interp (t:=Arrow s d) (@interp_op) (ExprEta' (t:=Arrow s d) e) x = Interp (@interp_op) e x.
Proof. exact (@InterpExprEta' (Arrow s d) e). Qed.
End language.
+
+Hint Rewrite @eq_interp_flat_type_eta @eq_interp_flat_type_eta' @interpf_exprf_eta @interpf_exprf_eta' @interp_expr_eta @interp_expr_eta' @InterpExprEta @InterpExprEta' @InterpExprEta_arrow @InterpExprEta'_arrow : reflective_interp.