mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-11 07:00:49 +03:00
f6213aff33
This changes the way the special "Error" type is used. The error message now contains only an explanation of what happened, and the actual malformed type is the parameter of the error function, which is always used at kind `k -> k` where `k` is the malformed kind. This fixes (or at least improves) #768 |
||
---|---|---|
.. | ||
issues | ||
modsys | ||
mono-binds | ||
parser | ||
regression | ||
renamer | ||
.gitignore | ||
cryptol-test-runner.cabal | ||
Main.hs | ||
README |
Test suites: regression: tests from Cryptol-1's regression test suite. issues: tests related to issues in the bug tracker. To manually run the test suite over all issues/* tests simply cabal build the test suite runner then run: ./dist/build/cryptol-test-runner/cryptol-test-runner -c `which cryptol` ./issues/*.icry