lean2/tests/lean/slow
Leonardo de Moura 16b7bc3922 fix(kernel/default_converter): broken optimization
we must also check the universe levels when applying the optimization for
constraints of the form:

            f.{l_1 ... l_k} a_1 ... a_n  =?= f.{l_1' ... l_k'} b_1 ... b_n

The optimization tries to avoid unfolding f if we can establish that
a_i is definitionally equal to b_i for each i in [1, n]

closes #581
2015-05-06 18:32:41 -07:00
..
list_elab2.lean feat(library): enforce name conventions on old nat declarations 2015-04-18 10:50:30 -07:00
nat_bug1.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
nat_bug2.lean fix(tests/lean/slow): adjust tests 2015-05-01 19:47:55 -07:00
nat_wo_hints.lean fix(tests/lean/slow): adjust tests 2015-05-01 19:47:55 -07:00
path_groupoids.lean fix(kernel/default_converter): broken optimization 2015-05-06 18:32:41 -07:00
test_single.sh fix(test*.sh): allow spaces in filename 2015-03-28 23:29:52 -04:00