src/HOLCF/IOA/meta_theory/RefMappings.ML
changeset 4681 a331c1f5a23e
parent 4559 8e604d885b54
child 4833 2e53109d4bc8
--- a/src/HOLCF/IOA/meta_theory/RefMappings.ML	Thu Mar 05 10:47:27 1998 +0100
+++ b/src/HOLCF/IOA/meta_theory/RefMappings.ML	Fri Mar 06 15:19:29 1998 +0100
@@ -68,7 +68,7 @@
   by (fast_tac (claset() addDs prems) 1);
 val lemma = result();
 
-
+Delsplits [expand_if];
 goal thy "!!f.[| is_weak_ref_map f C A |]\
 \                      ==> (is_weak_ref_map f (rename C g) (rename A g))";
 by (asm_full_simp_tac (simpset() addsimps [is_weak_ref_map_def]) 1);
@@ -111,5 +111,6 @@
 by (forward_tac  [reachable_rename] 1);
 by Auto_tac;
 qed"rename_through_pmap";
+Addsplits [expand_if];