2 lines
81 B
Standard ML
2 lines
81 B
Standard ML
val x = f() handle MyException => 22;
|
|
val y = f() handle MyDataException x => x;
|