mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-29 10:53:31 +03:00
22e2e483d4
error output in the test suite.
31 lines
879 B
Plaintext
31 lines
879 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
|
|
[error] at issue416.cry:2:1--2:16:
|
|
Failed to validate user-specified signature.
|
|
in the definition of 'Main::f', at issue416.cry:2:1--2:2,
|
|
we need to show that
|
|
for any type n
|
|
assuming
|
|
• fin n
|
|
• 3 >= width n
|
|
the following constraints hold:
|
|
• 1 != n
|
|
arising from
|
|
use of finite enumeration
|
|
at issue416.cry:2:5--2:16
|
|
[error] at issue416.cry:5:1--5:16:
|
|
Failed to validate user-specified signature.
|
|
in the definition of 'Main::g', at issue416.cry:5:1--5:2,
|
|
we need to show that
|
|
for any type n
|
|
assuming
|
|
• fin n
|
|
• 3 >= width n
|
|
the following constraints hold:
|
|
• 1 != n
|
|
arising from
|
|
use of finite enumeration
|
|
at issue416.cry:5:5--5:16
|