lean4-htt/src/Lean
Leonardo de Moura 3478579dce chore: fix typo
2020-08-18 18:16:36 -07:00
..
Compiler feat: mark auxiliary eliminators as [inline] 2020-08-10 09:41:55 -07:00
Data chore: document Format fields 2020-08-06 09:26:48 -07:00
Elab refactor: implement CommandElabM using StateRefT 2020-08-18 18:04:49 -07:00
Meta refactor: DepElim.lean ==> Match.lean 2020-08-17 16:34:39 -07:00
Parser refactor: register parenthesizer compiler as hook 2020-08-18 16:02:33 +02:00
PrettyPrinter feat: remove outparam from MonadState 2020-08-18 15:15:31 -07:00
Util feat: add StateRef 2020-08-18 13:54:51 -07:00
Attributes.lean chore: move HashMap and HashSet to Std 2020-06-25 12:46:56 -07:00
AuxRecursor.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Class.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Compiler.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
CoreM.lean chore: fix typo 2020-08-18 18:16:36 -07:00
Declaration.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Delaborator.lean feat: add (ref : Syntax) to Meta.Exception.other 2020-08-06 09:40:16 -07:00
Elab.lean feat: elaborate #print command 2020-07-28 16:24:16 -07:00
Environment.lean fix: freeing Environments in tests 2020-07-10 07:42:26 -07:00
Eval.lean feat: allow #eval to update Environment 2020-07-30 16:48:31 -07:00
Expr.lean feat: elaborate equation RHS 2020-08-13 15:19:40 -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
KeyedDeclsAttribute.lean fix: relax [builtinParenthesizer] check 2020-08-14 19:05:02 +02: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 processComplete 2020-08-03 17:02:53 -07:00
Message.lean chore: improve DepElim trace messages 2020-08-06 11:02:57 -07:00
Meta.lean refactor: move whnf-eval functions into Lean.Meta.ReduceEval 2020-08-06 09:27:12 -07:00
MetavarContext.lean chore: add headBeta to avoid unnecessary applications introduced by metavariable management 2020-07-24 16:05:05 -07:00
Modifiers.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Parser.lean chore: Lean.Parser.Parser ~> Lean.Parser.Basic 2020-08-13 18:44:13 +02:00
ParserCompiler.lean feat: check parenthesizer attribute arguments 2020-08-14 19:05:02 +02:00
PrettyPrinter.lean feat: almost activate new pretty printer by default 2020-08-06 09:27:12 -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 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 refactor: add MonadStateOf 2020-08-18 16:35:33 -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