aboutsummaryrefslogtreecommitdiff
path: root/_CoqProject
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-03-19 18:54:39 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-03-19 18:54:39 -0400
commitd4690fb9073f3d9d037acdf2b3655397af406974 (patch)
tree245ae9d838251bcbc942703a4e8033db4dffd64e /_CoqProject
parent8974f0676f16d583417e05413c51dc318f8de9f5 (diff)
Add aborted MapCastByDeBruijnWf
I'm not sure exactly why the wf proof requires cast_backb in map_cast; it seems to be used as a dumb way of instantiating the context-extension on the input expression tree (since we're only given the context-extension values on the output expression, which has a different type).
Diffstat (limited to '_CoqProject')
-rw-r--r--_CoqProject1
1 files changed, 1 insertions, 0 deletions
diff --git a/_CoqProject b/_CoqProject
index 27d5984f5..2ff12c86d 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -130,6 +130,7 @@ src/Reflection/Map.v
src/Reflection/MapCast.v
src/Reflection/MapCastByDeBruijn.v
src/Reflection/MapCastByDeBruijnInterp.v
+src/Reflection/MapCastByDeBruijnWf.v
src/Reflection/MapCastInterp.v
src/Reflection/MapCastWf.v
src/Reflection/MultiSizeTest.v