mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 11:45:00 +03:00
16 lines
392 B
Plaintext
16 lines
392 B
Plaintext
/*
|
|
namespace: ParseExpression
|
|
expectation: Pass
|
|
*/
|
|
|
|
!-x.shr_wrapped(y)
|
|
x.shr_wrapped(y).shr_wrapped(y).shr_wrapped(y)
|
|
-x.shr_wrapped(y)
|
|
(-x).shr_wrapped(y)
|
|
-(x.shr_wrapped(y))
|
|
(-x.shr_wrapped(y)).shr_wrapped(y)
|
|
!x.shr_wrapped(y)
|
|
(!x).shr_wrapped(y)
|
|
!(x.shr_wrapped(y))
|
|
(!x.shr_wrapped(y)).shr_wrapped(y)
|
|
(x.shr_wrapped(y) >> x.shr_wrapped(y)).shr_wrapped(x.shr_wrapped(y) >> x.shr_wrapped(y)) |