mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 04:44:39 +03:00
13 lines
154 B
Plaintext
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
|