diff options
| author | Pierre-Marie Pédrot | 2015-09-21 15:54:19 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2015-09-21 15:54:19 +0200 |
| commit | 7c5356ed487dcf7cf915e5471832852f7002586c (patch) | |
| tree | 27fb39d29bf25dca6bc24cc4a1f088dbaeaec82c /doc/tutorial | |
| parent | 0ac3a2f4de0dc02b973c9f5d59b3c0a97f888141 (diff) | |
Fixing tutorial.
The V7 to V8 translator lost part of term annotations.
Diffstat (limited to 'doc/tutorial')
| -rw-r--r-- | doc/tutorial/Tutorial.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/Tutorial.tex b/doc/tutorial/Tutorial.tex index 836944ab1c..e09feeb8eb 100644 --- a/doc/tutorial/Tutorial.tex +++ b/doc/tutorial/Tutorial.tex @@ -208,7 +208,7 @@ Definition two : nat := S one. Actually \Coq~ allows several possible syntaxes: \begin{coq_example} -Definition three : nat := S two. +Definition three := S two : nat. \end{coq_example} Here is a way to define the doubling function, which expects an |
