src/HOL/Tools/res_clause.ML
changeset 18390 aaecdaef4c04
parent 18275 86cefba6d325
child 18402 aaba095cf62b
equal deleted inserted replaced
18389:8352b1d3b639 18390:aaecdaef4c04
   111 		   ("op *", "times"),
   111 		   ("op *", "times"),
   112 		   ("op -->", "implies"),
   112 		   ("op -->", "implies"),
   113 		   ("{}", "emptyset"),
   113 		   ("{}", "emptyset"),
   114 		   ("op :", "in"),
   114 		   ("op :", "in"),
   115 		   ("op Un", "union"),
   115 		   ("op Un", "union"),
   116 		   ("op Int", "inter")];
   116 		   ("op Int", "inter"),
       
   117 		   ("List.op @", "append")];
   117 
   118 
   118 val type_const_trans_table =
   119 val type_const_trans_table =
   119       Symtab.make [("*", "t_prod"),
   120       Symtab.make [("*", "t_prod"),
   120 	  	   ("+", "t_sum"),
   121 	  	   ("+", "t_sum"),
   121 		   ("~=>", "t_map")];
   122 		   ("~=>", "t_map")];