src/HOL/Prod.ML
changeset 4799 82b0ed20c2cb
parent 4772 8c7e7eaffbdf
child 4819 ef2e8e2a10e1
--- a/src/HOL/Prod.ML	Sat Apr 04 14:30:19 1998 +0200
+++ b/src/HOL/Prod.ML	Tue Apr 07 13:43:07 1998 +0200
@@ -80,7 +80,8 @@
 
 end;
 
-claset_ref() := claset() addSaltern ("split_all_tac", split_all_tac);
+(* claset_ref() := claset() addbefore  ("split_all_tac", TRY o split_all_tac);*)
+   claset_ref() := claset() addSaltern ("split_all_tac",       split_all_tac);
 
 (*** lemmas for splitting paired `!!'
 Does not work with simplifier because it also affects premises in
@@ -173,7 +174,7 @@
 qed "expand_split";
 
 (* could be done after split_tac has been speeded up significantly:
-simpset_ref() := (simpset() addsplits [expand_split]);
+simpset_ref() := simpset() addsplits [expand_split];
    precompute the constants involved and don't do anything unless
    the current goal contains one of those constants
 *)