lean4-htt/src/Lean/Elab
2021-09-19 08:48:40 -07:00
..
Deriving perf: use binary search 2021-09-08 16:54:54 -07:00
PreDefinition fix: equational theorem generation for structural recursion 2021-09-19 08:48:40 -07:00
Quotation feat: store elaborator declaration name in info tree 2021-06-21 10:17:26 -07:00
Tactic chore: use snake_case for user-facing tactic names 2021-09-16 10:23:12 -07: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: pretty print let_fun 2021-09-11 05:15:11 -07:00
BindersUtil.lean refactor: add BindersUtil.lean 2021-06-28 08:44:16 -07:00
BuiltinCommand.lean feat: allow (decidable) propositions at #eval 2021-08-27 15:06:48 -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 feat: add withScope 2021-09-10 19:20:25 -07: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 fix: fixes #655 2021-09-07 12:17:28 -07:00
DeclUtil.lean chore: avoid inline 2021-06-28 10:17:01 -07:00
DefView.lean feat: elaborate optional deriving after def 2021-09-03 10:22:17 -07:00
Deriving.lean feat: add Ord and deriving instance for it. 2021-04-03 21:27:26 -07:00
Do.lean fix: fixes #633 2021-09-16 14:11:34 -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 chore: remove dead code 2021-09-18 07:36:14 -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: move Constructions to Meta 2021-09-06 10:51:11 -07:00
InfoTree.lean refactor: avoid Name, MVarId, and FVarId confusion 2021-09-07 19:06:50 -07:00
LetRec.lean feat: term info on where declarations 2021-07-19 13:24:59 -07:00
Level.lean refactor: avoid Name, MVarId, and FVarId confusion 2021-09-07 19:06:50 -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 refactor: avoid Name, MVarId, and FVarId confusion 2021-09-07 19:06:50 -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 refactor: avoid Name, MVarId, and FVarId confusion 2021-09-07 19:06:50 -07:00
Notation.lean fix: check arity in notation unexpander 2021-07-22 16:59:19 +02:00
Open.lean chore: elaborate open scoped 2021-08-21 07:16:24 -07:00
PatternVar.lean refactor: avoid Name, MVarId, and FVarId confusion 2021-09-07 19:06:50 -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: remove unnecessay parser/elab 2021-09-02 17:29:32 -07:00
SetOption.lean chore: make sure we don't lift methods over binders 2021-04-15 12:06:46 -07:00
StructInst.lean chore: remove workaround 2021-08-13 18:25:32 -07:00
Structure.lean fix: structure command diamond support 2021-08-19 07:45:21 -07:00
Syntax.lean feat: doc string for syntax abbreviations 2021-09-12 18:26:36 -07:00
SyntheticMVars.lean feat: new elaborator for binop% 2021-08-13 15:44:59 -07:00
Tactic.lean feat: add delta tactic 2021-09-09 13:07:33 -07:00
Term.lean feat: add support for erasing keyed attributes 2021-09-09 14:28:41 -07:00
Util.lean feat: add support for erasing keyed attributes 2021-09-09 14:28:41 -07:00