diff options
author | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2002-06-17 13:27:24 +0000 |
---|---|---|
committer | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2002-06-17 13:27:24 +0000 |
commit | 346e961fe93fd62cb00eef80ce42181b5a03c680 (patch) | |
tree | da7ffb6d9dff4e740a1465926571dbc0033110b1 /doc | |
parent | 044e54fe5736cb11c08f8c3b80a183451297674a (diff) |
Local Coercion -> Coercion Local (dans l'index)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8286 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Coercion.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Coercion.tex b/doc/Coercion.tex index f5c9b2748..13e4cd447 100644 --- a/doc/Coercion.tex +++ b/doc/Coercion.tex @@ -195,7 +195,7 @@ valid coercion paths are ignored; they are signaled by a warning. \texttt{Definition {\ident} : {\type} := {\term}}, and then declares {\ident} as a coercion between it source and its target. -\item {\tt Coercion Local {\ident} := {\term}}\comindex{Local Coercion}\\ +\item {\tt Coercion Local {\ident} := {\term}}\comindex{Coercion Local}\\ This defines {\ident} just like \texttt{Local {\ident} := {\term}}, and then declares {\ident} as a coercion between it source and its target. |