Leonardo de Moura
5770edbffd
feat: workaround for the constant approximation issue
...
@Kha It seems to cover all the scenarios we discussed earlier today.
2020-03-06 16:47:02 -08:00
Leonardo de Moura
88a62f9f7e
fix : #121 in the old frontend
...
This is temporary hack. We will delete this module in the near future.
2020-03-06 13:43:19 -08:00
Leonardo de Moura
8db309a079
feat: remove hack
...
We can't solve
```
```
anymore, but the hack was unstable. For example, it is weird that the
one above could be solved, but the following failed.
```
```
The difference is that the types in the first example were atomic
`Unit` and `Bool`, but not in the second.
2020-03-06 13:43:19 -08:00
Leonardo de Moura
062a95aa58
test: repro for #121
2020-03-06 13:43:19 -08:00
Leonardo de Moura
35000ff4cd
feat: add mkNoConfusion
2020-03-05 18:44:33 -08:00
Leonardo de Moura
52a6d92c50
test: new tests
2020-03-05 18:44:33 -08:00
Leonardo de Moura
5bdc54d344
test: unifier
2020-03-05 18:44:33 -08:00
Sebastian Ullrich
c7e85e3cec
chore: update cross benchmark setup
2020-03-05 17:43:24 +01:00
Leonardo de Moura
dfa392fa17
feat: add generalizeIndices
...
Helper tactic for `cases`
2020-03-04 16:27:01 -08:00
Leonardo de Moura
a799bcd76a
chore: rename test
2020-02-28 10:53:41 -08:00
Leonardo de Moura
090b1e664d
feat: rename maxSharing => shareCommon
2020-02-28 10:53:41 -08:00
Sebastian Ullrich
25cdfa8c37
chore: lower const_fold inputs again to prevent stack overflow in sanitized build
2020-02-28 13:23:39 +01:00
Sebastian Ullrich
84b53a316c
chore: cumulative interpreter benchmark
2020-02-28 10:51:23 +01:00
Sebastian Ullrich
e2facc3507
chore: adjust "small" bench/ inputs to be reasonable for interpreter
...
The "big" benchmarking inputs are stored in speedcenter.exec.yaml
2020-02-28 10:04:13 +01:00
Sebastian Ullrich
80603a256d
chore: fix benchmark once more
...
Github Actions' `sh` doesn't seem to like `echo -e`
2020-02-28 09:28:41 +01:00
Sebastian Ullrich
6a19f54344
chore: fix benchmark...
2020-02-27 19:55:15 +01:00
Leonardo de Moura
d6e46a38f5
chore: fix test
2020-02-27 10:02:27 -08:00
Sebastian Ullrich
79a352a0b7
chore: benchmark binary sizes
2020-02-27 18:17:25 +01:00
Leonardo de Moura
0fe465b1b8
chore: fix test
2020-02-27 08:15:49 -08:00
Leonardo de Moura
2a16468f69
chore: fix test
2020-02-26 07:29:04 -08:00
Leonardo de Moura
657f3792b1
feat: maxsharing scalar arrays
2020-02-25 18:08:49 -08:00
Leonardo de Moura
1653e75b6b
feat: maxsharing for arrays and strings
2020-02-25 16:15:26 -08:00
Leonardo de Moura
46e8d193ca
feat: maxsharing for constructors
2020-02-25 15:43:10 -08:00
Leonardo de Moura
9107849a82
chore: fix tests
2020-02-25 14:35:20 -08:00
Leonardo de Moura
8bacf54b6c
chore: fix test
2020-02-24 21:03:40 -08:00
Leonardo de Moura
2be69f1d56
test: add new induction tactic tests
2020-02-23 19:30:33 -08:00
Leonardo de Moura
a5ad840ebe
feat: add getParamNames
2020-02-23 12:01:06 -08:00
Leonardo de Moura
09f504f376
feat: finish evalGeneralize
2020-02-21 18:32:00 -08:00
Leonardo de Moura
731a0db044
test: add mkRecursorInfo tests
2020-02-19 19:08:03 -08:00
Leonardo de Moura
ef747196d7
fix: structure instance parser
...
Use `fieldIndex` instead of `numLit`
2020-02-18 20:27:04 -08:00
Leonardo de Moura
0c13445da6
fix: mkStructView
...
Reamrk: `1.2` is a numLit
2020-02-18 20:22:04 -08:00
Leonardo de Moura
c434066f45
feat: elabModifyOp
2020-02-18 19:57:55 -08:00
Leonardo de Moura
3da95ea8b0
test: structure instance tests
2020-02-18 17:50:42 -08:00
Leonardo de Moura
ae19d59d28
feat: add elabChoice for CommandElab
2020-02-18 17:18:28 -08:00
Leonardo de Moura
412c3f5978
feat: add evalChoice
...
cc @Kha
2020-02-18 16:31:36 -08:00
Sebastian Ullrich
25f764daad
feat: antiquotation escapes
2020-02-18 10:57:12 -08:00
Daniel Selsam
13721cdfe9
doc: elabissue for structure same-name error msg
2020-02-18 10:52:44 -08:00
Leonardo de Moura
7d7cd1a7c9
doc: document issue
...
cc @dselsam
2020-02-18 10:52:12 -08:00
Daniel Selsam
94e45f7b81
doc: elabissue for '<id>_main already defined' msg
2020-02-18 10:49:40 -08:00
Leonardo de Moura
36ea3fbaf7
doc: document issue
...
cc @dselsam
2020-02-18 10:49:04 -08:00
Leonardo de Moura
6900577723
doc: document issue
...
AFAICT, it has been solved in the new frontend. See new test.
cc @dselsam
2020-02-18 10:41:12 -08:00
Daniel Selsam
1981bbbc7c
doc: elabissue for two improvable error messages
2020-02-18 10:34:24 -08:00
Leonardo de Moura
86faccca72
fix: structure instance parser
2020-02-18 10:28:43 -08:00
Leonardo de Moura
f8c73ba95d
fix: missing ensureHasType
2020-02-18 10:09:22 -08:00
Leonardo de Moura
dcd64fae5a
test: add new structure instance + implicit lambda tests
2020-02-18 09:18:52 -08:00
Leonardo de Moura
918bf029d4
feat: elaborate structure instance default values
2020-02-17 20:16:44 -08:00
Leonardo de Moura
81d8b75dff
doc: Lean3 structure instance bugs
2020-02-17 20:12:06 -08:00
Leonardo de Moura
378dca293e
test: add Expr.find? test
2020-02-17 19:49:13 -08:00
Leonardo de Moura
8e4f3beff3
chore: fix test
2020-02-15 16:15:37 -08:00
Leonardo de Moura
1c8baa0198
feat: add withPtrEqDecEq (version of withPtrEq for implementing decidable equality)
...
cc @dselsam
2020-02-15 16:12:09 -08:00