lean4-htt/src/Lean/Elab
2021-10-10 15:47:04 -07:00
..
Deriving perf: use binary search 2021-09-08 16:54:54 -07:00
PreDefinition feat: apply cleanup tactic before applying decreasing tactic 2021-10-06 19:56:57 -07:00
Quotation feat: store elaborator declaration name in info tree 2021-06-21 10:17:26 -07:00
Tactic fix: make sure we can match pattern inside binders 2021-10-10 15:47:04 -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 chore: rename let_tmp elaborator 2021-09-30 22:20:32 -07:00
BindersUtil.lean refactor: add BindersUtil.lean 2021-06-28 08:44:16 -07:00
BuiltinCommand.lean feat: make sure #check produces some result even when there are pending TC problems 2021-10-06 13:37:06 -07:00
BuiltinNotation.lean chore: define if-then-else again as a macro 2021-10-02 17:30:06 -07:00
BuiltinTerm.lean fix: missing info trees at let_mvar% elaborator 2021-10-02 20:19:37 -07:00
Command.lean feat: add withScope 2021-09-10 19:20:25 -07:00
Declaration.lean feat: apply termination tactic provided by user 2021-10-03 18:47:52 -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 chore: remove old notation 2021-10-02 15:06:40 -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 old notation 2021-10-02 15:06:40 -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 refactor: move to Meta namespace 2021-10-06 19:05:37 -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 fix: panic messages on invalid input 2021-09-25 09:01:01 -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: termination hints 2021-10-03 18:09:35 -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
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 refactor: move to Meta namespace 2021-10-06 19:05:37 -07:00
Syntax.lean feat: doc string for syntax abbreviations 2021-09-12 18:26:36 -07:00
SyntheticMVars.lean feat: make sure #check produces some result even when there are pending TC problems 2021-10-06 13:37:06 -07:00
Tactic.lean chore: un-orphan file 2021-09-22 16:04:18 +02:00
Term.lean fix: missing info trees at let_mvar% elaborator 2021-10-02 20:19:37 -07:00
Util.lean fix: add withFreshMacroScope at expandMacroImpl? 2021-10-02 16:57:25 -07:00