This website requires JavaScript.
Explore
Help
Sign In
GaloisInc
/
cryptol
Watch
1
Star
1
Fork
0
You've already forked cryptol
mirror of
https://github.com/GaloisInc/cryptol.git
synced
2024-12-17 04:44:39 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
a0bb572388
cryptol
/
tests
/
issues
/
issue006.icry.stdout
9 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
bind `it` even when no counterexample/sat is available; add tests Similar to what @weaversa requested in #66, we bind `it` to `False` when we can't find a sat assignment, and `it` to `True` when we've proved a theorem. Also adds some simple tests for the sat/prove result binding, and let binding at the repl.
2014-08-20 04:11:43 +04:00
Loading module Cryptol
Loading module Cryptol
Loading module Main
8
8
0
120
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 22:18:26 +04:00
8
Reference in New Issue
Copy Permalink