src/HOL/Nominal/nominal_induct.ML
changeset 30092 9c3b1c136d1f
parent 29581 b3b33e0298eb
child 30510 4120fc59dd85
--- a/src/HOL/Nominal/nominal_induct.ML	Wed Feb 25 18:53:34 2009 +0100
+++ b/src/HOL/Nominal/nominal_induct.ML	Wed Feb 25 19:34:00 2009 +0100
@@ -1,5 +1,4 @@
-(*  ID:         $Id$
-    Author:     Christian Urban and Makarius
+(*  Author:     Christian Urban and Makarius
 
 The nominal induct proof method.
 *)
@@ -24,7 +23,8 @@
 
 val split_all_tuples =
   Simplifier.full_simplify (HOL_basic_ss addsimps
-    [split_conv, split_paired_all, unit_all_eq1, thm "fresh_unit_elim", thm "fresh_prod_elim"]);
+    [split_conv, split_paired_all, unit_all_eq1, @{thm fresh_unit_elim}, @{thm fresh_prod_elim}] @
+    @{thms fresh_star_unit_elim} @ @{thms fresh_star_prod_elim});
 
 
 (* prepare rule *)