diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-04-02 20:52:20 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-04-02 20:52:20 +0000 |
commit | 07ceb8bb79b1531d857bf08fb5b345017b784899 (patch) | |
tree | b07ecabf4f9da2f83bea4711e843cb0ad3f0a143 /parsing | |
parent | 4ad0cf3dab8b1a12daf7f6b89de35eb28c476791 (diff) |
espace manquant
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3839 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing')
-rw-r--r-- | parsing/pptactic.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/pptactic.ml b/parsing/pptactic.ml index c67ce496d..1bdd90d38 100644 --- a/parsing/pptactic.ml +++ b/parsing/pptactic.ml @@ -499,7 +499,7 @@ and pr1 = function | TacAtom (_,t) -> pr_atom1 t | TacFail (0,s) -> str "Fail \"" ++ str s ++ str "\"" | TacFail (n,"") -> str "Fail " ++ int n - | TacFail (n,s) -> str "Fail " ++ int n ++ str "\"" ++ str s ++ str "\"" + | TacFail (n,s) -> str "Fail " ++ int n ++ str " \"" ++ str s ++ str "\"" | t -> pr0 t (* Orelse tactic expressions (printed as if parsed associating on the right |