tuned;
authorwenzelm
Wed, 31 Oct 2018 15:50:45 +0100
changeset 69215 ab94035ba6ea
parent 69214 74455459973d
child 69216 1a52baa70aed
tuned;
src/HOL/List.thy
--- a/src/HOL/List.thy	Wed Oct 31 14:47:59 2018 +0100
+++ b/src/HOL/List.thy	Wed Oct 31 15:50:45 2018 +0100
@@ -919,11 +919,11 @@
           (K (simp_tac (put_simpset ss ctxt) 1));
       in SOME (thm RS @{thm neq_if_length_neq}) end
   in
-    if m < n andalso submultiset (aconv) (ls,rs) orelse
-       n < m andalso submultiset (aconv) (rs,ls)
+    if m < n andalso submultiset (op aconv) (ls,rs) orelse
+       n < m andalso submultiset (op aconv) (rs,ls)
     then prove_neq() else NONE
   end;
-in K list_neq end;
+in K list_neq end
 \<close>
 
 
@@ -1074,7 +1074,7 @@
         else if lastl aconv lastr then rearr @{thm append_same_eq}
         else NONE
       end;
-  in fn _ => fn ctxt => fn ct => list_eq ctxt (Thm.term_of ct) end;
+  in fn _ => fn ctxt => fn ct => list_eq ctxt (Thm.term_of ct) end
 \<close>