changeset 6968 | 7f2977e96a5c |
parent 6513 | e0a9459e99fc |
child 7030 | 53934985426a |
--- a/src/HOL/HOL.ML Sat Jul 10 21:46:15 1999 +0200 +++ b/src/HOL/HOL.ML Sat Jul 10 21:48:27 1999 +0200 @@ -372,7 +372,7 @@ (*Apply an equality or definition ONCE. Fails unless the substitution has an effect*) fun stac th = - let val th' = th RS def_imp_eq handle _ => th + let val th' = th RS def_imp_eq handle THM _ => th in CHANGED_GOAL (rtac (th' RS ssubst)) end;