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

24 lines
670 B
Plaintext

Loading module Cryptol
Loading module Cryptol
Loading module Main
[warning] at :1:1--5:70:
Defaulting type parameter 'bits'
of finite enumeration
at check06.cry:5:24--5:32
to 2
[warning] at :1:1--5:70:
Defaulting type parameter 'bits'
of literal or demoted expression
at check06.cry:5:66--5:67
to 2
[warning] at <interactive>:1:1--1:24:
Defaulting type parameter 'bits'
of finite enumeration
at <interactive>:1:15--1:24
to 4
Assuming a = 2
[[0x1, 0x2], [0x2, 0x1], [0x1, 0x2], [0x2, 0x1], [0x1, 0x2],
[0x2, 0x1], [0x1, 0x2], [0x2, 0x1], [0x1, 0x2], [0x2, 0x1],
[0x1, 0x2]]
True