Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
2f93f077
Commit
2f93f077
authored
Dec 01, 2010
by
François Bobot
Browse files
Doc api
parent
13ae52d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/util/exn_printer.mli
View file @
2f93f077
...
...
@@ -18,8 +18,13 @@
(**************************************************************************)
type
exn_printer
=
Format
.
formatter
->
exn
->
unit
(* an [exn_printer] is a formatter of exception which prints on the
given formatter a message for the user if it knows the given
exception. Otherwise it raises the exception *)
val
register
:
exn_printer
->
unit
(* Register a formatter of exception *)
val
exn_printer
:
exn_printer
(* exn_printer fmt exn : print the exception and return *)
(* exn_printer fmt exn : print the exception using all the previously
registered printer and return *)
src/util/rc.mli
View file @
2f93f077
...
...
@@ -110,7 +110,7 @@ val get_intl : ?default:int list -> section -> string -> int list
@raise Bad_value_type if the value associated to [key] is not of
type {!int}
@raise
Key_not_foun
d if default is not given and no values are
@raise
MissingFiel
d if default is not given and no values are
associated to [key]
*)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment