lean4-htt/src/Lean
Leonardo de Moura 86fc089e07 fix: tryAutoCongrTheorem? may still use dsimp for fixed arguments
Reviewed-by: Leonardo de Moura <leonardo@microsoft.com>
2022-03-14 14:04:28 -07:00
..
Compiler chore: workaround for compiler closed term extraction issue 2022-03-01 09:01:08 -08:00
Data chore: address review comments 2022-03-12 13:25:35 +00:00
Elab fix: eta expand partial applications of recursive function being defined 2022-03-14 10:05:33 -07:00
Meta fix: tryAutoCongrTheorem? may still use dsimp for fixed arguments 2022-03-14 14:04:28 -07:00
Parser feat: add dotIdent parser 2022-03-10 16:04:41 -08:00
ParserCompiler
PrettyPrinter refactor: move isOutParam to Expr.lean, rename consumeAutoOptParam => consumeTypeAnnotations 2022-03-10 07:37:41 -08:00
Server chore: prefer LEAN_SRC_PATH 2022-03-14 17:24:25 +01:00
Util chore: prefer LEAN_SRC_PATH 2022-03-14 17:24:25 +01:00
Widget chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
Attributes.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
AuxRecursor.lean feat: add isBRecOnRecursor 2022-02-23 13:09:29 -08:00
Class.lean refactor: move isOutParam to Expr.lean, rename consumeAutoOptParam => consumeTypeAnnotations 2022-03-10 07:37:41 -08:00
Compiler.lean feat: add isNoncomputable function for querying whether a given declaration has been marked as "noncomputable" by users 2022-02-16 13:20:31 -08:00
CoreM.lean refactor: implement MonadQuotation at CoreM 2022-03-10 09:55:20 -08:00
Data.lean
Declaration.lean
DeclarationRange.lean
DocString.lean feat: add position to mod doc 2022-02-16 13:50:19 -08:00
Elab.lean
Environment.lean chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00
Eval.lean
Exception.lean chore: cleanup 2022-01-26 09:18:17 -08:00
Expr.lean fix: resulting type of projection functions should not include auxiliary type annotations (e.g., autoParam) 2022-03-10 07:47:38 -08:00
HeadIndex.lean chore: cleanup 2022-01-26 09:18:17 -08:00
Hygiene.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
ImportingFlag.lean chore: clarify safety of compile-time code execution 2022-01-20 18:55:57 +01:00
InternalExceptionId.lean chore: cleanup 2022-01-26 09:18:17 -08:00
KeyedDeclsAttribute.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
LazyInitExtension.lean
Level.lean chore: cleanup 2022-01-26 09:18:17 -08:00
LoadDynlib.lean
LocalContext.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
Message.lean chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00
Meta.lean refactor: pattern elaboration 2022-03-09 18:19:14 -08:00
MetavarContext.lean chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00
Modifiers.lean
MonadEnv.lean feat: include types in the "ambiguous, possible interpretations" error message 2022-03-06 07:26:31 -08:00
Parser.lean feat: scientific parser alias for scientificLit 2022-03-08 18:54:05 +01:00
ParserCompiler.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
PrettyPrinter.lean chore: cleanup 2022-01-26 09:18:17 -08:00
ProjFns.lean
ReducibilityAttrs.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
ResolveName.lean
Runtime.lean
ScopedEnvExtension.lean
Server.lean
Structure.lean
Syntax.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
ToExpr.lean
Util.lean fix: igore instance implicit arguments in term ordering used at simp 2022-01-24 18:57:31 -08:00
Widget.lean