converting "set [...]" to "{...}" in evaluation results
authornipkow
Mon, 27 Feb 2012 09:01:49 +0100
changeset 46698 f1dfcf8be88d
parent 46690 07f9732804ad
child 46699 ae3f30a5063a
converting "set [...]" to "{...}" in evaluation results
src/HOL/List.thy
--- a/src/HOL/List.thy	Sun Feb 26 20:08:12 2012 +0100
+++ b/src/HOL/List.thy	Mon Feb 27 09:01:49 2012 +0100
@@ -960,6 +960,8 @@
 
 subsubsection {* @{text set} *}
 
+declare set.simps [code_post]  --"pretty output"
+
 lemma finite_set [iff]: "finite (set xs)"
 by (induct xs) auto