lean4-htt/src/Lean/Elab
2020-10-07 09:15:05 -07:00
..
PreDefinition fix: missing braces 2020-10-05 19:09:41 -07:00
Tactic fix: evalTacticSeqBracketed and evalSeq1 2020-10-06 08:28:41 -07:00
Alias.lean feat: pretty print shortened names (export/open/namespace/private) 2020-09-17 08:12:28 -07:00
App.lean feat: improve error messages for unassigned metavariables 2020-09-29 17:18:03 -07:00
Attributes.lean feat: add AttrM 2020-09-21 16:44:20 -07:00
Binders.lean feat: elaborate let* 2020-10-06 14:48:46 -07:00
BuiltinNotation.lean feat: use toString at dbgTrace! 2020-10-05 09:27:42 -07:00
CollectFVars.lean feat: filter unused variables in mutually recursive definitions 2020-09-02 17:02:35 -07:00
Command.lean fix: #eval was not capturing dbgTrace! output in pure code 2020-10-05 10:22:04 -07:00
Declaration.lean feat: add AttrM 2020-09-21 16:44:20 -07:00
DeclModifiers.lean chore: elabAttrs, elabDeclAttrs 2020-09-20 07:39:14 -07:00
DeclUtil.lean feat: compute level parameters for mutually recursive definitions 2020-09-05 07:34:26 -07:00
DefView.lean chore: rename Definition.lean => DefView.lean 2020-09-06 08:40:48 -07:00
Do.lean fix: expand macros in patterns before retrieving pattern variables 2020-10-07 09:15:05 -07:00
Exception.lean refactor: remove MonadError 2020-09-18 09:58:13 -07:00
Frontend.lean fix: must log at evalCommand 2020-09-16 14:55:58 -07:00
Import.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Inductive.lean feat: add AttrM 2020-09-21 16:44:20 -07:00
LetRec.lean feat: improve error messages for unassigned metavariables 2020-09-29 17:18:03 -07:00
Level.lean refactor: remove MonadError 2020-09-18 09:58:13 -07:00
Log.lean refactor: remove MonadError 2020-09-18 09:58:13 -07:00
Match.lean fix: expand macros in patterns before retrieving pattern variables 2020-10-07 09:15:05 -07:00
MutualDef.lean feat: improve error messages for unassigned metavariables 2020-09-29 17:18:03 -07:00
PreDefinition.lean fix: forallTelescopeReducing => forallTelescope 2020-09-10 18:06:29 -07:00
Print.lean feat: add resolveGlobalConst and resolveGlobalConstNoOverload 2020-09-20 08:54:24 -07:00
Quotation.lean chore: add elabTacticQuotSeq 2020-10-06 07:27:31 -07:00
ResolveName.lean chore: move functions to Environment namespace 2020-09-20 08:28:43 -07:00
StrategyAttrs.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
StructInst.lean chore: factor out nested macro at structInst elaborator 2020-09-19 11:56:20 -07:00
Structure.lean feat: add AttrM 2020-09-21 16:44:20 -07:00
Syntax.lean feat: change default precedence for new syntax 2020-09-21 19:04:03 -07:00
SyntheticMVars.lean chore: improve error message 2020-10-06 10:45:12 -07:00
Tactic.lean feat: rewrite tactic 2020-09-18 16:13:14 -07:00
Term.lean feat: improve tryPureCoe? and document its limitations 2020-10-06 17:41:45 -07:00
Util.lean fix: do not format Syntax in Messages eagerly 2020-09-29 07:59:22 -07:00