2 lines
72 B
OCaml
2 lines
72 B
OCaml
|
|
let quux = try StringMap.find "quux" map with Not_found -> some_value;;
|