mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-18 21:41:52 +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.
33 lines
858 B
Plaintext
33 lines
858 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module AES
|
|
[warning] at AES.cry:147:1--150:39:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at AES.cry:147:36--147:51
|
|
to 4
|
|
[warning] at AES.cry:147:1--150:39:
|
|
Defaulting type parameter 'bits'
|
|
of literal or demoted expression
|
|
at AES.cry:147:60--147:63
|
|
to 4
|
|
[warning] at AES.cry:124:1--124:9:
|
|
Defaulting type parameter 'bits'
|
|
of literal or demoted expression
|
|
at AES.cry:127:32--127:33
|
|
to 3
|
|
[warning] at AES.cry:91:1--93:23:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at AES.cry:92:61--92:69
|
|
to 2
|
|
[warning] at AES.cry:86:1--88:20:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at AES.cry:87:58--87:66
|
|
to 2
|
|
True
|
|
True
|
|
True
|
|
True
|