author | wenzelm |
Sat, 10 Aug 2024 13:42:27 +0200 | |
changeset 80681 | 3d99104b4b9b |
parent 80680 | d517afba4968 |
child 80682 | d2920ff62827 |
--- a/src/HOL/Tools/Quotient/quotient_tacs.ML Sat Aug 10 13:42:16 2024 +0200 +++ b/src/HOL/Tools/Quotient/quotient_tacs.ML Sat Aug 10 13:42:27 2024 +0200 @@ -455,7 +455,7 @@ *) fun lambda_prs_simple_conv ctxt ctrm = (case Thm.term_of ctrm of - (Const (\<^const_name>\<open>map_fun\<close>, _) $ r1 $ a2) $ (Abs _) => + \<^Const_>\<open>map_fun _ _ _ _ for r1 a2 \<open>Abs _\<close>\<close> => let val (ty_b, ty_a) = dest_funT (fastype_of r1) val (ty_c, ty_d) = dest_funT (fastype_of a2)