diff -r 5ea48342e0ae -r 6d34c2bedaa3 src/CCL/Type.thy --- 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] \ 'a set" (\(\indent=1 notation=\mixfix Subtype\\{_: _ ./ _})\) syntax_consts - "_Subtype" == Subtype + Subtype translations "{x: A. B}" == "CONST Subtype(A, \x. B)"