lean4-htt/src/Lean
2020-09-28 17:10:58 -07:00
..
Compiler fix: bad message 2020-09-25 18:48:23 -07:00
Data feat: change default indent width from 4 to 2 spaces 2020-09-18 13:15:40 -07:00
Elab chore: adjust code 2020-09-28 17:10:58 -07:00
Meta fix: leaking isDefEqStuckExceptionId 2020-09-25 18:48:23 -07:00
Parser chore: add new tactic syntax kind 2020-09-28 17:10:58 -07:00
ParserCompiler feat: add Lean.MonadEnv, Lean.MonadError, and Lean.MonadOptions 2020-08-22 16:00:43 -07:00
PrettyPrinter feat: add withoutPosition combinator 2020-09-28 17:10:57 -07:00
Server chore: go back to previous bootstrapping scheme where the stage N+1 stdlib is created using the stage N compiler 2020-09-24 18:57:53 +02:00
Util chore: fix interactive use of stage 0 2020-09-25 11:22:06 +02:00
Attributes.lean feat: add AttrM 2020-09-21 16:44:20 -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 refactor: move nextMacroScope to Core.State 2020-09-18 12:00:24 -07:00
Declaration.lean feat: addAndCompileNonRec 2020-09-05 08:32:56 -07:00
Delaborator.lean fix: pretty printing multiple universe levels 2020-09-25 20:06:18 +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 feat: replace OS-specific stream redirection with pure-Lean Stream redirection 2020-08-28 10:04:32 -07:00
Exception.lean refactor: remove MonadError 2020-09-18 09:58:13 -07:00
Expr.lean feat: add replaceFVars 2020-09-22 14:24:03 -07:00
HeadIndex.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Hygiene.lean chore: remove prelude commands from Lean package 2020-06-25 11:21: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: add assertAfter tactic 2020-09-17 19:25:53 -07:00
Message.lean refactor: remove MonadError 2020-09-18 09:58:13 -07:00
Meta.lean feat: add Meta.forEachExpr 2020-09-23 18:24:56 -07:00
MetavarContext.lean feat: add assertAfter tactic 2020-09-17 19:25:53 -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 feat: activate new pretty printer 2020-09-17 08:12:28 -07: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
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 refactor: move Lean.quote to LeanInit 2020-09-17 08:15:58 -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