lean4-htt/src/Lean
Leonardo de Moura cdd1dbbb36 feat: user-defined environment extensions
New test demonstrates how to use them.
The user-defined extensions cannot be used in the same file where they
were declared because the `initialize` commands are only executed when
we import the modules containing them.

TODO: user-defined attributes.
2021-07-26 16:18:48 -07:00
..
Compiler fix: disable panic messages during initialization 2021-06-29 14:48:48 -07:00
Data fix: use properly random RPC session id 2021-07-24 10:45:28 +02:00
Elab feat: FromToJson for recursive inductives 2021-07-24 10:47:38 +02:00
Meta chore: use isDefEq heuristic on regular definitions only 2021-07-26 07:11:55 -07:00
Parser fix: parser arity 2021-07-24 10:45:28 +02:00
ParserCompiler
PrettyPrinter chore: use register_parser_alias where possible 2021-07-22 16:28:06 +02:00
Server fix: more robust LspEncoding 2021-07-24 10:45:28 +02:00
Util perf: make trace[...] ... notation lazy 2021-06-23 00:07:27 -07:00
Attributes.lean
AuxRecursor.lean
Class.lean
Compiler.lean
CoreM.lean refactor: revert MonadRef changes 2021-06-21 10:17:26 -07:00
Data.lean feat: add xml parser. 2021-07-13 09:58:27 -07:00
Declaration.lean chore: use isDefEq heuristic on regular definitions only 2021-07-26 07:11:55 -07:00
DeclarationRange.lean
DocString.lean
Elab.lean refactor: add BuiltinCommand.lean 2021-06-29 16:52:00 -07:00
Environment.lean feat: user-defined environment extensions 2021-07-26 16:18:48 -07:00
Eval.lean
Exception.lean chore: remove HashableUSize 2021-06-02 09:58:46 -07:00
Expr.lean chore: remove HashableUSize 2021-06-02 09:58:46 -07:00
HeadIndex.lean chore: remove HashableUSize instances 2021-06-02 08:48:11 -07:00
Hygiene.lean fix: preserve synthetic positions in sanitizer 2021-07-06 09:29:23 +02:00
InternalExceptionId.lean
KeyedDeclsAttribute.lean feat: KeyedDeclAttribute: expose declaration names 2021-06-06 15:32:58 +02:00
Level.lean chore: remove HashableUSize 2021-06-02 09:58:46 -07:00
LocalContext.lean chore: fix codebase and tests 2021-06-29 17:14:52 -07:00
Message.lean feat: display placeholder & goal errors even on parse error 2021-04-17 23:46:15 +02:00
Meta.lean feat: add mkInjectiveTheorems 2021-05-13 22:09:50 -07: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 chore: improve error message when compiling code containing axioms or noncomputable definitions 2021-05-31 20:27:15 -07:00
Parser.lean chore: use register_parser_alias where possible 2021-07-22 16:28:06 +02:00
ParserCompiler.lean chore: implement lhs prec 2021-03-22 16:33:37 +01:00
PrettyPrinter.lean fix: accidental free variable id reuse in the pretty printer 2021-05-26 16:20:50 -07:00
ProjFns.lean
ReducibilityAttrs.lean chore: style 2021-06-21 10:17:26 -07:00
ResolveName.lean fix: issue raised by Andrew 2021-04-12 10:51:44 -07:00
Runtime.lean
ScopedEnvExtension.lean
Server.lean feat: RPC handlers 2021-07-24 10:45:28 +02:00
Structure.lean Feat: Add getAllParentStructures 2021-04-07 18:06:10 -07:00
Syntax.lean chore: parse names properly 2021-07-19 09:55:37 +02:00
ToExpr.lean
Util.lean