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.
12 lines
374 B
Plaintext
12 lines
374 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module check25
|
|
[warning] at check25.cry:6:9--6:11
|
|
This binding for `tz` shadows the existing binding at
|
|
check25.cry:3:1--3:3
|
|
[warning] at check25.cry:8:11--8:19:
|
|
Defaulting 1st type argument of 'check25::tx' to Integer
|
|
[warning] at check25.cry:5:6--6:16:
|
|
Defaulting the type of 'check25::tz' to Integer
|
|
True
|