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.
12 lines
283 B
Plaintext
12 lines
283 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at :1:1--5:76:
|
|
Defaulting type parameter 'bits'
|
|
of literal or demoted expression
|
|
at check14.cry:5:73--5:74
|
|
to 3
|
|
Assuming a = 3
|
|
[[0x3, 0x2, 0x1, 0x0], [0x7, 0x6, 0x5, 0x4]]
|
|
True
|