File tree
12 files changed
+162
-19
lines changed- cryptol-saw-core
- saw
- src/Verifier/SAW
- deps
- saw-core
- prelude
- src/Verifier/SAW/Simulator
- saw-core-coq
- coq
- generated/CryptolToCoq
- handwritten/CryptolToCoq
- src/Verifier/SAW/Translation/Coq
- src/SAWScript/Prover
12 files changed
+162
-19
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
403 | 403 |
| |
404 | 404 |
| |
405 | 405 |
| |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
406 | 416 |
| |
407 | 417 |
| |
408 | 418 |
| |
| |||
1560 | 1570 |
| |
1561 | 1571 |
| |
1562 | 1572 |
| |
| 1573 | + | |
| 1574 | + | |
| 1575 | + | |
| 1576 | + | |
| 1577 | + | |
| 1578 | + | |
| 1579 | + | |
| 1580 | + | |
| 1581 | + | |
1563 | 1582 |
| |
1564 | 1583 |
| |
1565 | 1584 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
812 | 812 |
| |
813 | 813 |
| |
814 | 814 |
| |
815 |
| - | |
| 815 | + | |
816 | 816 |
| |
817 | 817 |
| |
818 | 818 |
| |
| |||
1483 | 1483 |
| |
1484 | 1484 |
| |
1485 | 1485 |
| |
1486 |
| - | |
1487 |
| - | |
1488 | 1486 |
| |
1489 |
| - | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
1490 | 1494 |
| |
1491 | 1495 |
| |
1492 | 1496 |
| |
|
- CHANGES.md+8
- cryptol-remote-api/cryptol-remote-api.cabal+4-1
- cryptol-remote-api/python/.gitignore+5
- cryptol-remote-api/python/CHANGELOG.md+5-1
- cryptol-remote-api/python/cryptol/__init__.py+3-10
- cryptol-remote-api/python/cryptol/bitvector.py+9-4
- cryptol-remote-api/python/cryptol/connection.py+22-6
- cryptol-remote-api/python/cryptol/cryptoltypes.py+132-93
- cryptol-remote-api/python/cryptol/custom_fstring.py+79
- cryptol-remote-api/python/cryptol/quoting.py+84
- cryptol-remote-api/python/cryptol/single_connection.py+10
- cryptol-remote-api/python/cryptol/solver.py+7-6
- cryptol-remote-api/python/cryptol/synchronous.py+10
- cryptol-remote-api/python/poetry.lock+31-31
- cryptol-remote-api/python/pyproject.toml+2-2
- cryptol-remote-api/python/tests/cryptol/test_quoting.py+48
- cryptol-remote-api/python/tests/cryptol/test_smt.py+35-1
- cryptol-remote-api/src/CryptolServer/AesonCompat.hs+68
- cryptol-remote-api/src/CryptolServer/Check.hs+2-1
- cryptol-remote-api/src/CryptolServer/Data/Expression.hs+5-4
- cryptol-remote-api/src/CryptolServer/Data/Type.hs+5-5
- cryptol-remote-api/src/CryptolServer/Exceptions.hs+3-3
- cryptol-remote-api/src/CryptolServer/Options.hs+4-3
- deps/argo+1-1
- lib/Cryptol.cry+19-37
- lib/Cryptol/Reference.cry+30
- src/Cryptol/Eval/Generic.hs+38-1
- src/Cryptol/Parser/ParserUtils.hs+2-1
- src/Cryptol/TypeCheck/Infer.hs+52-43
- src/Cryptol/TypeCheck/Instantiate.hs+2-1
- src/Cryptol/TypeCheck/Monad.hs+15-6
- src/Cryptol/TypeCheck/Solver/Selector.hs+8-5
- src/Cryptol/TypeCheck/Type.hs+1
- tests/issues/T146.icry.stdout+10-10
- tests/issues/issue1024.icry.stdout+6-6
- tests/issues/issue103.icry.stdout+1-1
- tests/issues/issue226.icry.stdout+1-1
- tests/issues/issue290v2.icry.stdout+15-2
- tests/issues/issue723.icry.stdout+2-2
- tests/regression/reference.cry+12
- tests/regression/reference.icry+10
- tests/regression/reference.icry.stdout+22
- tests/regression/safety.icry.stdout+1-1
- tests/regression/tc-errors.icry.stdout+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
185 | 186 |
| |
186 | 187 |
| |
187 | 188 |
| |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
188 | 195 |
| |
189 | 196 |
| |
190 | 197 |
| |
| |||
677 | 684 |
| |
678 | 685 |
| |
679 | 686 |
| |
| 687 | + | |
| 688 | + | |
| 689 | + | |
680 | 690 |
| |
681 | 691 |
| |
682 | 692 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
582 | 582 |
| |
583 | 583 |
| |
584 | 584 |
| |
| 585 | + | |
| 586 | + | |
585 | 587 |
| |
586 | 588 |
| |
587 | 589 |
| |
| |||
828 | 830 |
| |
829 | 831 |
| |
830 | 832 |
| |
| 833 | + | |
| 834 | + | |
831 | 835 |
| |
832 | 836 |
| |
833 | 837 |
| |
| |||
950 | 954 |
| |
951 | 955 |
| |
952 | 956 |
| |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
953 | 961 |
| |
954 | 962 |
| |
955 | 963 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 |
| |
42 | 47 |
| |
43 | 48 |
| |
| |||
50 | 55 |
| |
51 | 56 |
| |
52 | 57 |
| |
| 58 | + | |
53 | 59 |
| |
54 | 60 |
| |
55 | 61 |
| |
56 | 62 |
| |
57 |
| - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
58 | 68 |
| |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
59 | 73 |
| |
60 | 74 |
| |
61 | 75 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
48 | 69 |
| |
49 | 70 |
| |
| 71 | + | |
50 | 72 |
| |
51 | 73 |
| |
52 | 74 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
121 | 127 |
| |
122 | 128 |
| |
123 | 129 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
| 182 | + | |
| 183 | + | |
| 184 | + | |
182 | 185 |
| |
183 | 186 |
| |
184 | 187 |
| |
| |||
344 | 347 |
| |
345 | 348 |
| |
346 | 349 |
| |
| 350 | + | |
347 | 351 |
| |
348 | 352 |
| |
349 | 353 |
| |
| |||
358 | 362 |
| |
359 | 363 |
| |
360 | 364 |
| |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
361 | 370 |
| |
362 | 371 |
| |
363 | 372 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
959 | 959 |
| |
960 | 960 |
| |
961 | 961 |
| |
| 962 | + | |
962 | 963 |
| |
963 | 964 |
| |
964 | 965 |
| |
| |||
1336 | 1337 |
| |
1337 | 1338 |
| |
1338 | 1339 |
| |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
1339 | 1362 |
| |
1340 | 1363 |
| |
1341 | 1364 |
| |
| |||
1643 | 1666 |
| |
1644 | 1667 |
| |
1645 | 1668 |
| |
1646 |
| - | |
| 1669 | + | |
1647 | 1670 |
| |
1648 | 1671 |
| |
1649 | 1672 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
| 357 | + | |
357 | 358 |
| |
358 | 359 |
| |
359 | 360 |
| |
| |||
521 | 522 |
| |
522 | 523 |
| |
523 | 524 |
| |
524 |
| - | |
| 525 | + | |
525 | 526 |
| |
526 | 527 |
| |
527 | 528 |
| |
| |||
1074 | 1075 |
| |
1075 | 1076 |
| |
1076 | 1077 |
| |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
1077 | 1096 |
| |
1078 | 1097 |
| |
1079 | 1098 |
| |
| |||
1377 | 1396 |
| |
1378 | 1397 |
| |
1379 | 1398 |
| |
1380 |
| - | |
|
0 commit comments