mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-14 08:43:06 +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.
16 lines
468 B
Plaintext
16 lines
468 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at <interactive>:1:11--1:19:
|
|
Defaulting type argument 'a' of 'fromTo' to Integer
|
|
True
|
|
[warning] at <interactive>:1:11--1:20:
|
|
Defaulting type argument 'a' of 'fromTo' to Integer
|
|
False
|
|
[warning] at <interactive>:1:11--1:25:
|
|
Defaulting type argument 'a' of 'fromThenTo' to Integer
|
|
False
|
|
[warning] at <interactive>:1:11--1:24:
|
|
Defaulting type argument 'a' of 'fromThenTo' to Integer
|
|
True
|