churf/test/simple.sf
2023-02-06 15:44:54 +01:00

5 lines
No EOL
160 B
Text

tripplet : Int -> (Int -> (Int -> Int))
tripplet x y z = x + y + z;
main : Int
main = {-(((2 * (123 + 4214 % (1230)) - 1231) / 2) * 412412) +-} tripplet 5 1 2;