以下は可能ですか?
try
(* danger zone *)
with Not_found e ->
(* code to handle not found *)
with t ->
(* code to handle all other issues *)
これをトップレベルに入力すると、2番目に構文エラーが発生しますwith
。おそらく、私が知らない構文がいくつかありますか?
try
それぞれに一致するように別のものを追加するための好ましい方法はありwith
ますか?