From 09d6ce5340a818f24a85d568aab6502233e10273 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Tue, 26 Apr 2016 05:53:40 +0200 Subject: Fixing space in an error message. --- ltac/tacinterp.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltac/tacinterp.ml b/ltac/tacinterp.ml index 789e8d64b4..4a33549f94 100644 --- a/ltac/tacinterp.ml +++ b/ltac/tacinterp.ml @@ -168,7 +168,7 @@ module Value = struct let pr_v = Pptactic.pr_value Pptactic.ltop v in let Val.Dyn (tag, _) = v in let tag = Val.pr tag in - errorlabstrm "" (str "Type error: value " ++ pr_v ++ str "is a " ++ tag + errorlabstrm "" (str "Type error: value " ++ pr_v ++ str " is a " ++ tag ++ str " while type " ++ Val.pr wit ++ str " was expected.") let unbox wit v ans = match ans with -- cgit v1.2.3