lean4-htt/library/Init/Lean/Compiler
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
..
IR feat: add Expr.updateApp test of concept 2019-10-23 15:19:34 -07:00
ClosedTermCache.lean
ConstFolding.lean
Default.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
ExportAttr.lean
ExternAttr.lean chore: style 2019-10-23 17:10:39 -07:00
ImplementedByAttr.lean
InitAttr.lean
InlineAttrs.lean
NameMangling.lean
NeverExtractAttr.lean
Specialize.lean
Util.lean chore: rename constructors 2019-10-24 13:53:33 -07:00