src/Tools/Code/code_preproc.ML
changeset 56334 6b3739fee456
parent 55757 9fc71814b8c1
child 56920 d651b944c67e
equal deleted inserted replaced
56333:38f1422ef473 56334:6b3739fee456
   179     val thy = Proof_Context.theory_of ctxt;
   179     val thy = Proof_Context.theory_of ctxt;
   180     val pre = (#pre o the_thmproc) thy;
   180     val pre = (#pre o the_thmproc) thy;
   181     val post = (#post o the_thmproc) thy;
   181     val post = (#post o the_thmproc) thy;
   182     val functrans = (map fst o #functrans o the_thmproc) thy;
   182     val functrans = (map fst o #functrans o the_thmproc) thy;
   183   in
   183   in
   184     (Pretty.writeln o Pretty.chunks) [
   184     Pretty.writeln_chunks [
   185       Pretty.block [
   185       Pretty.block [
   186         Pretty.str "preprocessing simpset:",
   186         Pretty.str "preprocessing simpset:",
   187         Pretty.fbrk,
   187         Pretty.fbrk,
   188         Simplifier.pretty_simpset (put_simpset pre ctxt)
   188         Simplifier.pretty_simpset (put_simpset pre ctxt)
   189       ],
   189       ],