summaryrefslogtreecommitdiff
path: root/tactics/contradiction.ml
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:42 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:42 +0200
commit870075f34dd9fa5792bfbf413afd3b96f17e76a0 (patch)
tree0c647056de1832cf1dba5ba58758b9121418e4be /tactics/contradiction.ml
parenta0cfa4f118023d35b767a999d5a2ac4b082857b4 (diff)
Imported Upstream version 8.2~beta4+dfsgupstream/8.2.beta4+dfsg
Diffstat (limited to 'tactics/contradiction.ml')
-rw-r--r--tactics/contradiction.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tactics/contradiction.ml b/tactics/contradiction.ml
index a2c840a1..313d74a1 100644
--- a/tactics/contradiction.ml
+++ b/tactics/contradiction.ml
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id: contradiction.ml 10169 2007-10-03 12:31:45Z herbelin $ *)
+(* $Id: contradiction.ml 11309 2008-08-06 10:30:35Z herbelin $ *)
open Util
open Term
@@ -85,7 +85,7 @@ let contradiction_term (c,lbind as cl) gl =
(fun id -> simplest_elim (mkApp (mkVar id,[|c|]))) gl
else
raise Not_found
- with Not_found -> error "Not a contradiction"
+ with Not_found -> error "Not a contradiction."
let contradiction = function
| None -> tclTHEN intros contradiction_context