src/ZF/ex/Rmap.ML
changeset 4091 771b1f6422a8
parent 2469 b50b8c0eec01
child 5068 fb28eaa07e01
--- a/src/ZF/ex/Rmap.ML	Mon Nov 03 12:22:43 1997 +0100
+++ b/src/ZF/ex/Rmap.ML	Mon Nov 03 12:24:13 1997 +0100
@@ -45,11 +45,11 @@
 
 goal Rmap.thy "!!f. f: A->B ==> rmap(f): list(A)->list(B)";
 by (asm_full_simp_tac 
-    (!simpset addsimps [Pi_iff, rmap_rel_type, rmap_functional, rmap_total]) 1);
+    (simpset() addsimps [Pi_iff, rmap_rel_type, rmap_functional, rmap_total]) 1);
 qed "rmap_fun_type";
 
 goalw Rmap.thy [apply_def] "rmap(f)`Nil = Nil";
-by (fast_tac (!claset addIs [the_equality]) 1);
+by (fast_tac (claset() addIs [the_equality]) 1);
 qed "rmap_Nil";
 
 goal Rmap.thy "!!f. [| f: A->B;  x: A;  xs: list(A) |] ==> \