1 2 3 4 5 6
def g() -> Int raise [Exception] => raise Exception("A") def f(x: Int) -> Int=> g() handle err: Exception => x + 10