author | wenzelm |
Mon, 01 Aug 2005 19:20:23 +0200 | |
changeset 16970 | c1ef99e08c39 |
parent 16969 | e26915e01d15 |
child 16971 | 968adbfbf93b |
--- 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