merged
authorhuffman
Wed, 19 Oct 2011 17:45:25 +0200
changeset 45205 2825ce94fd4d
parent 45204 5e4a1270c000 (diff)
parent 45203 e3c13fa443ef (current diff)
child 45206 fe8d0706a8aa
merged
src/HOL/Product_Type.thy
src/HOL/Tools/inductive_codegen.ML
src/HOL/Tools/recfun_codegen.ML
src/HOL/ex/CodegenSML_Test.thy
src/Tools/codegen.ML
--- a/src/HOL/Product_Type.thy	Wed Oct 19 16:36:13 2011 +0200
+++ b/src/HOL/Product_Type.thy	Wed Oct 19 17:45:25 2011 +0200
@@ -1135,4 +1135,6 @@
 
 lemmas Pair_fst_snd_eq = prod_eq_iff
 
+hide_const (open) prod
+
 end
--- a/src/HOL/Sum_Type.thy	Wed Oct 19 16:36:13 2011 +0200
+++ b/src/HOL/Sum_Type.thy	Wed Oct 19 17:45:25 2011 +0200
@@ -209,4 +209,6 @@
 
 hide_const (open) Suml Sumr Projl Projr
 
+hide_const (open) sum
+
 end
--- a/src/HOL/ex/Meson_Test.thy	Wed Oct 19 16:36:13 2011 +0200
+++ b/src/HOL/ex/Meson_Test.thy	Wed Oct 19 17:45:25 2011 +0200
@@ -10,7 +10,7 @@
   below and constants declared in HOL!
 *}
 
-hide_const (open) implies union inter subset sum quotient
+hide_const (open) implies union inter subset quotient
 
 text {*
   Test data for the MESON proof procedure