dropped legacy theorem bindings
authorhaftmann
Wed, 26 May 2010 16:17:30 +0200
changeset 37137 bac3d00a910a
parent 37136 e0c9d3e49e15
child 37138 ee23611b6bf2
dropped legacy theorem bindings
src/HOL/Nominal/nominal_induct.ML
--- a/src/HOL/Nominal/nominal_induct.ML	Wed May 26 16:05:25 2010 +0200
+++ b/src/HOL/Nominal/nominal_induct.ML	Wed May 26 16:17:30 2010 +0200
@@ -23,7 +23,7 @@
 
 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}] @
+    [@{thm split_conv}, @{thm split_paired_all}, @{thm unit_all_eq1}, @{thm fresh_unit_elim}, @{thm fresh_prod_elim}] @
     @{thms fresh_star_unit_elim} @ @{thms fresh_star_prod_elim});