aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/term.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-03-13 00:00:04 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-03-13 00:00:04 +0000
commit108e88cafee662932c99a83230f674f648866613 (patch)
tree949ee9b405efe3c5d70a3efc2d51ff997a159b81 /kernel/term.mli
parent027618d5aa99613ffbe390371cda492690809cc7 (diff)
Restrict (try...with...) to avoid catching critical exn (part 5)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16281 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/term.mli')
-rw-r--r--kernel/term.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/term.mli b/kernel/term.mli
index 65963e3e9..d180969a5 100644
--- a/kernel/term.mli
+++ b/kernel/term.mli
@@ -262,7 +262,7 @@ val is_small : sorts -> bool
(** {6 Term destructors } *)
(** Destructor operations are partial functions and
- @raise [DestKO] if the term has not the expected form. *)
+ @raise DestKO if the term has not the expected form. *)
exception DestKO