lean4-htt/tests
Leonardo de Moura 38d9a7c063 test: interpreter bug
@Kha Could you please take a look at this repro?
When I use the compiler,
```
./run.sh usizeBug.lean
```
I get the expected answer: `2`.
When I use the interpreter,
```
../../bin/lean --run usizeBug.lean
```
I get `1`. I found the problem today, and managed to isolate the
problem to this small repro.
2019-11-18 18:12:33 -08:00
..
bench chore: bench cross suite: move default.nix and update README 2019-11-15 16:39:14 +01:00
compiler chore: fix tests 2019-11-16 12:19:27 -08:00
elabissues doc: zmod example 2019-11-18 12:45:53 -08:00
ir chore(tests): fix do syntax in tests 2019-06-30 13:04:34 +02:00
lean chore: fix tests 2019-11-17 08:53:18 -08:00
playground test: interpreter bug 2019-11-18 18:12:33 -08:00
plugin fix: print messages to stderr 2019-11-10 09:01:43 -08:00