lean4-htt/src/Lean
2021-05-06 15:38:57 -07:00
..
Compiler fix: fixes #248 2021-05-03 18:20:36 -07:00
Data refactor: use Ordering inside of rbmap instead of lt. 2021-04-27 07:58:58 -07:00
Elab feat: have ... := ... syntax closer to let 2021-05-06 15:38:57 -07:00
Meta feat: add constructor tactic 2021-05-06 10:40:56 -07:00
Parser chore: remove built-in emptyC syntax/elaborator 2021-05-06 22:07:03 +02:00
ParserCompiler chore: throwError! => throwError, throwErrorAt! => throwErrorAt 2021-03-11 11:59:45 -08:00
PrettyPrinter fix: only use .( ... ) when delaborating patterns 2021-05-05 11:12:44 -07:00
Server chore: fix comment 2021-05-05 15:08:30 +02:00
Util fix: closes #421 2021-04-23 12:27:39 -07:00
Attributes.lean chore: convert keywords to snake_case 2021-03-12 13:34:51 -08:00
AuxRecursor.lean
Class.lean refactor: remove Monad Option and Alternative Option 2021-03-20 18:25:25 -07:00
Compiler.lean
CoreM.lean chore: make sure we don't lift methods over binders 2021-04-15 12:06:46 -07:00
Data.lean
Declaration.lean chore: helper methods 2021-03-27 18:48:03 -07:00
DeclarationRange.lean
DocString.lean
Elab.lean feat: add dummy elabForIn 2021-02-05 17:02:57 -08:00
Environment.lean
Eval.lean
Exception.lean chore: throwError! => throwError, throwErrorAt! => throwErrorAt 2021-03-11 11:59:45 -08:00
Expr.lean chore: #405 step 1 2021-04-22 20:03:48 -07:00
HeadIndex.lean
Hygiene.lean
InternalExceptionId.lean
KeyedDeclsAttribute.lean fix: avoid "failed to evaluate" error when extension has sorry 2021-05-04 20:57:53 -07:00
Level.lean refactor: remove Monad Option and Alternative Option 2021-03-20 18:25:25 -07:00
LocalContext.lean chore: naming convention 2021-05-01 21:29:06 -07:00
Message.lean feat: display placeholder & goal errors even on parse error 2021-04-17 23:46:15 +02:00
Meta.lean chore: rename ProofBelow to below. 2021-04-26 20:33:21 +02:00
MetavarContext.lean fix: take binder information into account when caching results 2021-05-03 21:02:23 -07:00
Modifiers.lean chore: remove dead code 2021-04-22 18:00:06 -07:00
MonadEnv.lean feat: mkConstWithLevelParams 2021-03-20 08:28:18 -07:00
Parser.lean fix: ignore antiquotations outside quotations 2021-04-29 13:33:48 +02:00
ParserCompiler.lean chore: implement lhs prec 2021-03-22 16:33:37 +01:00
PrettyPrinter.lean
ProjFns.lean
ReducibilityAttrs.lean
ResolveName.lean fix: issue raised by Andrew 2021-04-12 10:51:44 -07:00
Runtime.lean
ScopedEnvExtension.lean fix: missing pushScope and popScope 2021-03-16 16:42:45 -07:00
Server.lean refactor: add Server/Completion.lean 2021-04-02 11:10:06 -07:00
Structure.lean Feat: Add getAllParentStructures 2021-04-07 18:06:10 -07:00
Syntax.lean feat: ignore unquoted identifiers in prechecked quotations 2021-04-29 13:30:09 +02:00
ToExpr.lean
Util.lean