3 lines
81 B
OCaml
3 lines
81 B
OCaml
|
|
val x = f() handle MyException => 22;
|
||
|
|
val y = f() handle MyDataException x => x;
|