lean4-htt/src/Lean
Leonardo de Moura c1bc0e44f6 fix: fixes #281
This issue exposed two bugs at `Structural.lean`

1- `getFixedPrefix` was using structural equality to detected fixed
arguments. We should use definitional equality.

2- The `replaceFVars` was broken. We should use `instantiateForall` instead.
2021-01-19 18:01:52 -08:00
..
Compiler chore: make comments VS Code friendly 2021-01-15 13:53:37 -08:00
Data feat: LSP scaffolding for go-to-definition 2021-01-19 13:22:13 -08:00
Elab fix: fixes #281 2021-01-19 18:01:52 -08:00
Meta feat: skeleton for SizeOf instance generator 2021-01-19 18:01:52 -08:00
Parser feat: add option printMessageEndPos 2021-01-15 16:27:59 +01:00
ParserCompiler refactor: move to attr syntax category 2020-12-15 20:22:04 -08:00
PrettyPrinter fix: pattern variables cannot shadow each other 2021-01-16 08:23:45 -08:00
Server fix: normalise go-to-def paths 2021-01-19 13:22:13 -08:00
Util feat: go-to-definition 2021-01-19 13:22:13 -08:00
Attributes.lean feat: simplify Attr.simple parser 2020-12-16 07:29:18 -08:00
AuxRecursor.lean chore: improve error message 2021-01-17 07:51:08 -08:00
Class.lean refactor: move to attr syntax category 2020-12-15 20:22:04 -08:00
Compiler.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
CoreM.lean chore: use deriving Inhabited 2020-12-13 11:57:59 -08:00
Data.lean feat: trie for hierarchical names 2020-12-03 16:40:00 -08:00
Declaration.lean feat: skeleton for SizeOf instance generator 2021-01-19 18:01:52 -08:00
DeclarationRange.lean fix: UTF-16 strikes again 2021-01-19 13:22:13 -08:00
DocString.lean feat: store declaration ranges 2021-01-11 12:50:11 -08:00
Elab.lean feat: store declaration ranges 2021-01-11 12:50:11 -08:00
Environment.lean chore: adjust instance param order 2021-01-13 18:31:41 -08:00
Eval.lean chore: update structure, class, inductive 2020-11-27 15:09:30 -08:00
Exception.lean feat: add class abbrev macro 2020-12-14 10:19:00 -08:00
Expr.lean feat: simpArrow 2021-01-01 17:15:15 -08:00
HeadIndex.lean chore: use deriving BEq 2020-12-22 18:10:20 -08:00
Hygiene.lean feat: improve universe level pretty printer 2020-12-21 07:34:48 -08:00
InternalExceptionId.lean chore: use deriving BEq 2020-12-22 18:10:20 -08:00
KeyedDeclsAttribute.lean feat: add sanity checks 2021-01-01 18:31:28 -08:00
Level.lean feat: improve universe level pretty printer 2020-12-21 07:34:48 -08:00
LocalContext.lean chore: adjust instance param order 2021-01-13 18:31:41 -08:00
Message.lean feat: add option printMessageEndPos 2021-01-15 16:27:59 +01:00
Meta.lean feat: skeleton for SizeOf instance generator 2021-01-19 18:01:52 -08:00
MetavarContext.lean chore: adjust instance param order 2021-01-13 18:31:41 -08:00
Modifiers.lean chore: naming convention 2020-11-11 10:08:55 -08:00
MonadEnv.lean chore: improve error message 2021-01-17 07:51:08 -08:00
Parser.lean feat: use actual separator in sepBy antiquotation scope 2020-12-09 17:48:05 +01:00
ParserCompiler.lean feat: add sanity checks 2021-01-01 18:31:28 -08:00
PrettyPrinter.lean refactor: move & split Lean.Delaborator 2020-11-30 13:52:46 +01:00
ProjFns.lean refactor: add MapDeclarationExtension 2021-01-10 18:25:56 -08:00
ReducibilityAttrs.lean chore: use deriving Inhabited 2020-12-13 11:57:59 -08:00
ResolveName.lean chore: adjust instance param order 2021-01-13 18:31:41 -08:00
Runtime.lean chore: cleanup 2020-10-28 09:33:19 -07:00
ScopedEnvExtension.lean chore: use deriving Inhabited 2020-12-13 11:57:59 -08:00
Server.lean feat: launch server from main Lean shell 2020-12-23 20:00:36 +01:00
Structure.lean feat: use <| 2020-11-19 09:03:38 -08:00
Syntax.lean feat: token source info antiquotations tk%$id 2020-12-22 13:11:04 +01:00
ToExpr.lean chore: update structure, class, inductive 2020-11-27 15:09:30 -08:00
Util.lean refactor: move ppGoal to Meta 2020-11-25 14:17:13 -08:00