mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-11 18:26:07 +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.
28 lines
712 B
Plaintext
28 lines
712 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at <interactive>:1:1--1:42:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at <interactive>:1:11--1:19
|
|
to 4
|
|
True
|
|
[warning] at <interactive>:1:1--1:43:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at <interactive>:1:11--1:20
|
|
to 4
|
|
False
|
|
[warning] at <interactive>:1:1--1:48:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at <interactive>:1:11--1:25
|
|
to 7
|
|
False
|
|
[warning] at <interactive>:1:1--1:47:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at <interactive>:1:11--1:24
|
|
to 7
|
|
True
|