changeset 1231 | 91d2c1bb5803 |
parent 1073 | b3f190995bc9 |
child 1524 | 524879632d88 |
--- a/src/Provers/classical.ML Fri Aug 18 12:28:02 1995 +0200 +++ b/src/Provers/classical.ML Fri Aug 18 15:20:02 1995 +0200 @@ -186,7 +186,7 @@ map (pair false) intrs); (*Priority: prefer rules with fewest subgoals, - then rules added most recently.*) + then rules added most recently (preferring the head of the list).*) fun tag_brls k [] = [] | tag_brls k (brl::brls) = (1000000*subgoals_of_brl brl + k, brl) ::