mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 04:44:39 +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.
10 lines
261 B
Plaintext
10 lines
261 B
Plaintext
Loading module Cryptol
|
|
Assuming a = 4
|
|
[0xb, 0xb, 0xb, 0xb, 0xb, 0xb, 0xb, 0xb, 0xb, 0xb]
|
|
[warning] at <interactive>:1:1--1:68:
|
|
Defaulting type parameter 'bits'
|
|
of literal or demoted expression
|
|
at <interactive>:1:65--1:67
|
|
to 4
|
|
True
|