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 chore: fix imports using script 2019-10-04 14:34:58 -07:00
ConstFolding.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Default.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
ExportAttr.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
ExternAttr.lean chore: style 2019-10-23 17:10:39 -07:00
ImplementedByAttr.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
InitAttr.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
InlineAttrs.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
NameMangling.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
NeverExtractAttr.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Specialize.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Util.lean chore: rename constructors 2019-10-24 13:53:33 -07:00