aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Reflection/BoundByCastWf.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Reflection/BoundByCastWf.v b/src/Reflection/BoundByCastWf.v
index 88e0169b8..2fa3cf2a2 100644
--- a/src/Reflection/BoundByCastWf.v
+++ b/src/Reflection/BoundByCastWf.v
@@ -5,6 +5,7 @@ Require Import Crypto.Reflection.EtaWf.
Require Import Crypto.Reflection.InlineCastWf.
Require Import Crypto.Reflection.LinearizeWf.
Require Import Crypto.Reflection.SmartBoundWf.
+Require Import Crypto.Reflection.MapCastWf.
(*
Require Import Crypto.Reflection.SmartBound.
@@ -52,5 +53,6 @@ Section language.
apply Wf_InlineCast; auto.
apply Wf_Linearize.
apply Wf_SmartBound; auto.
+ apply Wf_MapInterpCast; auto.
Admitted.
End language.