aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Bool/Bvector.v
diff options
context:
space:
mode:
authorGravatar marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-02-10 15:38:01 +0000
committerGravatar marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-02-10 15:38:01 +0000
commit241b8e65f626fafd866e952377b47403fb654d1b (patch)
treef18f6446b9c349cf35803a4c177994de3ec2d8b0 /theories/Bool/Bvector.v
parent24162d331121886dbc11f85aafb02f6ac7bfd345 (diff)
backtrack implicit dans Bvector
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5312 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Bool/Bvector.v')
-rw-r--r--theories/Bool/Bvector.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Bool/Bvector.v b/theories/Bool/Bvector.v
index aa69fccf1..75db13172 100644
--- a/theories/Bool/Bvector.v
+++ b/theories/Bool/Bvector.v
@@ -196,8 +196,10 @@ Defined.
End VECTORS.
+(* suppressed: incompatible with Coq-Art book
Implicit Arguments Vnil [A].
Implicit Arguments Vcons [A n].
+*)
Section BOOLEAN_VECTORS.