fix: tests
fix: arithmeticRight
This commit is contained in:
parent
19b469d1b3
commit
fb68031848
5 changed files with 101 additions and 3 deletions
|
@ -109,7 +109,7 @@ let
|
|||
arithmeticRight =
|
||||
a: b:
|
||||
if a >= 64 then
|
||||
0
|
||||
if b < 0 then -1 else 0
|
||||
else if a == 0 then
|
||||
b
|
||||
else if a < 0 then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue