tuned;
authorwenzelm
Fri, 29 Dec 2023 15:58:43 +0100
changeset 79379 e31b48b47e88
parent 79378 664d378c18bc
child 79380 b9d80d5aca8e
tuned;
src/Pure/Proof/extraction.ML
--- a/src/Pure/Proof/extraction.ML	Wed Dec 27 21:42:42 2023 +0100
+++ b/src/Pure/Proof/extraction.ML	Fri Dec 29 15:58:43 2023 +0100
@@ -390,7 +390,7 @@
     val cs = maps (fn T => map (pair T) S) Ts;
     val constraints' = map Logic.mk_of_class cs;
     fun typ_map T = Type.strip_sorts
-      (map_atyps (fn U => if member (op =) atyps U then (#atyp_map ucontext) U else U) T);
+      (map_atyps (fn U => if member (op =) atyps U then #atyp_map ucontext U else U) T);
     fun mk_hyp (T, c) = Hyp (Logic.mk_of_class (typ_map T, c));
     val xs' = map (map_types typ_map) xs
   in