Leonardo de Moura
|
0e1f645b07
|
fix: fixes #450
|
2021-05-10 13:55:06 -07:00 |
|
Leonardo de Moura
|
2a676b6dfb
|
fix: fixes #449
|
2021-05-10 13:10:59 -07:00 |
|
Leonardo de Moura
|
89373bd64f
|
fix: fixes #447
|
2021-05-08 19:04:12 -07:00 |
|
Leonardo de Moura
|
4675817a9e
|
fix: projection of string literals
|
2021-05-07 14:38:21 -07:00 |
|
Leonardo de Moura
|
5fcd08326f
|
fix: bug at reduceRec
|
2021-05-07 14:21:37 -07:00 |
|
Sebastian Ullrich
|
088774536e
|
fix: syntax match: do not discard other patterns after splices
|
2021-05-07 16:08:10 +02:00 |
|
Leonardo de Moura
|
475f5fecaa
|
feat: improve error recovery at Tactic.elabTerm
|
2021-05-06 20:44:36 -07:00 |
|
Leonardo de Moura
|
7fc6607611
|
feat: have ... := ... syntax closer to let
|
2021-05-06 15:38:57 -07:00 |
|
Leonardo de Moura
|
48bffedc74
|
fix: unresolved holes in the exact tactic, backtracking issues
This commit also adds the `throwAbortTactic` for throwing "silent"
exceptions in `TacticM`.
|
2021-05-06 13:44:01 -07:00 |
|
Sebastian Ullrich
|
99864bbb31
|
chore: reintroduce ∅ as regular notation
|
2021-05-06 22:41:23 +02:00 |
|
Sebastian Ullrich
|
9ed8db4bc3
|
feat: add constructor tactic
|
2021-05-06 10:40:56 -07:00 |
|
Sebastian Ullrich
|
e6132d37a5
|
fix: induction/cases: accept wildcard alternative even if some (but not all) cases have been excluded
|
2021-05-06 14:28:00 +02:00 |
|
Leonardo de Moura
|
c4e3b36d56
|
test: for issue #439
closes #439
|
2021-05-05 11:13:23 -07:00 |
|
Sebastian Ullrich
|
6303c134a9
|
feat: add term info at resolveId?
|
2021-05-05 18:54:47 +02:00 |
|
Sebastian Ullrich
|
66c0f6ae9d
|
fix: goal state at induction/cases e with
|
2021-05-05 15:27:40 +02:00 |
|
Leonardo de Moura
|
a43dca0b9f
|
fix: add basic support for accessing the field of a section variable in the notation prechecker
see #435
|
2021-05-04 22:41:25 -07:00 |
|
Leonardo de Moura
|
3d829c825c
|
fix: Info nodes for overloaded notation/declarations
See new test to understand the problem that has been fixed.
|
2021-05-04 22:07:21 -07:00 |
|
Leonardo de Moura
|
ed1eee201a
|
fix: avoid "failed to evaluate" error when extension has sorry
See updated test output.
|
2021-05-04 20:57:53 -07:00 |
|
Leonardo de Moura
|
164b26bf01
|
fix: make sure the resulting array size is equal to the number of binders
The following code relies on this property
```lean
for uid in scope.varUIds, x in xs do
sectionFVars := sectionFVars.insert uid x
```
|
2021-05-04 19:46:14 -07:00 |
|
Leonardo de Moura
|
fc96a24d7b
|
chore: improve error message
|
2021-05-04 19:37:24 -07:00 |
|
Leonardo de Moura
|
7398db5f3f
|
fix: rw final goal state
|
2021-05-04 16:58:44 -07:00 |
|
Leonardo de Moura
|
56d5d6c564
|
chore: fix tests
|
2021-05-04 15:42:03 -07:00 |
|
Sebastian Ullrich
|
aabb4a50aa
|
feat: remove bracket-less rw
|
2021-05-04 15:24:22 -07:00 |
|
Leonardo de Moura
|
88a2f43d73
|
chore: fix test output
|
2021-05-04 11:30:11 -07:00 |
|
Leonardo de Moura
|
2be1595154
|
fix: preserve by toke position information during macro expansion
|
2021-05-04 11:26:34 -07:00 |
|
Leonardo de Moura
|
ac5bb36add
|
fix: save all info nodes during backtracking
|
2021-05-04 11:05:58 -07:00 |
|
Leonardo de Moura
|
91cf32bf88
|
chore: display syntax at tactic info nodes
|
2021-05-04 10:58:54 -07:00 |
|
Sebastian Ullrich
|
c22f4ffaec
|
fix: partial fix of focus goal state
|
2021-05-04 19:11:05 +02:00 |
|
Leonardo de Moura
|
8102f407b6
|
fix: take binder information into account when caching results
|
2021-05-03 21:02:23 -07:00 |
|
Leonardo de Moura
|
1279063e0d
|
fix: fixes #248
|
2021-05-03 18:20:36 -07:00 |
|
Leonardo de Moura
|
e8aa02cd51
|
feat: closes #415
|
2021-05-03 18:04:01 -07:00 |
|
Leonardo de Moura
|
a5c28f7dfc
|
fix: fixes #243
|
2021-05-03 13:01:16 -07:00 |
|
Leonardo de Moura
|
061709aa51
|
refactor: use Lean version
This commit also fixes a problem reported by Marc.
|
2021-05-03 10:06:20 -07:00 |
|
Sebastian Ullrich
|
e76fc17b0e
|
fix: rw goal state positions
|
2021-05-03 14:14:12 +02:00 |
|
Sebastian Ullrich
|
4fb01f7c06
|
fix: goal state on ;
|
2021-05-03 13:32:00 +02:00 |
|
Leonardo de Moura
|
e5083f2521
|
fix: avoid unnecessary unfolding at do
|
2021-05-02 21:29:32 -07:00 |
|
Leonardo de Moura
|
d556ebbdc6
|
test: add test for binder caching issue
|
2021-05-02 20:04:41 -07:00 |
|
Leonardo de Moura
|
56c7454a8d
|
fix: fixes #435
|
2021-05-02 18:16:57 -07:00 |
|
Leonardo de Moura
|
0f8c6ca797
|
fix: cache issue at instantiateBetaRevRange
|
2021-05-02 17:00:35 -07:00 |
|
Leonardo de Moura
|
78a2de4241
|
feat: better error recovery for match syntax
|
2021-05-02 17:00:35 -07:00 |
|
Sebastian Ullrich
|
b8b8cc79a9
|
feat: show initial case goal on ... => for induction/cases/case/match
|
2021-05-02 23:07:15 +02:00 |
|
Sebastian Ullrich
|
8863761401
|
feat: show initial state for tactic combinators by default
|
2021-05-02 23:07:15 +02:00 |
|
Sebastian Ullrich
|
2734a5baba
|
feat: show state on by
|
2021-05-02 23:07:15 +02:00 |
|
Leonardo de Moura
|
1a0fc816b1
|
feat: rename inaccessible variable names at cases
|
2021-05-01 21:51:58 -07:00 |
|
Leonardo de Moura
|
a2e8bc0780
|
feat: use binop% to define arith operators
closes #382
|
2021-04-30 19:40:45 -07:00 |
|
Leonardo de Moura
|
a04babf263
|
chore: fix tests affected by recent changes
|
2021-04-30 19:37:18 -07:00 |
|
Sebastian Ullrich
|
e1cde87c43
|
fix: server: completion & goal state at EOF
|
2021-04-30 19:25:53 +02:00 |
|
tydeu
|
44f45f426c
|
feat: add scoped macro_rules (#432)
|
2021-04-30 09:05:09 +02:00 |
|
Leonardo de Moura
|
adae6fdb40
|
fix: tolerate type incorrect terms
This bug was producing a type error when I was using `set_option trace.Elab true`
|
2021-04-29 21:34:15 -07:00 |
|
Sebastian Ullrich
|
f0960b7f89
|
fix: ignore antiquotations outside quotations
|
2021-04-29 13:33:48 +02:00 |
|