cryptol/tests/issues/issue664.icry

4 lines
159 B
Plaintext
Raw Normal View History

2019-11-27 09:23:53 +03:00
let ashr x y = if head x then ~ (~ x >> y) else x >> y
:exhaust \(x : [8]) (y : [8]) -> x >>$ y == ashr x y
:prove \(x : [8]) (y : [8]) -> x >>$ y == ashr x y