lean4-htt/src/Lean
2022-05-30 11:16:25 +02:00
..
Compiler fix: compiled string literals containing null bytes 2022-05-17 09:24:34 -07:00
Data feat: Option is a Monad again 2022-05-04 15:27:42 -07:00
Elab feat: add tactic subst_vars 2022-05-28 16:19:34 -07:00
Meta fix: dead variables at match equation hypotheses 2022-05-28 16:09:35 -07:00
Parser fix: dynamic quotations should use previous stage by default 2022-05-25 09:46:10 +02:00
ParserCompiler
PrettyPrinter chore: remove obsolete workaround 2022-05-01 11:52:53 +02:00
Server fix: go to definition/goal state at end of syntax 2022-05-30 11:16:25 +02:00
Util feat: Option is a Monad again 2022-05-04 15:27:42 -07:00
Widget refactor: auto-derive RpcEncoding 2022-05-12 13:22:37 -07:00
Attributes.lean doc: docstrings for decls and attributes 2022-04-08 04:19:38 -07:00
AuxRecursor.lean
Class.lean feat: Option is a Monad again 2022-05-04 15:27:42 -07:00
Compiler.lean
CoreM.lean doc: docstrings for decls and attributes 2022-04-08 04:19:38 -07:00
Data.lean
Declaration.lean doc: docstrings for decls and attributes 2022-04-08 04:19:38 -07:00
DeclarationRange.lean fix: nasty bug at findDeclarationRangesCore? 2022-03-19 16:53:22 -07:00
DocString.lean
Elab.lean
Environment.lean chore: add assertions to make sure TagDeclarationExtension and MapDeclarationExtension are not being misused 2022-04-15 13:49:35 -07:00
Eval.lean
Exception.lean
Expr.lean chore: style 2022-05-23 11:04:29 -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
KeyedDeclsAttribute.lean
LazyInitExtension.lean
Level.lean feat: Option is a Monad again 2022-05-04 15:27:42 -07:00
LoadDynlib.lean
LocalContext.lean doc: clarify mkLocalDecl 2022-03-24 14:59:46 -07:00
Message.lean fix: using invalid name generator at ContextInfo.runMetaM 2022-04-15 18:42:34 -07:00
Meta.lean feat: add support for casesOn applications to structural and well-founded recursion modules 2022-05-06 17:12:10 -07:00
MetavarContext.lean chore: style 2022-05-23 11:04:29 -07:00
Modifiers.lean
MonadEnv.lean
Parser.lean feat: always accept antiquotations, simplify quotDepth code 2022-04-06 19:43:07 +02:00
ParserCompiler.lean chore: style 2022-05-26 15:18:07 -07:00
PrettyPrinter.lean refactor: move function to PrettyPrinter 2022-05-12 08:38:09 -07:00
ProjFns.lean
ReducibilityAttrs.lean
ResolveName.lean doc: docstrings for decls and attributes 2022-04-08 04:19:38 -07:00
Runtime.lean
ScopedEnvExtension.lean chore: style 2022-04-07 17:35:05 -07:00
Server.lean
Structure.lean feat: add field for storing autoParam information at StructureFieldInfo 2022-05-26 14:21:03 -07:00
Syntax.lean feat: Option is a Monad again 2022-05-04 15:27:42 -07:00
ToExpr.lean
Util.lean
Widget.lean