diff options
Diffstat (limited to 'theories7/Logic/Classical.v')
-rwxr-xr-x | theories7/Logic/Classical.v | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/theories7/Logic/Classical.v b/theories7/Logic/Classical.v new file mode 100755 index 00000000..8d7fe1d1 --- /dev/null +++ b/theories7/Logic/Classical.v @@ -0,0 +1,14 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(************************************************************************) + +(*i $Id: Classical.v,v 1.1.2.1 2004/07/16 19:31:29 herbelin Exp $ i*) + +(** Classical Logic *) + +Require Export Classical_Prop. +Require Export Classical_Pred_Type. |