aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Logic_Type.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-09 12:35:39 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-09 12:35:39 +0000
commit7ca14f9aba7a619853704e75efc2454f6a7406bf (patch)
tree4aa8cb8e11689b6ff8399940dea39cc83cd61d6d /theories/Init/Logic_Type.v
parent974b4298df814d84304c76925310e2d19b3aca57 (diff)
Activation des implicites pour la v8
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3886 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Logic_Type.v')
-rwxr-xr-xtheories/Init/Logic_Type.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/theories/Init/Logic_Type.v b/theories/Init/Logic_Type.v
index b5a6e6038..5ad3716ed 100755
--- a/theories/Init/Logic_Type.v
+++ b/theories/Init/Logic_Type.v
@@ -8,6 +8,9 @@
(*i $Id$ i*)
+Set Implicit Arguments.
+V7only [Unset Implicit Arguments.].
+
(** This module defines quantification on the world [Type]
([Logic.v] was defining it on the world [Set]) *)