cryptol/tests
Adam C. Foltzer 46bcc188f4 fix external bindings not being in scope in let bodies
The renamer was being run on let bindings without including the NamingEnv of the overall module context. Fixed and added a test case for this.
2014-08-20 11:18:26 -07:00
..
issues fix external bindings not being in scope in let bodies 2014-08-20 11:18:26 -07:00
parser Initial import from internal repo 2014-04-17 15:34:25 -07:00
regression Update regression tests for :prove and :sat output 2014-07-15 16:26:37 -07:00
renamer fix expected output for tests after fix in #10 2014-04-29 11:43:19 -07:00
.gitignore Initial import from internal repo 2014-04-17 15:34:25 -07:00
cryptol-test-runner.cabal Initial import from internal repo 2014-04-17 15:34:25 -07:00
Main.hs Initial import from internal repo 2014-04-17 15:34:25 -07:00
README Initial import from internal repo 2014-04-17 15:34:25 -07:00

Test suites:

regression: tests from Cryptol-1's regression test suite.
issues: tests related to issues in the bug tracker.