lean4-htt/library/Init/Lean
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
..
Compiler chore: rename constructors 2019-10-24 13:53:33 -07:00
Elaborator feat: structured messages 2019-10-22 08:43:32 -07:00
EqnCompiler fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
Parser feat: structured messages 2019-10-22 08:43:32 -07:00
TypeClass chore: rename constructors 2019-10-24 13:53:33 -07:00
Attributes.lean chore: use #[] instead of Array.empty 2019-10-08 16:23:06 -07:00
Class.lean chore: rename constructors 2019-10-24 13:53:33 -07:00
Declaration.lean
Default.lean chore: add example to demonstrate that messages are computed lazily 2019-10-22 17:12:42 -07:00
Environment.lean chore: style 2019-10-08 14:32:10 -07:00
Expr.lean chore: rename constructors 2019-10-24 13:53:33 -07:00
Format.lean fix: minor issues and add MonadTracer test 2019-10-22 14:33:07 -07:00
KVMap.lean feat: hierarchical trace kinds 2019-10-22 15:13:57 -07:00
Level.lean feat: add Level mappings 2019-10-23 12:47:37 -07:00
LocalContext.lean chore: rename constructors 2019-10-24 13:53:33 -07:00
Message.lean chore: minor adjustments 2019-10-22 14:57:26 -07:00
MetavarContext.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
Modifiers.lean
Name.lean feat: allow ':' as search path operator on Windows 2019-10-19 18:03:55 -07:00
NameGenerator.lean
Options.lean feat: allow ':' as search path operator on Windows 2019-10-19 18:03:55 -07:00
Path.lean feat: allow ':' as search path operator on Windows 2019-10-19 18:03:55 -07:00
Position.lean chore: use #[] instead of Array.empty 2019-10-08 16:23:06 -07:00
ProjFns.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
ReducibilityAttrs.lean
Runtime.lean
Scopes.lean
SMap.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
Syntax.lean chore: style 2019-10-08 14:32:10 -07:00
ToExpr.lean
Trace.lean fix: enableTracing 2019-10-22 16:45:23 -07:00
TypeContext.lean chore: add TypeContext.lean file 2019-10-21 10:51:55 -07:00
Util.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00