repo.or.cz
/
why3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'upgrade-altergo-2.6.0' into 'master'
[why3.git]
/
stdlib
/
exn.mlw
blob
b42d6e0c2f5e416feeddd7359a8781233735f4da
1
2
(** {1 General-purpose exceptions} *)
3
4
module Exn
5
6
exception Not_found
7
8
exception Exit
9
10
end