mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 18:52:13 +03:00
41ca73ffaa
The changes didn't alter the behavior of the typechecker, only the warning/error output, and the order of some variables when generalizing.
21 lines
653 B
Plaintext
21 lines
653 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at <interactive>:1:1--1:22:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at <interactive>:1:11--1:22
|
|
to 4
|
|
[0x00000000, 0x00000001, 0x00000002, 0x00000003, 0x00000004,
|
|
0x00000005, 0x00000006, 0x00000007, 0x00000008, 0x00000009,
|
|
0x0000000a]
|
|
[warning] at <interactive>:1:1--1:23:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at <interactive>:1:12--1:23
|
|
to 4
|
|
[0x0000000b, 0x0000000c, 0x0000000d, 0x0000000e, 0x0000000f,
|
|
0x00000010, 0x00000011, 0x00000012, 0x00000013, 0x00000014,
|
|
0x00000015]
|
|
True
|