lean4-htt/src/Lean
2020-08-21 16:43:55 +02:00
..
Compiler refactor: implement attribute hooks using CoreM 2020-08-19 14:44:54 -07:00
Data feat: use EIO Empty instead of IO at IO.Ref primitives 2020-08-20 12:54:15 -07:00
Elab fix: liftCoreM and liftTermElabM 2020-08-20 19:07:22 -07:00
Meta refactor: build all main monads on top of ECoreM 2020-08-20 18:36:04 -07:00
Parser feat: auto-generate header formatter 2020-08-21 16:43:55 +02:00
ParserCompiler refactor: move parenthesizer compiler into separate file, generalize 2020-08-20 13:22:57 +02:00
PrettyPrinter refactor: more core 2020-08-21 15:51:37 +02:00
Util feat: add StateRef 2020-08-18 13:54:51 -07:00
Attributes.lean feat: [runParserAttributeHooks] 2020-08-21 16:38:41 +02:00
AuxRecursor.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Class.lean refactor: implement attribute hooks using CoreM 2020-08-19 14:44:54 -07:00
Compiler.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
CoreM.lean refactor: build all main monads on top of ECoreM 2020-08-20 18:36:04 -07:00
Declaration.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Delaborator.lean refactor: build all main monads on top of ECoreM 2020-08-20 18:36:04 -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 chore: more conventional MonadIO 2020-08-20 11:13:10 -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 chore: more conventional MonadIO 2020-08-20 11:13:10 -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 processComplete 2020-08-03 17:02:53 -07:00
Message.lean feat: add helper functions and generalize 2020-08-19 09:53:45 -07:00
Meta.lean refactor: build all main monads on top of ECoreM 2020-08-20 18:36:04 -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: finish formatter refactoring 2020-08-20 15:47:43 +02:00
ParserCompiler.lean refactor: more core 2020-08-21 15:51:37 +02:00
PrettyPrinter.lean feat: auto-generate header formatter 2020-08-21 16:43: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
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