lean4-htt/src/Init/Lean/Elab
Leonardo de Moura e57d3431ee refactor: move basic Syntax API to LeanInit
We want to make them available for `macro`-building
2020-01-19 14:44:03 -08:00
..
Tactic fix: tag refine subgoals 2020-01-19 11:58:17 -08:00
Alias.lean chore: add workaround for allowing new frontend to see old frontend exports 2020-01-11 13:44:22 -08:00
BuiltinNotation.lean refactor: replace mkTermIdFromIdent with antiquotation kind where possible 2020-01-19 08:28:49 -08:00
Command.lean feat: add SynthesizeSyntheticMVars.lean 2020-01-16 12:58:37 -08:00
Declaration.lean refactor: SyntaxNode => Syntax at TermElab and CommandElab 2020-01-10 15:17:58 -08:00
DeclModifiers.lean feat: add attributeExtension 2020-01-10 19:51:53 -08:00
Definition.lean feat: evaluate exact tactic 2020-01-18 11:08:16 -08:00
ElabStrategyAttrs.lean
Exception.lean feat: extensible elaboration functions 2020-01-10 15:05:14 -08:00
Frontend.lean refactor: ParserContextCore and ParserContext 2020-01-08 14:20:53 -08:00
Import.lean refactor: ParserContextCore and ParserContext 2020-01-08 14:20:53 -08:00
Level.lean feat: add addContext 2020-01-07 11:04:52 -08:00
Log.lean feat: extensible elaboration functions 2020-01-10 15:05:14 -08:00
Quotation.lean fix: hygienic mkTermId for constants 2020-01-19 08:28:49 -08:00
ResolveName.lean fix: global name resolution of macro-introduced idents 2020-01-12 10:32:27 -08:00
Syntax.lean refactor: move basic Syntax API to LeanInit 2020-01-19 14:44:03 -08:00
SynthesizeSyntheticMVars.lean feat: ensure tactics invoke synthesizeSyntheticMVars at elabTerm 2020-01-18 18:44:27 -08:00
Tactic.lean feat: ensure tactics invoke synthesizeSyntheticMVars at elabTerm 2020-01-18 18:44:27 -08:00
Term.lean chore: use toExpr 2020-01-19 11:58:17 -08:00
TermApp.lean feat: evaluate exact tactic 2020-01-18 11:08:16 -08:00
TermBinders.lean refactor: replace mkTermIdFromIdent with antiquotation kind where possible 2020-01-19 08:28:49 -08:00
Util.lean chore: reduce code duplication 2020-01-15 20:53:23 -08:00