lean4-htt/library/Init
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
..
Control chore: ensure dummy functions are inlined 2019-10-21 18:47:24 -07:00
Data chore: remove unnecessary c inline 2019-10-23 16:58:07 -07:00
Lean chore: rename constructors 2019-10-24 13:53:33 -07:00
System chore: remove unnecessary annotations 2019-10-23 17:30:59 -07:00
Coe.lean
Core.lean chore: remove unnecessary c inline 2019-10-23 16:58:07 -07:00
Default.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
Fix.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
Util.lean chore: remove unnecessary c inline 2019-10-23 16:58:07 -07:00
WF.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00