mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-19 14:01:51 +03:00
24 lines
703 B
Plaintext
24 lines
703 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at ./check06.cry:5:24--5:32:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at ./check06.cry:5:24--5:32
|
|
to 2
|
|
[warning] at ./check06.cry:5:66--5:67:
|
|
Defaulting type parameter 'bits'
|
|
of literal or demoted expression
|
|
at ./check06.cry:5:66--5:67
|
|
to 2
|
|
[warning] at <interactive>:1:15--1:24:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at <interactive>:1:15--1:24
|
|
to 4
|
|
Assuming a = 2
|
|
[[0x1, 0x2], [0x2, 0x1], [0x1, 0x2], [0x2, 0x1], [0x1, 0x2],
|
|
[0x2, 0x1], [0x1, 0x2], [0x2, 0x1], [0x1, 0x2], [0x2, 0x1],
|
|
[0x1, 0x2]]
|
|
True
|