diff -r bdc835d934b7 -r b4bf82ed0ad5 src/HOL/Word/Bits.thy --- a/src/HOL/Word/Bits.thy Mon Apr 22 09:33:55 2019 +0000 +++ b/src/HOL/Word/Bits.thy Mon Apr 22 09:33:55 2019 +0000 @@ -1,5 +1,5 @@ (* Title: HOL/Word/Bits.thy - Author: Author: Brian Huffman, PSU and Gerwin Klein, NICTA + Author: Brian Huffman, PSU and Gerwin Klein, NICTA *) section \Syntactic type classes for bit operations\ @@ -19,7 +19,6 @@ and lsb :: "'a \ bool" and msb :: "'a \ bool" and set_bit :: "'a \ nat \ bool \ 'a" - and set_bits :: "(nat \ bool) \ 'a" (binder "BITS " 10) text \ We want the bitwise operations to bind slightly weaker