mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-13 12:01:16 +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.
10 lines
272 B
Plaintext
10 lines
272 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at unary-2.cry:3:11--3:14:
|
|
Defaulting type argument 'a' of 'min' to Integer
|
|
Showing a specific instance of polymorphic result:
|
|
* Using '[2]' for type argument 'a' of 'Cryptol::min'
|
|
True
|
|
False
|