aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Between.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-29 12:07:27 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-29 12:07:27 +0000
commit48be85eef75634e11545fc24c3afb96fc9abc58d (patch)
tree9165d6d8a182756926916092ad4a40a44115e733 /theories/Arith/Between.v
parent2ec312755298ae4b4d386bff286b5982fe87f253 (diff)
Implicit Types
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3978 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith/Between.v')
-rwxr-xr-xtheories/Arith/Between.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Arith/Between.v b/theories/Arith/Between.v
index 20d5e3f7e..2d5104af2 100755
--- a/theories/Arith/Between.v
+++ b/theories/Arith/Between.v
@@ -14,6 +14,8 @@ Require Lt.
V7only [Import nat_scope.].
Open Local Scope nat_scope.
+Implicit Variables Type k,l,p,q,r:nat.
+
Section Between.
Variables P,Q : nat -> Prop.