mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
5 lines
47 B
Plaintext
5 lines
47 B
Plaintext
r4 : Int -> Int
|
|
r4 = cases
|
|
+1 -> +1
|
|
x -> x
|