lean4-htt/src/Lean
2022-09-13 03:11:04 -07:00
..
Compiler refactor: remove pure field from LCNF.LetDecl 2022-09-12 19:13:43 -07:00
Data fix: map fn should have explict args 2022-09-03 19:45:08 -07:00
Elab feat: allow optional type in example 2022-09-13 03:11:04 -07:00
Linter refactor: move, generalize findSyntaxStack? 2022-08-31 17:49:43 -07:00
Meta fix: fixes #1576 2022-09-09 14:29:48 -07:00
Parser feat: allow optional type in example 2022-09-13 03:11:04 -07:00
ParserCompiler
PrettyPrinter chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Server fix: IO.waitAny requires nonempty list 2022-09-05 08:52:46 -07:00
Util feat: add useRaw parameter at constructorApp? 2022-09-12 15:56:36 -07:00
Widget chore: move Bootstrap.Dynamic -> Init.Dynamic 2022-09-02 04:36:54 -07:00
Attributes.lean
AuxRecursor.lean
Class.lean
Compiler.lean refactor: new LCNF frontend 2022-08-24 11:40:37 -07:00
CoreM.lean
Data.lean chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Declaration.lean
DeclarationRange.lean
Deprecated.lean fix: use resolveGlobalConstNoOverloadWithInfo more 2022-08-13 18:20:55 -07:00
DocString.lean fix: panic when Syntax.missing 2022-09-12 16:10:14 -07:00
Elab.lean feat: add @[inheritDoc] attribute 2022-08-16 18:31:55 -07:00
Environment.lean chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Eval.lean
Exception.lean
Expr.lean feat: add mkFixedArgMap 2022-09-11 20:19:44 -07:00
HeadIndex.lean
Hygiene.lean
ImportingFlag.lean
InternalExceptionId.lean
KeyedDeclsAttribute.lean
LazyInitExtension.lean
Level.lean chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Linter.lean
LoadDynlib.lean
LocalContext.lean chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Log.lean chore: remove obsolete trace functions 2022-08-15 08:55:25 -07:00
Message.lean feat: trace nodes with messages 2022-08-15 08:55:25 -07:00
Meta.lean
MetavarContext.lean
Modifiers.lean fix: make privateToUserNameAux more robust 2022-09-06 17:15:56 -07:00
MonadEnv.lean
Parser.lean feat: add lineEq parser alias 2022-08-12 08:15:28 -07:00
ParserCompiler.lean
PrettyPrinter.lean fix: use delabAppExplicit for tooltips 2022-08-25 18:38:21 +02:00
ProjFns.lean
ReducibilityAttrs.lean
ResolveName.lean fix: hygienic resolution of namespaces 2022-08-20 22:29:46 +02:00
Runtime.lean
ScopedEnvExtension.lean
Server.lean
Structure.lean
SubExpr.lean chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Syntax.lean refactor: move, generalize findSyntaxStack? 2022-08-31 17:49:43 -07:00
ToExpr.lean
Util.lean chore: move ShareCommon to Init / Lean 2022-08-30 07:51:43 -07:00
Widget.lean