cryptol/tests/issues/issue152.icry

7 lines
201 B
Plaintext
Raw Normal View History

2014-04-18 02:34:25 +04:00
random 120 : [32]
random 42 : [inf][64]
random 5 : [16][32][8]
random 120 : ([32],[16])
random 42 : { x : [32], y : [16] }
(random 5 : [32] -> [32]) 5
random (random 120 : [32]) : [32]