lean4-htt/src/Lean/Elab
Leonardo de Moura 8e81db0d2b chore: add temporary workaround to tests
We will remove it after we implement `doMatch`
2020-09-27 06:58:10 -07:00
..
PreDefinition feat: add binductionOn support 2020-09-25 07:18:14 -07:00
Tactic feat: add resolveGlobalConst and resolveGlobalConstNoOverload 2020-09-20 08:54:24 -07:00
Alias.lean feat: pretty print shortened names (export/open/namespace/private) 2020-09-17 08:12:28 -07:00
App.lean refactor: move mkArrow to MetaM 2020-09-22 18:55:02 -07:00
Attributes.lean feat: add AttrM 2020-09-21 16:44:20 -07:00
Binders.lean feat: macro scope as the single mechanism for creating fresh names 2020-09-14 20:09:07 -07:00
BuiltinNotation.lean feat: expand show-by and have-by macros 2020-09-14 15:08:28 -07:00
CollectFVars.lean feat: filter unused variables in mutually recursive definitions 2020-09-02 17:02:35 -07:00
Command.lean refactor: move withoutModifyingEnv to MonadEnv 2020-09-25 06:48:51 -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 chore: add temporary workaround to tests 2020-09-27 06:58:10 -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 fix: "let rec" attributes were not being processed 2020-09-25 18:48:23 -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 feat: expose getPatternVars 2020-09-26 12:33:11 -07:00
MutualDef.lean feat: attribute command 2020-09-20 09:11:36 -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 fix: old&new frontend interference 2020-09-20 08:25:45 -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 fix: error position for unsolved goals 2020-09-15 10:46:40 -07:00
Tactic.lean feat: rewrite tactic 2020-09-18 16:13:14 -07:00
Term.lean fix: throwAppTypeMismatch should be polymorphic 2020-09-22 09:35:59 -07:00
Util.lean fix: fixes #175 2020-09-21 17:12:07 -07:00