src/Pure/sign.ML
changeset 79452 664d0cec18fd
parent 79451 ef867bf3e6c9
child 79453 fe0fffc5d186
--- a/src/Pure/sign.ML	Tue Jan 09 16:04:21 2024 +0100
+++ b/src/Pure/sign.ML	Tue Jan 09 17:10:09 2024 +0100
@@ -260,8 +260,8 @@
 
 val certify_class = Type.cert_class o tsig_of;
 val certify_sort = Type.cert_sort o tsig_of;
-val certify_typ = Type.cert_typ Type.mode_default o tsig_of;
-fun certify_typ_mode mode = Type.cert_typ mode o tsig_of;
+fun certify_typ_mode mode thy = Same.commit (Type.cert_typ_same mode (tsig_of thy));
+val certify_typ = certify_typ_mode Type.mode_default;
 
 
 (* certify term/prop *)