unison/unison-src/tests/r5.u
2020-02-07 18:59:37 -08:00

7 lines
57 B
Plaintext

r5 : Float
r5 = match 2.2 with
2.2 -> 3.0
_ -> 1.0