Sebastian Ullrich
|
41dfd06e8c
|
fix: intro/intros: do not register _ as binder in info tree
Fixes #1204
|
2022-06-09 15:23:56 +02:00 |
|
Chris Lovett
|
33159b51e5
|
chore: build integration with TPIL
|
2022-06-09 09:23:04 +02:00 |
|
Leonardo de Moura
|
d0499ebf4d
|
fix: fixes #1200
|
2022-06-08 10:18:05 -07:00 |
|
Leonardo de Moura
|
fa64c072ab
|
feat: where declarations at instances
https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/Local.20functions.20in.20instances/near/285333999
|
2022-06-07 18:48:15 -07:00 |
|
Leonardo de Moura
|
0c28d4ff4d
|
chore: update stage0
|
2022-06-07 18:42:16 -07:00 |
|
Leonardo de Moura
|
1e59eb2290
|
chore: update whereStructInst
|
2022-06-07 18:41:43 -07:00 |
|
Leonardo de Moura
|
ce78c17f2d
|
chore: update stage0
|
2022-06-07 17:54:42 -07:00 |
|
Leonardo de Moura
|
041827bed5
|
chore: unused variables
|
2022-06-07 17:54:10 -07:00 |
|
Leonardo de Moura
|
a18c78e617
|
chore: update stage0
|
2022-06-07 16:48:55 -07:00 |
|
Leonardo de Moura
|
c2ddebc193
|
chore: unused variables
|
2022-06-07 16:47:04 -07:00 |
|
Sebastian Ullrich
|
130cc8bbd5
|
chore: fix test
|
2022-06-07 16:37:45 -07:00 |
|
Sebastian Ullrich
|
f9e2a65f75
|
chore: further cleanup
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
|
2022-06-07 16:37:45 -07:00 |
|
Sebastian Ullrich
|
8eefbf5227
|
chore: further clean up refactored code
|
2022-06-07 16:37:45 -07:00 |
|
Sebastian Ullrich
|
897a5de6ac
|
chore: revert some questionable signature changes
|
2022-06-07 16:37:45 -07:00 |
|
Sebastian Ullrich
|
fb2a2b3de2
|
fix: fixup previous commit
|
2022-06-07 16:37:45 -07:00 |
|
Sebastian Ullrich
|
ae7b895f7a
|
refactor: unname some unused variables
|
2022-06-07 16:37:45 -07:00 |
|
Sebastian Ullrich
|
8ffa07ab25
|
fix: goal state on conv =>
|
2022-06-07 17:43:16 +02:00 |
|
Sebastian Ullrich
|
a07e9df66e
|
fix: use goal prefix in plain goal response
|
2022-06-07 17:42:09 +02:00 |
|
Sebastian Ullrich
|
388ed62858
|
chore: update Alectryon
|
2022-06-07 17:14:41 +02:00 |
|
Chris Lovett
|
885deec745
|
doc: add link to short quickstart video
|
2022-06-06 18:32:11 -07:00 |
|
Leonardo de Moura
|
09ddf76029
|
feat: simp_all now uses dependent hypotheses for simplification
However, it does not simplify them.
closes #1194
|
2022-06-06 18:31:34 -07:00 |
|
Leonardo de Moura
|
875e71a0d7
|
chore: unused variables at Simp.lean
|
2022-06-06 18:24:10 -07:00 |
|
Leonardo de Moura
|
71226243fd
|
fix: fixes #1192
|
2022-06-06 18:20:45 -07:00 |
|
Leonardo de Moura
|
0f111da64c
|
chore: unused variables at Inductive.lean
|
2022-06-06 18:15:25 -07:00 |
|
Leonardo de Moura
|
5055855637
|
feat: improve default simp discharge method
closes #1193
|
2022-06-06 17:29:12 -07:00 |
|
Leonardo de Moura
|
3d04899e42
|
refactor: add unifyEq?
|
2022-06-06 15:53:40 -07:00 |
|
Leonardo de Moura
|
c9c9b8d835
|
chore: avoid code duplication
|
2022-06-06 15:53:40 -07:00 |
|
Leonardo de Moura
|
7dab01be1b
|
chore: unused eqns
|
2022-06-06 15:53:40 -07:00 |
|
Leonardo de Moura
|
2832442e7a
|
fix: unfold declarations tagged with [matchPattern] at reduceMatcher? even if transparency setting is not the default one
see #1193
It fixes one of the issues exposed at the issue above.
|
2022-06-06 15:53:40 -07:00 |
|
Leonardo de Moura
|
e24483d6d3
|
doc: expand isGenDiseq comment
|
2022-06-06 15:53:40 -07:00 |
|
larsk21
|
60c8a72262
|
fix: unused variables linter: consider induction variables as pattern variables
|
2022-06-06 15:53:10 -07:00 |
|
larsk21
|
a9293410a2
|
fix: unused variables linter: ignore structure, class and inductive signatures
|
2022-06-06 15:53:10 -07:00 |
|
Wojciech Nawrocki
|
5b13a4909b
|
doc: fix transform docstring
|
2022-06-06 23:06:47 +02:00 |
|
Sebastian Ullrich
|
143b2b49c8
|
fix: induction: do not register _ as binder in info tree
|
2022-06-06 23:05:12 +02:00 |
|
E.W.Ayers
|
d55daf80d4
|
doc: fix misleading SubExpr docstring
|
2022-06-06 09:37:51 -07:00 |
|
Leonardo de Moura
|
d00d8a2104
|
fix: typo at copyDefaultValue?
see #1190
|
2022-06-06 07:57:23 -07:00 |
|
Leonardo de Moura
|
22281f25c8
|
fix: typo at sameHeadSymbol
see #1190
|
2022-06-06 07:46:57 -07:00 |
|
Sebastian Ullrich
|
7428dc5e71
|
Revert "chore: CI: use publish-unit-test-result-action"
Was just an experiment, its benefit is negligible
This reverts commit 3575981ee6.
|
2022-06-05 14:23:20 +02:00 |
|
Sebastian Ullrich
|
3c41962275
|
refactor: Expr.forEach' use in unused variables linter
|
2022-06-05 14:16:40 +02:00 |
|
Sebastian Ullrich
|
85e0e0ad20
|
doc: fix Expr.forEach' docstring
|
2022-06-05 14:16:29 +02:00 |
|
Sebastian Ullrich
|
3575981ee6
|
chore: CI: use publish-unit-test-result-action
|
2022-06-05 14:10:17 +02:00 |
|
Sebastian Ullrich
|
7870c24cdd
|
chore: update stage0
|
2022-06-04 13:57:39 +02:00 |
|
Sebastian Ullrich
|
ec045bfbb8
|
feat: $_ antiquotation pattern
|
2022-06-04 13:57:04 +02:00 |
|
Sebastian Ullrich
|
a65197bb78
|
doc: update changelog
|
2022-06-03 22:58:38 +02:00 |
|
Sebastian Ullrich
|
05c5dd4441
|
fix: unused variables linter: search fvar aliases in tactics
|
2022-06-03 22:37:38 +02:00 |
|
Sebastian Ullrich
|
f3a7654a63
|
fix: unused variables linter: find nested uses in tactics
|
2022-06-03 22:37:38 +02:00 |
|
E.W.Ayers
|
1785ab142e
|
refactor: move Lean.PrettyPrinter.Delaborator.SubExpr to Lean.SubExpr
This is because SubExpr has uses outside the Delaborator.
Closes #1183
|
2022-06-03 12:38:14 -07:00 |
|
Sebastian Ullrich
|
a0624ec296
|
chore: CI: ignore foreigntest on Linux release
|
2022-06-03 17:04:06 +02:00 |
|
Leonardo de Moura
|
9d6b67eae2
|
fix: remove check from Simp.synthesizeArgs
Some `simp` dischargers can handle metavariables (e.g,
`assumption`). See new test.
closes #1184
|
2022-06-03 07:40:30 -07:00 |
|
Sebastian Ullrich
|
3cfbdd134a
|
fix: update Alectryon
|
2022-06-03 16:05:59 +02:00 |
|