cryptol/tests/regression/check02.icry.stdout

12 lines
390 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 ./check02.cry:3:24--3:25:
Defaulting type argument 'rep' of 'number' to [1]
[warning] at <interactive>:1:1--1:18:
Defaulting type argument 'ix' of '(@@)' to 4
Showing a specific instance of polymorphic result:
* Using 'Integer' for 1st type argument of 'Main::ones'
[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
2014-04-18 02:34:25 +04:00
True