changeset 81011 | 6d34c2bedaa3 |
parent 80917 | 2a77bc3b4eac |
child 81091 | c007e6d9941d |
--- a/src/CCL/Type.thy Sun Sep 29 21:40:37 2024 +0200 +++ b/src/CCL/Type.thy Sun Sep 29 21:57:47 2024 +0200 @@ -15,7 +15,7 @@ syntax "_Subtype" :: "[idt, 'a set, o] \<Rightarrow> 'a set" (\<open>(\<open>indent=1 notation=\<open>mixfix Subtype\<close>\<close>{_: _ ./ _})\<close>) syntax_consts - "_Subtype" == Subtype + Subtype translations "{x: A. B}" == "CONST Subtype(A, \<lambda>x. B)"