2014-08-20 04:11:43 +04:00
|
|
|
Loading module Cryptol
|
|
|
|
Q.E.D.
|
2014-08-22 02:02:35 +04:00
|
|
|
it : {result : Bit, arg1 : [4]}
|
|
|
|
|
|
|
|
Run-time error: no counterexample available
|
|
|
|
True
|
2015-12-24 01:59:10 +03:00
|
|
|
f 0xc = False
|
2014-08-22 02:02:35 +04:00
|
|
|
it : {result : Bit, arg1 : [4]}
|
2015-12-24 01:59:10 +03:00
|
|
|
{result = False, arg1 = 0xc}
|
2014-08-22 02:02:35 +04:00
|
|
|
False
|
2014-09-09 18:49:29 +04:00
|
|
|
f 0x3 = True
|
2014-08-22 02:02:35 +04:00
|
|
|
it : {result : Bit, arg1 : [4]}
|
2014-09-09 18:49:29 +04:00
|
|
|
{result = True, arg1 = 0x3}
|
2014-08-22 02:02:35 +04:00
|
|
|
True
|
2015-02-18 21:25:46 +03:00
|
|
|
Unsatisfiable
|
2014-08-22 02:02:35 +04:00
|
|
|
it : {result : Bit, arg1 : [4]}
|
|
|
|
|
|
|
|
Run-time error: no satisfying assignment available
|
2015-12-24 01:59:10 +03:00
|
|
|
g {x = 0xffffffff, y = 0x00000000} = False
|
2014-08-22 02:02:35 +04:00
|
|
|
it : {result : Bit, arg1 : {x : [32], y : [32]}}
|
2015-12-24 01:59:10 +03:00
|
|
|
{result = False, arg1 = {x = 0xffffffff, y = 0x00000000}}
|
2014-09-09 18:49:29 +04:00
|
|
|
g {x = 0x00000000, y = 0x00000000} = True
|
2014-08-22 02:02:35 +04:00
|
|
|
it : {result : Bit, arg1 : {x : [32], y : [32]}}
|
2014-09-09 18:49:29 +04:00
|
|
|
{result = True, arg1 = {x = 0x00000000, y = 0x00000000}}
|
|
|
|
h 0x00 0x00 = False
|
2014-08-22 02:02:35 +04:00
|
|
|
it : {result : Bit, arg1 : [8], arg2 : [8]}
|
2014-09-09 18:49:29 +04:00
|
|
|
{result = False, arg1 = 0x00, arg2 = 0x00}
|
|
|
|
0x00
|
|
|
|
0x00
|
|
|
|
h 0x00 0x01 = True
|
2014-08-22 02:02:35 +04:00
|
|
|
it : {result : Bit, arg1 : [8], arg2 : [8]}
|
2014-09-09 18:49:29 +04:00
|
|
|
{result = True, arg1 = 0x00, arg2 = 0x01}
|