2018-07-11 22:58:49 +03:00
|
|
|
Loading module Cryptol
|
|
|
|
Loading module Cryptol
|
|
|
|
Loading module Main
|
|
|
|
|
|
|
|
[error] at ./issue416.cry:2:1--2:16:
|
|
|
|
Failed to validate user-specified signature.
|
2019-01-03 22:28:59 +03:00
|
|
|
in the definition of 'Main::f', at ./issue416.cry:2:1--2:2,
|
|
|
|
we need to show that
|
2018-07-11 22:58:49 +03:00
|
|
|
for any type n
|
2019-01-03 22:28:59 +03:00
|
|
|
assuming
|
|
|
|
• fin n
|
|
|
|
• 3 >= width n
|
|
|
|
the following constraints hold:
|
2019-01-09 03:42:34 +03:00
|
|
|
• 1 != n
|
|
|
|
arising from
|
|
|
|
use of partial type function lengthFromThenTo
|
|
|
|
at ./issue416.cry:1:5--1:61
|
2018-07-11 22:58:49 +03:00
|
|
|
[error] at ./issue416.cry:5:1--5:16:
|
|
|
|
Failed to validate user-specified signature.
|
2019-01-03 22:28:59 +03:00
|
|
|
in the definition of 'Main::g', at ./issue416.cry:5:1--5:2,
|
|
|
|
we need to show that
|
2018-07-11 22:58:49 +03:00
|
|
|
for any type n
|
2019-01-03 22:28:59 +03:00
|
|
|
assuming
|
|
|
|
• fin n
|
|
|
|
• 3 >= width n
|
|
|
|
the following constraints hold:
|
2019-01-09 03:42:34 +03:00
|
|
|
• 1 != n
|
|
|
|
arising from
|
|
|
|
use of finite enumeration
|
|
|
|
at ./issue416.cry:5:5--5:16
|