cryptol/tests/regression/check05.icry.stdout

14 lines
471 B
Plaintext
Raw Normal View History

2014-04-18 02:34:25 +04:00
Loading module Cryptol
Loading module Cryptol
Loading module Main
[warning] at ./check05.cry:4:10--4:45:
Defaulting type argument 'ix' of '(@@)' to 2
2018-12-12 02:52:19 +03:00
[warning] at ./check05.cry:4:33--4:45:
Defaulting type of sequence member to [2]
[warning] at <interactive>:1:1--1:21:
Defaulting type argument 'ix' of '(@@)' to 4
Showing a specific instance of polymorphic result:
* Using 'Integer' for 1st type argument of 'Main::twoones'
[2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2]
2014-04-18 02:34:25 +04:00
True