lean4-htt/src/Lean
2020-10-15 17:11:50 -07:00
..
Compiler fix: forgot to reset params on block following joinpoint declaration 2020-10-14 07:41:35 -07:00
Data fix: make Format.be tail recursive again 2020-10-14 17:23:51 +02:00
Elab feat: expand nested dos 2020-10-15 17:11:50 -07:00
Meta chore: improve error message 2020-10-15 10:44:16 -07:00
Parser feat: nested do parser 2020-10-15 17:04:35 -07:00
ParserCompiler feat: add Lean.MonadEnv, Lean.MonadError, and Lean.MonadOptions 2020-08-22 16:00:43 -07:00
PrettyPrinter chore: add support for error parser in the pretty printer 2020-10-15 16:31:35 -07:00
Server fix: set mainModuleName in the new frontend 2020-10-15 15:30:03 -07:00
Util feat: add throwError! macro and improve trace[..]! macro 2020-10-13 12:32:33 -07:00
Attributes.lean feat: add MonadResolveName type class 2020-10-10 11:33:52 -07:00
AuxRecursor.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Class.lean feat: add Lean.MonadEnv, Lean.MonadError, and Lean.MonadOptions 2020-08-22 16:00:43 -07:00
Compiler.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
CoreM.lean feat: add withReader method 2020-10-13 15:00:17 -07:00
Declaration.lean feat: addAndCompileNonRec 2020-09-05 08:32:56 -07:00
Delaborator.lean feat: delaborator: use nicer binder name for [anonymous] 2020-10-14 18:38:59 +02:00
Elab.lean chore: rename file 2020-09-26 12:33:11 -07:00
Environment.lean refactor: seal EnvExtension type 2020-09-21 12:24:44 -07:00
Eval.lean fix: #eval was not capturing dbgTrace! output in pure code 2020-10-05 10:22:04 -07:00
Exception.lean feat: add throwError! macro and improve trace[..]! macro 2020-10-13 12:32:33 -07:00
Expr.lean fix: #eval was not capturing dbgTrace! output in pure code 2020-10-05 10:22:04 -07:00
HeadIndex.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Hygiene.lean feat: add withReader method 2020-10-13 15:00:17 -07:00
InternalExceptionId.lean feat: uniform Exceptions 2020-08-21 17:02:21 -07:00
KeyedDeclsAttribute.lean fix: fixes #175 2020-09-21 17:12:07 -07:00
Level.lean feat: updateResultingUniverse 2020-07-15 16:32:22 -07:00
Linter.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
LocalContext.lean feat: sanitize Syntax in messages 2020-09-29 07:59:22 -07:00
Message.lean chore: add missing : 2020-10-14 13:20:01 -07:00
Meta.lean feat: add Meta.forEachExpr 2020-09-23 18:24:56 -07:00
MetavarContext.lean fix: horrible error message due to constApprox := true 2020-09-29 07:54:48 -07:00
Modifiers.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
MonadEnv.lean refactor: move withoutModifyingEnv to MonadEnv 2020-09-25 06:48:51 -07:00
Parser.lean feat: add doElem parser category 2020-09-26 06:18:44 -07:00
ParserCompiler.lean feat: add AttrM 2020-09-21 16:44:20 -07:00
PrettyPrinter.lean chore: remove old pretty printer 2020-10-15 12:04:55 +02:00
ProjFns.lean fix: do not assume the prefix of a projection function name is the structure name 2020-07-16 11:10:20 -07:00
ReducibilityAttrs.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
ResolveName.lean chore: remove workaround 2020-10-11 15:08:12 -07:00
Runtime.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Scopes.lean fix: old&new frontend interference 2020-09-20 08:25:45 -07:00
Server.lean refactor: move ppExpr to IO 2020-09-15 18:48:21 -07:00
Structure.lean feat: add Meta.mkProjection 2020-07-20 16:01:36 -07:00
Syntax.lean feat: add CodeBlock to Syntax converter 2020-10-04 16:19:09 -07:00
ToExpr.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Util.lean feat: add Expr.forEach 2020-09-08 13:03:53 -07:00