cryptol/tests/issues/issue323.icry.stdout

17 lines
514 B
Plaintext
Raw Normal View History

2018-06-21 02:57:39 +03:00
Loading module Cryptol
Loading module Cryptol
Loading module Main
2018-12-12 02:52:19 +03:00
[warning] at ./issue323.cry:2:53--2:61:
Defaulting type argument 'a' of 'infFrom' to [0]
2018-06-21 02:57:39 +03:00
[error] at ./issue323.cry:2:1--3:51:
Failed to validate user-specified signature.
2019-01-03 22:28:59 +03:00
in the definition of 'Main::testme', at ./issue323.cry:2:1--2:7,
we need to show that
2018-06-21 02:57:39 +03:00
for any type a
2019-01-03 22:28:59 +03:00
the following constraints hold:
• fin a
arising from
use of expression take
at ./issue323.cry:2:43--2:47