mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 18:52:13 +03:00
12 lines
392 B
Plaintext
12 lines
392 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at ./check02.cry:3:10--3:25:
|
|
Defaulting 1st type argument of 'Main::ones' 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]
|
|
True
|