cryptol/tests/issues/issue664.icry
2019-11-26 22:23:53 -08:00

4 lines
159 B
Plaintext

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