prog.ml
1: let _ = 2: try 3: failwith "this is not an error" 4: finally 5: print_endline "OK"
This document was generated using caml2html