src/HOL/Main.thy
changeset 12439 e90a4f5a27f0
parent 12024 b3661262541e
child 12554 671b4d632c34
--- a/src/HOL/Main.thy	Mon Dec 10 15:18:34 2001 +0100
+++ b/src/HOL/Main.thy	Mon Dec 10 15:18:57 2001 +0100
@@ -96,8 +96,8 @@
 
 types_code
   "bool"  ("bool")
-  "*"     ("prod")
-  "list"  ("list")
+  "*"     ("(_ */ _)")
+  "list"  ("_ list")
 
 consts_code
   "op ="    ("(_ =/ _)")
@@ -115,5 +115,5 @@
 
   "Nil"     ("[]")
   "Cons"    ("(_ ::/ _)")
-  
+
 end