mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-01 08:32:23 +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.
17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at :1:1--3:25:
|
|
Defaulting type parameter 'bits'
|
|
of literal or demoted expression
|
|
at check02.cry:3:24--3:25
|
|
to 1
|
|
[warning] at <interactive>:1:1--1:18:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at <interactive>:1:9--1:18
|
|
to 4
|
|
Assuming a = 1
|
|
[0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1]
|
|
True
|