Added types
This commit is contained in:
@ -2,6 +2,6 @@ main() {
|
||||
assert f(f(f(1))) == 4
|
||||
}
|
||||
|
||||
f(x) {
|
||||
f(x Int) -> Int {
|
||||
return x + 1
|
||||
}
|
Reference in New Issue
Block a user