lean4-htt/tests
Leonardo de Moura 87207030ce test: pretty printing if-then-else
@Kha We will probably have to write a handwritten formatter in the
future. The new test shows some limitations with `do`, `else if`, ...
where we want the output
```
      if x == 0 then do
        IO.println "foo"
        IO.println "zero"
      else if x % 2 == 0 then do
        IO.println x
        IO.println "even"
      else do
        IO.println x
        IO.println "odd"
```
2020-12-24 08:40:30 -08:00
..
bench chore: measure stage 2 sizes & add C lines benchmark 2020-12-18 17:47:11 +01:00
compiler fix: Array.mk and Array.data externs 2020-12-13 11:10:01 -08:00
elabissues chore: avoid Has prefix in type classes 2020-10-27 18:29:19 -07:00
ir
lean test: pretty printing if-then-else 2020-12-24 08:40:30 -08:00
playground chore: cleanup 2020-12-13 15:51:34 -08:00
plugin feat: run linters in the new frontend 2020-10-23 14:04:28 -07:00
.gitignore chore: move bin/ and .oleans into build directory 2020-05-14 14:47:54 +02:00
common.sh test: ignore \r when diffing 2020-09-15 09:32:00 -07:00