whitespace tuning
authorblanchet
Mon, 06 Jun 2011 20:36:35 +0200
changeset 43198 7a2bc89ac48e
parent 43197 c71657bbdbc0
child 43199 45f33d290615
whitespace tuning
src/HOL/Tools/ATP/atp_translate.ML
--- a/src/HOL/Tools/ATP/atp_translate.ML	Mon Jun 06 20:36:35 2011 +0200
+++ b/src/HOL/Tools/ATP/atp_translate.ML	Mon Jun 06 20:36:35 2011 +0200
@@ -839,8 +839,7 @@
         #>> mk_aquant q [(`make_bound_var s, SOME T)]
       end
     and do_conn bs c t1 t2 =
-      do_formula bs t1 ##>> do_formula bs t2
-      #>> uncurry (mk_aconn c)
+      do_formula bs t1 ##>> do_formula bs t2 #>> uncurry (mk_aconn c)
     and do_formula bs t =
       case t of
         @{const Trueprop} $ t1 => do_formula bs t1