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