mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-13 20:13:56 +03:00
709dc939ed
Instead of defaulting to `[n]` for some `n`, prefer instead to default to `Integer` or `Rational` depending on the other required constraints.
14 lines
486 B
Plaintext
14 lines
486 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at check04.cry:4:33--4:45:
|
|
Defaulting type of sequence member to Integer
|
|
[warning] at check04.cry:4:21--4:29:
|
|
Defaulting type argument 'a' of 'fromTo' to Integer
|
|
[warning] at <interactive>:1:12--1:21:
|
|
Defaulting type argument 'a' of 'fromTo' to Integer
|
|
Showing a specific instance of polymorphic result:
|
|
* Using 'Integer' for 1st type argument of 'Main::onetwos'
|
|
[1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1]
|
|
True
|