cryptol/tests/regression/check25.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

18 lines
536 B
Plaintext

Loading module Cryptol
Loading module Cryptol
Loading module check25
[warning] at check25.cry:6:9--6:11
This binding for tz shadows the existing binding from
(at check25.cry:3:1--3:3, check25::tz)
[warning] at check25.cry:1:1--8:19:
Defaulting type parameter 'bits'
of literal or demoted expression
at check25.cry:8:17--8:19
to 4
[warning] at check25.cry:1:1--8:19:
Defaulting type parameter 'bits'
of literal or demoted expression
at check25.cry:6:14--6:16
to 5
True