lean4-htt/src/Lean
Leonardo de Moura 9e075e39a5 feat: eval new intro "macro"
It is as powerful as the new `fun` term
2020-08-29 17:09:21 -07:00
..
Compiler fix: bug on JP handling 2020-08-26 08:34:35 -07:00
Data refactor: HasMonadLift ==> MonadLift 2020-08-25 13:54:41 -07:00
Elab feat: eval new intro "macro" 2020-08-29 17:09:21 -07:00
Meta fix: typo at introNCoreAux 2020-08-29 17:00:59 -07:00
Parser feat: intro similar to fun 2020-08-29 15:15:24 -07:00
ParserCompiler feat: add Lean.MonadEnv, Lean.MonadError, and Lean.MonadOptions 2020-08-22 16:00:43 -07:00
PrettyPrinter feat: add Lean.MonadEnv, Lean.MonadError, and Lean.MonadOptions 2020-08-22 16:00:43 -07:00
Util feat: add AddMessageDataContext 2020-08-28 18:05:42 -07:00
Attributes.lean feat: add Lean.MonadEnv, Lean.MonadError, and Lean.MonadOptions 2020-08-22 16:00:43 -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 AddMessageDataContext 2020-08-28 18:05:42 -07:00
Declaration.lean feat: add Declaration.forExprM and Declaration.foldExprM 2020-08-27 11:22:11 -07:00
Delaborator.lean refactor: cleanup 2020-08-24 17:47:27 -07:00
Elab.lean chore: add Lean/Elab/LetRec.lean 2020-08-26 10:07:59 -07:00
Environment.lean feat: add AddMessageDataContext 2020-08-28 18:05:42 -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: polymorphic withIncRecDepth 2020-08-24 12:17:47 -07:00
Expr.lean refactor: add MonadNameGenerator 2020-08-23 19:56:01 -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 feat: add Lean.MonadEnv, Lean.MonadError, and Lean.MonadOptions 2020-08-22 16:00:43 -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 MonadLCtx and MonadMCtx helper classes 2020-08-28 16:48:42 -07:00
Message.lean feat: add AddMessageDataContext 2020-08-28 18:05:42 -07:00
Meta.lean refactor: build all main monads on top of ECoreM 2020-08-20 18:36:04 -07:00
MetavarContext.lean feat: add MonadLCtx and MonadMCtx helper classes 2020-08-28 16:48:42 -07:00
Modifiers.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
MonadEnv.lean feat: add AddMessageDataContext 2020-08-28 18:05:42 -07:00
Parser.lean chore: finish formatter refactoring 2020-08-20 15:47:43 +02:00
ParserCompiler.lean refactor: polymorphic MetaM combinators 2020-08-24 17:03:54 -07:00
PrettyPrinter.lean chore: reduce Parser <- Elab dependencies 2020-08-28 12:39:12 +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
Runtime.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Scopes.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Structure.lean feat: add Meta.mkProjection 2020-07-20 16:01:36 -07:00
Syntax.lean feat: adjust semantics to new syntax 2020-08-19 09:56:23 -07:00
ToExpr.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Util.lean feat: export "constructions" 2020-07-15 16:32:23 -07:00