diff -r 636458836fca -r 1ed073555e6b src/HOL/Tools/groebner.ML --- a/src/HOL/Tools/groebner.ML Sun Aug 18 15:08:32 2024 +0200 +++ b/src/HOL/Tools/groebner.ML Sun Aug 18 15:21:50 2024 +0200 @@ -895,7 +895,7 @@ | \<^Const_>\disj for _ _\ => find_args tm ctxt | \<^Const_>\implies for _ _\ => find_args tm ctxt | \<^Const_>\Pure.imp for _ _\ => find_args tm ctxt - | Const("(==)",_)$_$_ => find_args tm ctxt (* FIXME proper const name *) + | \<^Const_>\Pure.eq _ for _ _\ => find_args tm ctxt | \<^Const_>\Trueprop for _\ => find_term (Thm.dest_arg tm) ctxt | _ => raise TERM ("find_term", [])) and find_args tm ctxt =