STLC BI and HM compatible

This commit is contained in:
sebastian 2023-05-17 19:18:40 +02:00
parent 02c43751c4
commit bb40cbba2a
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1,6 @@
add : Int -> Int -> Int -> Int
add x y z = x + y + z
main = add 8 6 2