mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-19 05:51:43 +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.
20 lines
638 B
Plaintext
20 lines
638 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at simon.cry2:83:1--92:15:
|
|
Defaulting type parameter 'bits'
|
|
of literal or demoted expression
|
|
at simon.cry2:87:34--87:35
|
|
to max (width a`450) 3
|
|
[warning] at simon.cry2:83:1--92:15:
|
|
Defaulting type parameter 'bits'
|
|
of literal or demoted expression
|
|
at simon.cry2:90:29--90:31
|
|
to width a`452
|
|
[warning] at simon.cry2:83:1--92:15:
|
|
Defaulting type parameter 'bits'
|
|
of literal or demoted expression
|
|
at simon.cry2:89:36--89:38
|
|
to max (width (a`451 - 1)) (max (width a`450) 6)
|
|
True
|