lean4-htt/src/Lean/Elab
Leonardo de Moura 4b58c4cc02 refactor: instances that "hide" coercions
Example:
```
instance [CoeHTCT α β] [Add β] : HAdd α β β where
  hAdd a b := Add.add a b
```
2021-08-13 17:18:55 -07:00
..
Deriving fix: add workaround to prevent code explosion at deriving for FromJson 2021-08-05 06:58:07 -07:00
PreDefinition chore: style 2021-06-21 10:17:26 -07:00
Quotation feat: store elaborator declaration name in info tree 2021-06-21 10:17:26 -07:00
Tactic perf: restore monad instance specialization hack 2021-08-12 21:09:09 +02:00
App.lean fix: missig registerMVarErrorImplicitArgInfo for postponed instance mvars 2021-08-04 16:58:00 -07:00
Arg.lean refactor: add Arg.lean 2021-06-28 08:10:16 -07:00
Attributes.lean refactor: make notation and macro macros again 2021-04-24 11:25:08 +02:00
AutoBound.lean feat: extend set of valid characters that can occur in an auto bound implicit local name suffix 2021-02-02 10:29:29 -08:00
Binders.lean feat: elaborate strict implicit binders 2021-08-03 19:40:44 -07:00
BindersUtil.lean refactor: add BindersUtil.lean 2021-06-28 08:44:16 -07:00
BuiltinCommand.lean feat: add elabModuleDoc 2021-08-06 13:45:36 -07:00
BuiltinNotation.lean chore: enforce naming convention for theorems 2021-08-07 12:48:38 -07:00
BuiltinTerm.lean fix: missing registerMVarErrorImplicitArgInfo 2021-08-04 16:09:18 -07:00
Command.lean perf: restore monad instance specialization hack 2021-08-12 21:09:09 +02:00
Declaration.lean chore: enforce naming convention for theorems 2021-08-07 12:48:38 -07:00
DeclarationRange.lean chore: naming 2021-01-20 16:48:50 +01:00
DeclModifiers.lean feat: generic tagged Format 2021-08-01 09:58:44 +02:00
DeclUtil.lean chore: avoid inline 2021-06-28 10:17:01 -07:00
DefView.lean refactor: make notation and macro macros again 2021-04-24 11:25:08 +02:00
Deriving.lean feat: add Ord and deriving instance for it. 2021-04-03 21:27:26 -07:00
Do.lean chore: enforce naming convention for theorems 2021-08-07 12:48:38 -07:00
ElabRules.lean feat: revise macro parameter syntax 2021-08-12 07:48:42 -07:00
Exception.lean chore: rebase and rm rawPos 2021-08-03 09:13:18 +02:00
Extra.lean fix: check whether CoeHTCT has already been defined or not at hasCoe 2021-08-13 17:00:59 -07:00
Frontend.lean fix: move elabCommand parts that should happen only once into new function 2021-06-29 06:34:15 -07:00
GenInjective.lean fix: respect preresolved names at resolveConst* 2021-07-30 07:17:50 -07:00
Import.lean chore: rebase and rm rawPos 2021-08-03 09:13:18 +02:00
Inductive.lean chore: fix mutable variable shadowing 2021-05-22 19:24:41 -07:00
InfoTree.lean chore: fewer explicit types 2021-08-01 09:58:44 +02:00
LetRec.lean feat: term info on where declarations 2021-07-19 13:24:59 -07:00
Level.lean refactor: revert MonadRef changes 2021-06-21 10:17:26 -07:00
Log.lean chore: rebase and rm rawPos 2021-08-03 09:13:18 +02:00
Macro.lean feat: revise macro parameter syntax 2021-08-12 07:48:42 -07:00
MacroArgUtil.lean feat: revise macro parameter syntax 2021-08-12 07:48:42 -07:00
MacroRules.lean refactor: split Syntax.lean 2021-06-28 13:52:04 -07:00
Match.lean chore: cleanup 2021-08-11 16:05:07 -07:00
MatchAltView.lean refactor: add MatchAltView.lean and PatternVar.lean 2021-06-28 08:29:47 -07:00
Mixfix.lean fix: make precedence mandatory for mixfix commands 2021-07-19 13:18:58 -07:00
MutualDef.lean fix: do not leak nested definitions from example 2021-05-03 09:11:14 +02:00
Notation.lean fix: check arity in notation unexpander 2021-07-22 16:59:19 +02:00
Open.lean fix: fixes #593 2021-08-02 10:46:12 -07:00
PatternVar.lean feat: start support for strict implicit binder annotation 2021-08-03 18:42:15 -07:00
PreDefinition.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Print.lean refactor: instances that "hide" coercions 2021-08-13 17:18:55 -07:00
Quotation.lean chore: fix stdlib 2021-08-06 12:58:58 -07:00
SetOption.lean chore: make sure we don't lift methods over binders 2021-04-15 12:06:46 -07:00
StructInst.lean refactor: instances that "hide" coercions 2021-08-13 17:18:55 -07:00
Structure.lean fix: generation of to* field names 2021-08-11 17:25:02 -07:00
Syntax.lean fix: syntax tree returned by syntax elaborator 2021-08-10 12:02:04 +02:00
SyntheticMVars.lean feat: new elaborator for binop% 2021-08-13 15:44:59 -07:00
Tactic.lean refactor: add BuiltinTactic.lean 2021-06-28 10:08:42 -07:00
Term.lean feat: new elaborator for binop% 2021-08-13 15:44:59 -07:00
Util.lean feat: generic tagged Format 2021-08-01 09:58:44 +02:00