cryptol/tests/issues/issue198.icry.stdout
Trevor Elliott 41ca73ffaa Update tests for changes to inference
The changes didn't alter the behavior of the typechecker, only the
warning/error output, and the order of some variables when generalizing.
2014-12-30 10:43:38 -08:00

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