mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 02:01:39 +03:00
4b5d569e09
We really should fix this up so we don't print the numbers unless there really is an ambiguity.
17 lines
635 B
Plaintext
17 lines
635 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
|
|
[error] at ./T146.cry:1:18--6:10:
|
|
The type ?fv`888 is not sufficiently polymorphic.
|
|
It cannot depend on quantified variables: fv`872
|
|
where
|
|
?fv`888 is type argument 'fv' of 'Main::ec_v1' at ./T146.cry:4:19--4:24
|
|
fv`872 is signature variable 'fv' at ./T146.cry:11:10--11:12
|
|
[error] at ./T146.cry:5:19--5:24:
|
|
The type ?fv`890 is not sufficiently polymorphic.
|
|
It cannot depend on quantified variables: fv`872
|
|
where
|
|
?fv`890 is type argument 'fv' of 'Main::ec_v2' at ./T146.cry:5:19--5:24
|
|
fv`872 is signature variable 'fv' at ./T146.cry:11:10--11:12
|