Declaration of ccontr (classical contradiction) for HOL compatibility
authorpaulson
Fri, 31 Jan 1997 17:51:42 +0100
changeset 2576 390c9fb786b5
parent 2575 65abf447151b
child 2577 eec6bdf53809
Declaration of ccontr (classical contradiction) for HOL compatibility
src/FOL/FOL.ML
--- a/src/FOL/FOL.ML	Fri Jan 31 17:50:47 1997 +0100
+++ b/src/FOL/FOL.ML	Fri Jan 31 17:51:42 1997 +0100
@@ -9,6 +9,8 @@
 open FOL;
 
 
+val ccontr = FalseE RS classical;
+
 (*** Classical introduction rules for | and EX ***)
 
 qed_goal "disjCI" FOL.thy