RosettaCodeData/Task/Exceptions/OCaml/exceptions-1.ocaml
2023-07-01 13:44:08 -04:00

2 lines
65 B
Text

exception My_Exception;;
exception Another_Exception of string;;