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.
15 lines
353 B
Plaintext
15 lines
353 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at :1:1--5:25:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at check11.cry:3:10--3:19
|
|
to 7
|
|
[warning] at :1:1--5:25:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at check11.cry:5:16--5:25
|
|
to 7
|
|
True
|