diff -r be8c0e039a5e -r bc936d3d8b45 src/ZF/UNITY/Union.thy --- a/src/ZF/UNITY/Union.thy Sun Aug 25 15:02:19 2024 +0200 +++ b/src/ZF/UNITY/Union.thy Sun Aug 25 15:07:22 2024 +0200 @@ -43,12 +43,12 @@ syntax "_JOIN1" :: "[pttrns, i] \ i" (\(3\_./ _)\ 10) "_JOIN" :: "[pttrn, i, i] \ i" (\(3\_ \ _./ _)\ 10) +syntax_consts + "_JOIN1" "_JOIN" == JOIN translations "\x \ A. B" == "CONST JOIN(A, (\x. B))" "\x y. B" == "\x. \y. B" "\x. B" == "CONST JOIN(CONST state, (\x. B))" -syntax_consts - "_JOIN1" "_JOIN" == JOIN subsection\SKIP\