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

22 lines
576 B
Plaintext

Loading module Cryptol
Loading module Cryptol
Loading module Main
[warning] at :1:1--7:45:
Defaulting type parameter 'bits'
of finite enumeration
at check08.cry:9:25--9:33
to 3
[warning] at :1:1--7:45:
Defaulting type parameter 'bits'
of finite enumeration
at check08.cry:7:16--7:24
to 3
[warning] at <interactive>:1:1--1:15:
Defaulting type parameter 'bits'
of finite enumeration
at <interactive>:1:7--1:15
to 3
[0x00000001, 0x00000002, 0x00000005, 0x0000000c, 0x0000001b]
True
Q.E.D.