diff -r 39641d8bd422 -r 83d21da2bc59 NEWS --- a/NEWS Sun Aug 25 23:19:33 2024 +0200 +++ b/NEWS Mon Aug 26 13:15:34 2024 +0200 @@ -9,6 +9,13 @@ ** General ** +* Inner syntax translations now support formal dependencies via commands +'syntax_types' or 'syntax_consts'. This is essentially an abstract +specification of the effect of 'translations' (or translation functions +in ML). Most Isabelle theories have been adapted accordingly, such that +hyperlinks work properly e.g. for "['a, 'b] \ 'c" or "\A; B\ \ C" in +Pure, and "\x\A. B x" or "\x\A. B x" in HOL. + * The Simplifier now supports special "congprocs", using keyword 'congproc' or 'weak_congproc' in the 'simproc_setup' command (or ML antiquotation of the same name). See also