Replaced `div and `mod in consts_code section by div and mod.
--- a/src/HOL/Integ/NatBin.thy Sat Aug 14 16:27:56 2004 +0200
+++ b/src/HOL/Integ/NatBin.thy Mon Aug 16 12:29:09 2004 +0200
@@ -839,8 +839,8 @@
"uminus" :: "int => int" ("`~")
"op +" :: "int => int => int" ("(_ `+/ _)")
"op *" :: "int => int => int" ("(_ `*/ _)")
- "op div" :: "int => int => int" ("(_ `div/ _)")
- "op mod" :: "int => int => int" ("(_ `mod/ _)")
+ "op div" :: "int => int => int" ("(_ div/ _)")
+ "op mod" :: "int => int => int" ("(_ mod/ _)")
"op <" :: "int => int => bool" ("(_ </ _)")
"op <=" :: "int => int => bool" ("(_ <=/ _)")
"neg" ("(_ < 0)")