diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2001-09-24 08:39:21 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2001-09-24 08:39:21 +0000 |
commit | 457fc6bceffc02e48ac93885b8af00c95ae900c9 (patch) | |
tree | 07975247918621fbdafda80e43f54abe8ba44fe1 | |
parent | 25d9206bcde086fabeb223cc04c33bebbeceb46e (diff) |
Updates
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8224 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r-- | doc/RefMan-gal.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/RefMan-gal.tex b/doc/RefMan-gal.tex index 7fa478491..57080a5a3 100644 --- a/doc/RefMan-gal.tex +++ b/doc/RefMan-gal.tex @@ -329,8 +329,11 @@ chapter \ref{Addoc-syntax}. %%%%%%% \subsection{Qualified identifiers and simple identifiers} +\label{qualid}\label{ident} -{\em Qualified identifiers} ({\qualid}) denote {\em constants}, {\em inductive +{\em Qualified identifiers} ({\qualid}) denote {\em global constants} +(definitions, lemmas, theorems, remarks or facts), {\em global +variables} (parameters or axioms), {\em inductive types} or {\em constructors of inductive types}. {\em Simple identifiers} (or shortly {\em identifiers}) are a syntactic subset of qualified identifiers. Identifiers may also |