2 lines
71 B
Text
2 lines
71 B
Text
|
|
let quux = try Hashtbl.find hash "quux" with Not_found -> some_value;;
|