--- a/src/HOL/Fun.ML Fri Apr 19 11:12:05 1996 +0200 +++ b/src/HOL/Fun.ML Fri Apr 19 11:13:05 1996 +0200 @@ -6,8 +6,6 @@ Lemmas about functions. *) -simpset := HOL_ss; - goal Fun.thy "(f = g) = (!x. f(x)=g(x))"; by (rtac iffI 1); by (Asm_simp_tac 1);