mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 10:46:37 +03:00
Fix test output for #146.
This commit is contained in:
parent
ae091dbaa9
commit
bae811376c
@ -1,2 +0,0 @@
|
||||
Known problem. See #146.
|
||||
See also #323, which seems to be another instance of the same problem.
|
@ -0,0 +1,16 @@
|
||||
Loading module Cryptol
|
||||
Loading module Cryptol
|
||||
Loading module Main
|
||||
|
||||
[error] at ./T146.cry:1:18--6:10:
|
||||
The type ?r33 is not sufficiently polymorphic.
|
||||
It cannot depend on quantified variables: a`862
|
||||
where
|
||||
?r33 is type of field 'v1'
|
||||
at ./T146.cry:3:9--6:10
|
||||
[error] at ./T146.cry:5:19--5:24:
|
||||
The type ?s33 is not sufficiently polymorphic.
|
||||
It cannot depend on quantified variables: a`862
|
||||
where
|
||||
?s33 is type of field 'v2'
|
||||
at ./T146.cry:3:9--6:10
|
Loading…
Reference in New Issue
Block a user