cryptol/tests/issues/issue072.icry
Adam C. Foltzer a5cf80c570 Merge @yuuko's allsat pull requests
Cryptol's invocation of proof tools has changed quite a bit since this
PR was first opened, so this took a fair amount of work to
integrate. However we now have the :satNum option, and multiple sat
results are correctly bound to `it`.
2015-01-18 16:13:56 -08:00

13 lines
154 B
Plaintext

:sat \x -> x > 0x4
:t it
it
:set satNum = all
:sat \x -> x > 0x4
:t it
it
:set satNum = foobar
:set satNum = 0
:set satNum = 3
:sat \x -> x > 0x4
:t it
it