src/HOL/arith_data.ML
changeset 16970 c1ef99e08c39
parent 16834 71d87aeebb57
child 17325 d9d50222808e
--- a/src/HOL/arith_data.ML	Mon Aug 01 19:20:22 2005 +0200
+++ b/src/HOL/arith_data.ML	Mon Aug 01 19:20:23 2005 +0200
@@ -469,7 +469,7 @@
 fun presburger_tac i st =
   (case ArithTheoryData.get (Thm.theory_of_thm st) of
      {presburger = SOME tac, ...} =>
-       (warning "Trying full Presburger arithmetic..."; tac i st)
+       (warning "Trying full Presburger arithmetic ..."; tac i st)
    | _ => no_tac st);
 
 in