Started implemented multiple functions.
This commit is contained in:
parent
d41db9bbb8
commit
721192c242
5 changed files with 108 additions and 73 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue