From 108e88cafee662932c99a83230f674f648866613 Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 13 Mar 2013 00:00:04 +0000 Subject: 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 --- kernel/term.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/term.mli') 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 -- cgit v1.2.3