Leonardo de Moura
87f8ae99eb
test: reduceBool test
2020-03-14 15:07:14 -07:00
Sebastian Ullrich
e30717a85a
fix: interpreter::call_boxed on unboxed constants
2020-03-14 15:04:38 -07:00
Leonardo de Moura
2d7ec0b49c
fix: bug at unsafe umapMAux implementation
...
closes #125
2020-03-14 13:41:14 -07:00
Leonardo de Moura
2e6fac2853
feat: add support for reduceBool and reduceNat in the kernel type_checker
2020-03-14 12:13:22 -07:00
Leonardo de Moura
52e2655915
feat: add Kernel.isDefEq
2020-03-14 09:16:46 -07:00
Leonardo de Moura
abf27d843e
feat: synthPending implementation
2020-03-13 13:52:00 -07:00
Leonardo de Moura
174771cdb3
fix: nat lit support
2020-03-13 06:54:33 -07:00
Sebastian Ullrich
10f161353e
chore: remove leanpkg script
2020-03-11 14:53:24 +01:00
Leonardo de Moura
629f14384a
test: add dependent elimination tests
2020-03-09 15:12:07 -07:00
Leonardo de Moura
1eb03c85f3
test: add injection tests
2020-03-08 18:27:50 -07:00
Leonardo de Moura
d24acdde46
test: injection tactic tests
2020-03-08 17:45:58 -07:00
Leonardo de Moura
354bc450e6
feat: elaborate let!
2020-03-08 16:02:00 -07:00
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
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
Leonardo de Moura
d6e46a38f5
chore: fix test
2020-02-27 10:02:27 -08: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
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
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
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
Leonardo de Moura
47aba91c43
feat: error message when optParam and autoParam are used at fun
2020-02-13 17:57:12 -08:00