diff -r 143f58bb34f9 -r 0909deb8059b src/HOL/Algebra/Congruence.thy --- a/src/HOL/Algebra/Congruence.thy Thu May 26 16:57:14 2016 +0200 +++ b/src/HOL/Algebra/Congruence.thy Thu May 26 17:51:22 2016 +0200 @@ -15,7 +15,7 @@ carrier :: "'a set" -subsection \Structure with Carrier and Equivalence Relation @{text eq}\ +subsection \Structure with Carrier and Equivalence Relation \eq\\ record 'a eq_object = "'a partial_object" + eq :: "'a \ 'a \ bool" (infixl ".=\" 50)