func add (x: num) num = (\a: num -> a + 1)(x); println( { println("Hello"); return let x: num = 17 * 2 in add(x); } + 34 );