Started implemented multiple functions.

This commit is contained in:
Samuel Hammersberg 2023-02-06 15:44:54 +01:00
parent d41db9bbb8
commit 721192c242
5 changed files with 108 additions and 73 deletions

View file

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