lean4-htt/tests
Leonardo de Moura f1eaebba31 fix(library/compiler/csimp): bug at float_cases_on
The scope of the expr2ctor cache updates was incorrect.
This bug affects code of the form
```
let x := C.cases_on y ...; K[x]
```
when we try to float the `cases_on` application, and the continuation
`K[x]` contains another `cases_on` application with major `y`.
The new test exposes the bug.
This commit also fixes the case where the continuation `K[x]` projects `y`.

Fixes #26
2019-08-05 13:23:27 -07:00
..
bench chore(*): remove obsolete leanpkg.path files 2019-07-25 17:46:53 -07:00
compiler fix(library/compiler/csimp): bug at float_cases_on 2019-08-05 13:23:27 -07:00
ir chore(tests): fix do syntax in tests 2019-06-30 13:04:34 +02:00
lean test(tests/lean/run/ubscalar): save UB scalar field test 2019-07-28 10:11:35 -07:00
playground feat(library/init/data/persistentarray/basic): PersistentArray.pop 2019-08-04 11:50:05 -07:00