Merge branch 'clean_and_improve_numeric_examples' into 'master'
[why3.git] / stdlib / exn.mlw
blobb42d6e0c2f5e416feeddd7359a8781233735f4da
2 (** {1 General-purpose exceptions} *)
4 module Exn
6   exception Not_found
8   exception Exit
10 end