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