cryptol/tests/issues/issue126.cry

5 lines
144 B
Plaintext
Raw Normal View History

2016-01-15 02:30:39 +03:00
// fails for both b == a*a and b == width a, but works for exponential
// constraints
f : {a,b} (fin a, b >= 1, b == a*a) => [a] -> [b]
f x = 1