eq_assumption now uses aeconv instead of aconv.
authorberghofe
Wed, 07 May 2008 10:59:47 +0200
changeset 26832 46b90bbc370d
parent 26831 6c3eec8157d3
child 26833 7c3757fccf0e
eq_assumption now uses aeconv instead of aconv.
src/Pure/thm.ML
--- a/src/Pure/thm.ML	Wed May 07 10:59:46 2008 +0200
+++ b/src/Pure/thm.ML	Wed May 07 10:59:47 2008 +0200
@@ -1241,7 +1241,7 @@
     val Thm {thy_ref, der, maxidx, shyps, hyps, prop, ...} = state;
     val (tpairs, Bs, Bi, C) = dest_state (state, i);
   in
-    (case find_index (op aconv) (Logic.assum_pairs (~1, Bi)) of
+    (case find_index Pattern.aeconv (Logic.assum_pairs (~1, Bi)) of
       ~1 => raise THM ("eq_assumption", 0, [state])
     | n =>
         Thm {thy_ref = thy_ref,