diff options
author | narboux <narboux@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-04-29 12:22:59 +0000 |
---|---|---|
committer | narboux <narboux@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-04-29 12:22:59 +0000 |
commit | 9b8b58dcd51b1ceebd2c73503477c9c20e980243 (patch) | |
tree | d76faf8958f41c3602f95af53ea9eb6daccc7107 /doc | |
parent | 68b29ceb84a66cc81942928f5f42dcaa2bfc79fc (diff) |
nettoyage
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8555 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/newfaq/main.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/newfaq/main.tex b/doc/newfaq/main.tex index 08123b7da..2277fc3f8 100644 --- a/doc/newfaq/main.tex +++ b/doc/newfaq/main.tex @@ -1161,6 +1161,8 @@ You can provide programs for your axioms. \Question{Can you explain me what an evaluable constant is ?} +An evaluable constant is a constant which is unfoldable. + \Question{What is a goal ?} The goal is the statement to be proved. @@ -1170,14 +1172,14 @@ The goal is the statement to be proved. A meta variable in \Coq represents a ``hole'', i.e. a part of a proof that is still unknown. -\Question{What is a constr ?} - \Question{What is Gallina ?} Gallina is the specification language of \Coq. Complete documentation of this language can be found in the Reference Manual. -\Question{What is a command ?} +\Question{What is The Vernacular ?} + +It is the language of commands of Gallina i.e. definitions, lemmas, \ldots \Question{What is a dependent type ?} |