# HG changeset patch # User wenzelm # Date 1551625214 -3600 # Node ID 60b924cda7649fb862425358bc4f3cee7560475d # Parent cc0b3e177b49e4cb5ab3e9dde0d9bc605f033350 tuned document; diff -r cc0b3e177b49 -r 60b924cda764 src/HOL/Isar_Examples/Group.thy --- a/src/HOL/Isar_Examples/Group.thy Fri Mar 01 21:29:59 2019 +0100 +++ b/src/HOL/Isar_Examples/Group.thy Sun Mar 03 16:00:14 2019 +0100 @@ -12,8 +12,8 @@ text \ Groups over signature \(* :: \ \ \ \ \, 1 :: \, inverse :: \ \ \)\ are - defined as an axiomatic type class as follows. Note that the parent class - \times\ is provided by the basic HOL theory. + defined as an axiomatic type class as follows. Note that the parent classes + \<^class>\times\, \<^class>\one\, \<^class>\inverse\ is provided by the basic HOL theory. \ class group = times + one + inverse +