cryptol/tests/regression/check25.icry.stdout
Rob Dockins 709dc939ed Change the defaulting rules for Literal constraints.
Instead of defaulting to `[n]` for some `n`, prefer instead
to default to `Integer` or `Rational` depending on the
other required constraints.
2020-07-02 14:56:27 -07:00

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