changeset 271 | d773733dfc74 |
parent 243 | c22b85994e17 |
child 297 | 5ef75ff3baeb |
--- a/src/HOLCF/Fix.ML Wed Feb 16 13:56:20 1994 +0100 +++ b/src/HOLCF/Fix.ML Wed Feb 16 15:17:15 1994 +0100 @@ -881,7 +881,7 @@ (rtac iffI 1), (etac FalseE 2), (rtac notE 1), - (etac (less_not_sym RS mp) 1), + (etac less_not_sym 1), (atac 1), (asm_simp_tac Cfun_ss 1), (etac (is_chainE RS spec) 1), @@ -921,7 +921,7 @@ (rtac iffI 1), (etac FalseE 2), (rtac notE 1), - (etac (less_not_sym RS mp) 1), + (etac less_not_sym 1), (atac 1), (asm_simp_tac nat_ss 1), (dtac spec 1),