lean4-htt/tests
Leonardo de Moura 812c47d463 feat: simplify CoeFun and CoeSort
The main issue is nontermination for problems that do not have
solution. When using dependent coercions, we keep creating goals of
the form `CoeSort ... (coe (coe (coe ...))) ...`. Same for `CoeFun`.
I am considering simplifying it even further, and making sure
`CoeDep` can be used at most once in a sequence of coercions `CoeTC`.

Another option is to use a very small amount of fuel to
guarantee termination when solving coercion TC problems.

cc @Kha @dselsam
2020-01-29 21:56:26 -08:00
..
bench chore: fix tests 2020-01-28 10:34:27 -08:00
compiler chore: fix tests 2020-01-25 20:14:50 -08:00
elabissues test: pattern confusion example 2019-12-19 13:36:22 -08:00
ir chore(tests): fix do syntax in tests 2019-06-30 13:04:34 +02:00
lean feat: simplify CoeFun and CoeSort 2020-01-29 21:56:26 -08:00
playground test: add termElab attribute test 2020-01-01 14:16:49 -08:00
plugin feat: file IO using handles 2020-01-12 08:02:48 -08:00