typo
authorChristian Urban <urbanc@in.tum.de>
Fri, 15 Oct 2010 13:28:39 +0100
changeset 2532 22c37deb3dac
parent 2531 8054f4988672
child 2533 767161329839
typo
Nominal/FSet.thy
--- a/Nominal/FSet.thy	Fri Oct 15 16:32:34 2010 +0900
+++ b/Nominal/FSet.thy	Fri Oct 15 13:28:39 2010 +0100
@@ -160,7 +160,7 @@
   by (induct ys arbitrary: xs) (auto)
 
 
-text {* Respectfullness *}
+text {* Respectfulness *}
 
 lemma append_rsp[quot_respect]:
   shows "(op \<approx> ===> op \<approx> ===> op \<approx>) append append"
@@ -299,7 +299,7 @@
 qed
 
 lemma [quot_respect]:
-  shows "((op =) ===> op \<approx> ===> op \<approx>) filter filter"
+  shows "(op = ===> op \<approx> ===> op \<approx>) filter filter"
   by auto
 
 text {* Distributive lattice with bot *}