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.
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at check11.cry:5:16--5:25:
|
|
Defaulting type argument 'a' of 'fromTo' to Integer
|
|
[warning] at check11.cry:3:10--3:19:
|
|
Defaulting type argument 'a' of 'fromTo' to Integer
|
|
True
|