diff options
| author | herbelin | 2004-04-13 15:16:04 +0000 |
|---|---|---|
| committer | herbelin | 2004-04-13 15:16:04 +0000 |
| commit | 69ba152723381f644cbae0721b0e40969d189775 (patch) | |
| tree | d8c1e06378cda103a6d5cfc0ceedc5f1d689c288 | |
| parent | d95f9498f137932cda233a3896d7afa9017a7b81 (diff) | |
Ajout coding
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5671 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | ide/utf8.v | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ide/utf8.v b/ide/utf8.v index 049a1f2bcd..40da9757b2 100644 --- a/ide/utf8.v +++ b/ide/utf8.v @@ -1,3 +1,12 @@ +(* -*- coding:utf-8 -* *) +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *) +(* \VV/ *************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(***********************************************************************) + (* Logic *) Notation "∀ x , P" := (forall x , P) (at level 200, x ident) : type_scope. |
