# HG changeset patch # User nipkow # Date 1510171313 -3600 # Node ID 783c901a62cb105a6a9a652db2537a368f82757a # Parent 7a37240783630ced78d1fda1d043e11107ee08d3 corrected priority diff -r 7a3724078363 -r 783c901a62cb src/HOL/Lattices_Big.thy --- a/src/HOL/Lattices_Big.thy Tue Nov 07 14:52:27 2017 +0100 +++ b/src/HOL/Lattices_Big.thy Wed Nov 08 21:01:53 2017 +0100 @@ -837,7 +837,7 @@ syntax "_arg_min" :: "('a \ 'b) \ pttrn \ bool \ 'a" - ("(3ARG'_MIN _ _./ _)" [0, 0, 10] 10) + ("(3ARG'_MIN _ _./ _)" [1000, 0, 10] 10) translations "ARG_MIN f x. P" \ "CONST arg_min f (\x. P)" @@ -945,7 +945,7 @@ syntax "_arg_max" :: "('a \ 'b) \ pttrn \ bool \ 'a" - ("(3ARG'_MAX _ _./ _)" [0, 0, 10] 10) + ("(3ARG'_MAX _ _./ _)" [1000, 0, 10] 10) translations "ARG_MAX f x. P" \ "CONST arg_max f (\x. P)"