polishing
authorChristian Urban <urbanc@in.tum.de>
Wed, 25 Nov 2009 15:43:12 +0100
changeset 388 aa452130ae7f
parent 387 f78aa16daae5
child 389 d67240113f68
child 390 1dd6a21cdd1c
polishing
QuotMain.thy
--- a/QuotMain.thy	Wed Nov 25 15:20:10 2009 +0100
+++ b/QuotMain.thy	Wed Nov 25 15:43:12 2009 +0100
@@ -1118,8 +1118,8 @@
 let
   val rtrm_str = Syntax.string_of_term ctxt rtrm
   val qtrm_str = Syntax.string_of_term ctxt qtrm
-  val msg = [enclose "[" "]" fun_str, "The quotient theorem", qtrm_str, 
-             "and the lifted theorem", rtrm_str, "do not match"]
+  val msg = [enclose "[" "]" fun_str, "The quotient theorem\n", qtrm_str, 
+             "and the lifted theorem\n", rtrm_str, "do not match"]
 in
   error (space_implode " " msg)
 end