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