aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-02-14 15:58:45 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-02-14 15:58:45 -0500
commitb624825cbd942647db254654f1b0b3cb6bc2673a (patch)
treea48a312c5474726198e02da4ca9f555bf47b9f2b
parent7b0b1cbd31a58bf219d343dd24fefb97924f60a9 (diff)
A bit more progress on BoundByCastWf
-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.