cryptol/tests/issues/issue410.icry.stdout
2017-05-05 14:17:45 -07:00

20 lines
328 B
Plaintext

Loading module Cryptol
{a, b} a == min (1 + a) a
{a, b} True
(s
where
s x =
(bs
where
bs = [complement b | b <- [complement x] # bs
| _ <- bs]
)
) : {a, b} b -> [a]b
{a, b} a == a
(bs
where
bs = [b | b <- bs]
) : {a, b} [a]b
1 == 1
[b | b <- [True]] : [1]