RosettaCodeData/Task/Associative-array-Creation/OCaml/associative-array-creation-6.ml
2024-10-16 18:07:41 -07:00

1 line
72 B
OCaml

let quux = try StringMap.find "quux" map with Not_found -> some_value;;