lean4-htt/tests
Leonardo de Moura ccfa57d657 chore: rename constructors
Before we start writing a lot of Expr code.

- `Expr.pi` does not make sense anymore.
- `Expr.elet` is weird. `«let»` is too inconvenient to write. So, I
   used `letE` short for `letExpr`. GHC avoids this issue because
   keywords are lowercase and constructors are capitalized.
2019-10-24 13:53:33 -07:00
..
bench test: capture stderr as well 2019-10-15 17:36:28 +02:00
compiler refactor: use Array instead of List at mkApp and getAppArgs 2019-10-21 09:12:36 -07:00
elabissues doc: elabissue for bind with existential types 2019-10-21 22:28:14 -07:00
ir chore(tests): fix do syntax in tests 2019-06-30 13:04:34 +02:00
lean chore: rename constructors 2019-10-24 13:53:33 -07:00
playground fix: show #eval errors 2019-10-18 13:10:13 +02:00