aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/bigint.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-03-13 00:00:49 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-03-13 00:00:49 +0000
commitc526b81a9a682edf2270cb544e61fe60355003dc (patch)
tree56d5b350997fd29d02fc65b584e6146c81c424b6 /lib/bigint.mli
parenta5aaef33d5cab01177105299a2414c9544860cca (diff)
Restrict (try...with...) to avoid catching critical exn (part 13)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16290 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/bigint.mli')
-rw-r--r--lib/bigint.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bigint.mli b/lib/bigint.mli
index 8b61a1fb6..8c2bf5c48 100644
--- a/lib/bigint.mli
+++ b/lib/bigint.mli
@@ -11,7 +11,7 @@
type bigint
val of_string : string -> bigint
-(** May a Failure just as [int_of_string] on non-numerical strings *)
+(** May raise a Failure just as [int_of_string] on non-numerical strings *)
val to_string : bigint -> string