author | wenzelm |
Wed, 29 Apr 2015 23:30:47 +0200 | |
changeset 60157 | ccf9241af217 |
parent 60156 | 76853162a87e |
child 60158 | 6696fc3f3347 |
child 60163 | 1d218c3e84e2 |
--- a/src/HOL/Proofs/ex/XML_Data.thy Wed Apr 29 23:26:11 2015 +0200 +++ b/src/HOL/Proofs/ex/XML_Data.thy Wed Apr 29 23:30:47 2015 +0200 @@ -57,9 +57,9 @@ text {* Some fairly large proof: *} ML_val {* - val xml = export_proof @{thm Int.times_int.abs_eq}; + val xml = export_proof @{thm abs_less_iff}; val thm = import_proof thy1 xml; - @{assert} (size (YXML.string_of_body xml) > 50000000); + @{assert} (size (YXML.string_of_body xml) > 1000000); *} end