# HG changeset patch # User wenzelm # Date 1002230821 -7200 # Node ID 6d15ae4b1123e95f4e0c3fa7be24655f4ca282bb # Parent fc9bd420162c56144922115ac469072d8fdf01b8 major_prem_of: Logic.strip_assums_concl; diff -r fc9bd420162c -r 6d15ae4b1123 src/Pure/thm.ML --- a/src/Pure/thm.ML Thu Oct 04 16:09:12 2001 +0200 +++ b/src/Pure/thm.ML Thu Oct 04 23:27:01 2001 +0200 @@ -358,7 +358,7 @@ fun major_prem_of thm = (case prems_of thm of - prem :: _ => prem + prem :: _ => Logic.strip_assums_concl prem | [] => raise THM ("major_prem_of: rule with no premises", 0, [thm])); fun no_prems thm = nprems_of thm = 0;