mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-18 13:31:50 +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.
18 lines
536 B
Plaintext
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
|