mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-14 16:28:34 +03:00
6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
r4 : Int64 -> Int64
|
|
r4 x = case x of
|
|
+1 -> -1
|
|
_ -> Int64.negate x
|
|
()
|