diff options
| author | bertot | 2001-04-18 15:43:17 +0000 |
|---|---|---|
| committer | bertot | 2001-04-18 15:43:17 +0000 |
| commit | 7f69511216f0ef262e89e3711a93230e2103be4d (patch) | |
| tree | 474100cba9f0ffc7aaba72a3a930c28773ac0679 /contrib/interface/showproof.ml | |
| parent | 7cee3c25f72c6ad8350e129c4dd39f38abd9805a (diff) | |
Correcting a problem of s that appears behind a Let when there are
several variables introduced (showproof.ml)
Added CASTEDOPENCOMMAND, QUALIDCONSTARG as variants in several places (xlate.ml)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1604 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface/showproof.ml')
| -rw-r--r-- | contrib/interface/showproof.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/interface/showproof.ml b/contrib/interface/showproof.ml index ad6544a0bd..56d395e445 100644 --- a/contrib/interface/showproof.ml +++ b/contrib/interface/showproof.ml @@ -365,6 +365,7 @@ let txtn n s = |"an" -> "" |"une" -> "des" |"Soit" -> "Soient" + |"Let" -> "Let" | s -> s^"s" ;; |
