remove redundant syntax declaration
authorhuffman
Tue, 27 Dec 2011 12:37:11 +0100
changeset 45998 d7cc533ae60d
parent 45997 13392893ea12
child 45999 cce7e6197a46
remove redundant syntax declaration
src/HOL/Word/Word.thy
--- a/src/HOL/Word/Word.thy	Tue Dec 27 12:27:06 2011 +0100
+++ b/src/HOL/Word/Word.thy	Tue Dec 27 12:37:11 2011 +0100
@@ -115,8 +115,6 @@
 definition word_int_case :: "(int => 'b) => ('a :: len0 word) => 'b" where
   "word_int_case f w = f (uint w)"
 
-syntax
-  of_int :: "int => 'a"
 translations
   "case x of CONST of_int y => b" == "CONST word_int_case (%y. b) x"