summaryrefslogtreecommitdiff
path: root/tactics/contradiction.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/contradiction.mli')
-rw-r--r--tactics/contradiction.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/tactics/contradiction.mli b/tactics/contradiction.mli
index e417f500..7306f875 100644
--- a/tactics/contradiction.mli
+++ b/tactics/contradiction.mli
@@ -1,12 +1,12 @@
(************************************************************************)
(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010 *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: contradiction.mli 9842 2007-05-20 17:44:23Z herbelin $ i*)
+(*i $Id: contradiction.mli 13323 2010-07-24 15:57:30Z herbelin $ i*)
(*i*)
open Names
@@ -17,4 +17,4 @@ open Genarg
(*i*)
val absurd : constr -> tactic
-val contradiction : constr with_ebindings option -> tactic
+val contradiction : constr with_bindings option -> tactic