diff options
Diffstat (limited to 'theories/ZArith/Zlog_def.v')
| -rw-r--r-- | theories/ZArith/Zlog_def.v | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/theories/ZArith/Zlog_def.v b/theories/ZArith/Zlog_def.v deleted file mode 100644 index 8326cb13c4..0000000000 --- a/theories/ZArith/Zlog_def.v +++ /dev/null @@ -1,13 +0,0 @@ -(************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* <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 *) -(************************************************************************) - -Require Import BinInt Zorder Zpow_def. - -Notation Zlog2 := Z.log2 (only parsing). -Notation Zlog2_spec := Z.log2_spec (only parsing). -Notation Zlog2_nonpos := Z.log2_nonpos (only parsing). |
