mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-14 11:16:33 +03:00
b78062eafe
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.
5 lines
60 B
Plaintext
5 lines
60 B
Plaintext
f : [32] -> [32]
|
|
f x = x + 2
|
|
|
|
g : [32] -> [32]
|
|
g x = f x + 1 |