lean4-htt/src/Lean
Leonardo de Moura d1e4712038 fix: smart unfolding
See new comment to understand the issue.

closes #1081
2022-03-29 15:49:14 -07:00
..
Compiler chore: fix USE_GMP=OFF by removing GMP linking customization 2022-03-26 16:29:52 +01:00
Data feat: environment extension for RPC procedures 2022-03-26 06:26:41 -07:00
Elab fix: smart unfolding 2022-03-29 15:49:14 -07:00
Meta fix: smart unfolding 2022-03-29 15:49:14 -07:00
Parser feat: update match parser 2022-03-20 13:22:39 -07:00
ParserCompiler
PrettyPrinter refactor: make String.Pos opaque 2022-03-20 10:47:13 -07:00
Server refactor: remove some code duplication 2022-03-26 06:26:41 -07:00
Util feat: add HasConstCache 2022-03-15 08:39:48 -07: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 feat: accept multiple patterns after matches 2022-03-21 17:59:02 +01: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 fix: flush the CoreM and MetaM caches at modifyEnv 2022-03-17 16:02:30 -07:00
Data.lean feat: add Lean.Rat for implementing decision procedures 2021-09-14 19:18:12 -07:00
Declaration.lean feat: improve getCompletionKindForDecl 2021-12-15 12:57:09 -08:00
DeclarationRange.lean fix: nasty bug at findDeclarationRangesCore? 2022-03-19 16:53:22 -07:00
DocString.lean feat: add position to mod doc 2022-02-16 13:50:19 -08:00
Elab.lean feat: save syntax around recursive applications 2021-12-16 17:13:55 -08:00
Environment.lean chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00
Eval.lean feat: use BaseIO more in Init.System.IO 2021-12-14 09:33:52 +01:00
Exception.lean chore: cleanup 2022-01-26 09:18:17 -08:00
Expr.lean doc: Expr.lean 2022-03-24 14:52:09 -07:00
HeadIndex.lean chore: add Repr instances 2022-03-16 16:07:14 -07:00
Hygiene.lean feat: improve "result types must be in the same universe level" error message 2022-03-17 07:41:37 -07:00
ImportingFlag.lean chore: fix typo 2022-03-23 07:39:46 -07: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 chore: remove arbitrary 2022-01-15 12:14:27 -08:00
Level.lean chore: cleanup 2022-01-26 09:18:17 -08:00
LoadDynlib.lean feat: expose --load-dynlib functionality to Lean code 2021-12-15 08:26:48 +00:00
LocalContext.lean doc: clarify mkLocalDecl 2022-03-24 14:59:46 -07: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 fix: completion for aliases 2021-12-10 12:14:11 -08:00
Runtime.lean
ScopedEnvExtension.lean chore: remove arbitrary 2022-01-15 12:14:27 -08:00
Server.lean
Structure.lean chore: remove arbitrary 2022-01-15 12:14:27 -08:00
Syntax.lean refactor: make String.Pos opaque 2022-03-20 10:47:13 -07:00
ToExpr.lean chore: remove ToExpr Expr 2021-08-14 06:16:46 -07:00
Util.lean feat: add HasConstCache 2022-03-15 08:39:48 -07:00
Widget.lean refactor: consistent naming of widget modules 2021-08-24 08:57:41 -07:00