aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/MapCastByDeBruijnWf.v
Commit message (Collapse)AuthorAge
* Reorder arguments to Wf_MapCast for eautoGravatar Jason Gross2017-03-30
| | | | This way we pick up the equality hypothesis first.
* Don't linearize and eta in MapCastByDeBruijnGravatar Jason Gross2017-03-30
|
* Add Wf_MapCast_arrowGravatar Jason Gross2017-03-28
|
* Add Wf_MapCast to wf databaseGravatar Jason Gross2017-03-28
|
* Break up MapCast into separate pieces for easier debuggingGravatar Jason Gross2017-03-28
|
* Finish proof of wf_map_castGravatar Jason Gross2017-03-28
| | | | | | | | | | After | File Name | Before || Change --------------------------------------------------------------------- 0m20.75s | Total | 0m15.19s || +0m05.56s --------------------------------------------------------------------- 0m19.33s | Reflection/Named/MapCastWf | 0m13.82s || +0m05.50s 0m00.79s | Reflection/MapCastByDeBruijnInterp | 0m00.75s || +0m00.04s 0m00.64s | Reflection/MapCastByDeBruijnWf | 0m00.62s || +0m00.02s
* Add aborted MapCastByDeBruijnWfGravatar Jason Gross2017-03-19
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).