# HG changeset patch # User wenzelm # Date 977608179 -3600 # Node ID f44ab310820216a9ed84d234ef91ddbe0de3d737 # Parent bbaa0c6ef59ff30a67f4863c70ef2aa1be76a56d tuned comment; diff -r bbaa0c6ef59f -r f44ab3108202 src/HOL/HOL_lemmas.ML --- a/src/HOL/HOL_lemmas.ML Fri Dec 22 18:25:00 2000 +0100 +++ b/src/HOL/HOL_lemmas.ML Sat Dec 23 22:49:39 2000 +0100 @@ -472,7 +472,7 @@ (** Standard abbreviations **) -(* combination of (spec RS spec RS ...(j times) ... spec RS mp *) +(* combination of (spec RS spec RS ...(j times) ... spec RS mp) *) local fun wrong_prem (Const ("All", _) $ (Abs (_, _, t))) = wrong_prem t | wrong_prem (Bound _) = true