cryptol/tests/regression/check22.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

7 lines
162 B
Plaintext

Loading module Cryptol
Loading module Cryptol
Loading module Main
[warning] at check22.cry:3:21--3:27:
Defaulting type argument 'b' of 'length' to Integer
True