equal
deleted
inserted
replaced
30 |
30 |
31 * Old-style {* verbatim *} tokens are explicitly marked as legacy |
31 * Old-style {* verbatim *} tokens are explicitly marked as legacy |
32 feature and will be removed soon. Use \<open>cartouche\<close> syntax instead, e.g. |
32 feature and will be removed soon. Use \<open>cartouche\<close> syntax instead, e.g. |
33 via "isabelle update_cartouches -t" (available since Isabelle2015). |
33 via "isabelle update_cartouches -t" (available since Isabelle2015). |
34 |
34 |
35 * Infix operators that begin or end with a "*" can now be paranthesized |
35 * Infix operators that begin or end with a "*" are now parenthesized |
36 without additional spaces, eg "(*)" instead of "( * )". Minor |
36 without additional spaces, e.g. "(*)" instead of "( * )". Minor |
37 INCOMPATIBILITY. |
37 INCOMPATIBILITY. |
38 |
38 |
39 * Mixfix annotations may use cartouches instead of old-style double |
39 * Mixfix annotations may use cartouches instead of old-style double |
40 quotes, e.g. (infixl \<open>+\<close> 60). The command-line tool "isabelle update -u |
40 quotes, e.g. (infixl \<open>+\<close> 60). The command-line tool "isabelle update -u |
41 mixfix_cartouches" allows to update existing theory sources |
41 mixfix_cartouches" allows to update existing theory sources |
254 patterns. It uses on the same algorithm as HOL-Library.Code_Lazy, which |
254 patterns. It uses on the same algorithm as HOL-Library.Code_Lazy, which |
255 assumes sequential left-to-right pattern matching. The generated |
255 assumes sequential left-to-right pattern matching. The generated |
256 equation no longer tuples the arguments on the right-hand side. |
256 equation no longer tuples the arguments on the right-hand side. |
257 INCOMPATIBILITY. |
257 INCOMPATIBILITY. |
258 |
258 |
259 * Theory HOL-Library.Multiset: the <Union># operator now has the same |
259 * Theory HOL-Library.Multiset: the \<Union># operator now has the same |
260 precedence as any other prefix function symbol. |
260 precedence as any other prefix function symbol. |
261 |
261 |
262 * Theory HOL-Library.Cardinal_Notations has been discontinued in favor |
262 * Theory HOL-Library.Cardinal_Notations has been discontinued in favor |
263 of the bundle cardinal_syntax (available in theory Main). Minor |
263 of the bundle cardinal_syntax (available in theory Main). Minor |
264 INCOMPATIBILITY. |
264 INCOMPATIBILITY. |