mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-19 22:11:33 +03:00
22 lines
624 B
Plaintext
22 lines
624 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at ./check04.cry:4:21--4:29:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at ./check04.cry:4:21--4:29
|
|
to 2
|
|
[warning] at ./check04.cry:4:43--4:44:
|
|
Defaulting type parameter 'bits'
|
|
of literal or demoted expression
|
|
at ./check04.cry:4:43--4:44
|
|
to 2
|
|
[warning] at <interactive>:1:12--1:21:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at <interactive>:1:12--1:21
|
|
to 4
|
|
Assuming a = 2
|
|
[0x1, 0x2, 0x1, 0x2, 0x1, 0x2, 0x1, 0x2, 0x1, 0x2, 0x1]
|
|
True
|