cryptol/tests/regression/check02.icry.stdout
Adam C. Foltzer 6a79019ef6 fixes #89
Very small change to code, lots of change to expected output of interpreter!
2014-09-09 10:49:29 -04:00

17 lines
431 B
Plaintext

Loading module Cryptol
Loading module Cryptol
Loading module Main
[warning] at :1:1--3:25:
Defaulting 1st type parameter
of expression Main::ones
at check02.cry:3:10--3:14
to 1
[warning] at <interactive>:1:1--1:18:
Defaulting 4th type parameter
of expression (@@)
at <interactive>:1:6--1:8
to 4
Assuming a = 1
[0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1]
True