author | wenzelm |
Sat, 09 Jan 2016 22:22:17 +0100 | |
changeset 62114 | a7cf464933f7 |
parent 62111 | e2b768b0035d |
child 62118 | e60f1a925b4d |
permissions | -rw-r--r-- |
57491 | 1 |
Isabelle NEWS -- history of user-relevant changes |
2 |
================================================= |
|
2553 | 3 |
|
62114
a7cf464933f7
generate HTML version of NEWS, with proper symbol rendering;
wenzelm
parents:
62111
diff
changeset
|
4 |
(Note: Isabelle/jEdit shows a tree-view of the NEWS file in Sidekick.) |
60006 | 5 |
|
60331 | 6 |
|
62031 | 7 |
New in Isabelle2016 (February 2016) |
62016 | 8 |
----------------------------------- |
60138 | 9 |
|
61337 | 10 |
*** General *** |
11 |
||
62017 | 12 |
* Former "xsymbols" syntax with Isabelle symbols is used by default, |
13 |
without any special print mode. Important ASCII replacement syntax |
|
14 |
remains available under print mode "ASCII", but less important syntax |
|
15 |
has been removed (see below). |
|
16 |
||
62109 | 17 |
* Support for more arrow symbols, with rendering in LaTeX and Isabelle |
18 |
fonts: \<Lleftarrow> \<Rrightarrow> \<longlongleftarrow> \<longlongrightarrow> \<longlonglongleftarrow> \<longlonglongrightarrow>. |
|
62017 | 19 |
|
62108
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
20 |
* Special notation \<struct> for the first implicit 'structure' in the |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
21 |
context has been discontinued. Rare INCOMPATIBILITY, use explicit |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
22 |
structure name instead, notably in indexed notation with block-subscript |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
23 |
(e.g. \<odot>\<^bsub>A\<^esub>). |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
24 |
|
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
25 |
* The glyph for \<diamond> in the IsabelleText font now corresponds better to its |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
26 |
counterpart \<box> as quantifier-like symbol. A small diamond is available as |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
27 |
\<diamondop>; the old symbol \<struct> loses this rendering and any special |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
28 |
meaning. |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
29 |
|
62017 | 30 |
* Syntax for formal comments "-- text" now also supports the symbolic |
31 |
form "\<comment> text". Command-line tool "isabelle update_cartouches -c" helps |
|
32 |
to update old sources. |
|
33 |
||
61337 | 34 |
* Toplevel theorem statements have been simplified as follows: |
35 |
||
36 |
theorems ~> lemmas |
|
37 |
schematic_lemma ~> schematic_goal |
|
38 |
schematic_theorem ~> schematic_goal |
|
39 |
schematic_corollary ~> schematic_goal |
|
40 |
||
41 |
Command-line tool "isabelle update_theorems" updates theory sources |
|
42 |
accordingly. |
|
43 |
||
61338 | 44 |
* Toplevel theorem statement 'proposition' is another alias for |
45 |
'theorem'. |
|
46 |
||
61337 | 47 |
|
60610
f52b4b0c10c4
improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
wenzelm
parents:
60595
diff
changeset
|
48 |
*** Prover IDE -- Isabelle/Scala/jEdit *** |
f52b4b0c10c4
improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
wenzelm
parents:
60595
diff
changeset
|
49 |
|
60986 | 50 |
* IDE support for the source-level debugger of Poly/ML, to work with |
60984 | 51 |
Isabelle/ML and official Standard ML. Configuration option "ML_debugger" |
52 |
and commands 'ML_file_debug', 'ML_file_no_debug', 'SML_file_debug', |
|
53 |
'SML_file_no_debug' control compilation of sources with debugging |
|
54 |
information. The Debugger panel allows to set breakpoints (via context |
|
55 |
menu), step through stopped threads, evaluate local ML expressions etc. |
|
56 |
At least one Debugger view needs to be active to have any effect on the |
|
57 |
running ML program. |
|
58 |
||
61803 | 59 |
* The State panel manages explicit proof state output, with dynamic |
60 |
auto-update according to cursor movement. Alternatively, the jEdit |
|
61 |
action "isabelle.update-state" (shortcut S+ENTER) triggers manual |
|
62 |
update. |
|
61729 | 63 |
|
64 |
* The Output panel no longer shows proof state output by default, to |
|
65 |
avoid GUI overcrowding. INCOMPATIBILITY, use the State panel instead or |
|
66 |
enable option "editor_output_state". |
|
61215 | 67 |
|
61803 | 68 |
* The text overview column (status of errors, warnings etc.) is updated |
69 |
asynchronously, leading to much better editor reactivity. Moreover, the |
|
70 |
full document node content is taken into account. The width of the |
|
71 |
column is scaled according to the main text area font, for improved |
|
72 |
visibility. |
|
73 |
||
74 |
* The main text area no longer changes its color hue in outdated |
|
75 |
situations. The text overview column takes over the role to indicate |
|
76 |
unfinished edits in the PIDE pipeline. This avoids flashing text display |
|
77 |
due to ad-hoc updates by auxiliary GUI components, such as the State |
|
78 |
panel. |
|
79 |
||
62017 | 80 |
* Improved scheduling for urgent print tasks (e.g. command state output, |
81 |
interactive queries) wrt. long-running background tasks. |
|
82 |
||
83 |
* Completion of symbols via prefix of \<name> or \<^name> or \name is |
|
84 |
always possible, independently of the language context. It is never |
|
85 |
implicit: a popup will show up unconditionally. |
|
86 |
||
87 |
* Additional abbreviations for syntactic completion may be specified in |
|
88 |
$ISABELLE_HOME/etc/abbrevs and $ISABELLE_HOME_USER/etc/abbrevs, with |
|
89 |
support for simple templates using ASCII 007 (bell) as placeholder. |
|
90 |
||
61483 | 91 |
* Action "isabelle-emph" (with keyboard shortcut C+e LEFT) controls |
92 |
emphasized text style; the effect is visible in document output, not in |
|
93 |
the editor. |
|
94 |
||
95 |
* Action "isabelle-reset" now uses keyboard shortcut C+e BACK_SPACE, |
|
96 |
instead of former C+e LEFT. |
|
97 |
||
61512
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
98 |
* The command-line tool "isabelle jedit" and the isabelle.Main |
62027 | 99 |
application wrapper treat the default $USER_HOME/Scratch.thy more |
61512
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
100 |
uniformly, and allow the dummy file argument ":" to open an empty buffer |
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
101 |
instead. |
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
102 |
|
62017 | 103 |
* New command-line tool "isabelle jedit_client" allows to connect to an |
104 |
already running Isabelle/jEdit process. This achieves the effect of |
|
105 |
single-instance applications seen on common GUI desktops. |
|
106 |
||
61529
82fc5a6231a2
back to traditional Metal as default, and thus evade current problems with Nimbus scrollbar slider;
wenzelm
parents:
61520
diff
changeset
|
107 |
* The default look-and-feel for Linux is the traditional "Metal", which |
82fc5a6231a2
back to traditional Metal as default, and thus evade current problems with Nimbus scrollbar slider;
wenzelm
parents:
61520
diff
changeset
|
108 |
works better with GUI scaling for very high-resolution displays (e.g. |
82fc5a6231a2
back to traditional Metal as default, and thus evade current problems with Nimbus scrollbar slider;
wenzelm
parents:
61520
diff
changeset
|
109 |
4K). Moreover, it is generally more robust than "Nimbus". |
82fc5a6231a2
back to traditional Metal as default, and thus evade current problems with Nimbus scrollbar slider;
wenzelm
parents:
61520
diff
changeset
|
110 |
|
62034 | 111 |
* The main Isabelle executable is managed as single-instance Desktop |
112 |
application uniformly on all platforms: Linux, Windows, Mac OS X. |
|
113 |
||
114 |
* Update to jedit-5.3.0, with improved GUI scaling and support of |
|
115 |
high-resolution displays (e.g. 4K). |
|
116 |
||
60610
f52b4b0c10c4
improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
wenzelm
parents:
60595
diff
changeset
|
117 |
|
61405 | 118 |
*** Document preparation *** |
119 |
||
62017 | 120 |
* Commands 'paragraph' and 'subparagraph' provide additional section |
121 |
headings. Thus there are 6 levels of standard headings, as in HTML. |
|
122 |
||
123 |
* Command 'text_raw' has been clarified: input text is processed as in |
|
124 |
'text' (with antiquotations and control symbols). The key difference is |
|
125 |
the lack of the surrounding isabelle markup environment in output. |
|
126 |
||
127 |
* Text is structured in paragraphs and nested lists, using notation that |
|
128 |
is similar to Markdown. The control symbols for list items are as |
|
129 |
follows: |
|
130 |
||
131 |
\<^item> itemize |
|
132 |
\<^enum> enumerate |
|
133 |
\<^descr> description |
|
134 |
||
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
135 |
* There is a new short form for antiquotations with a single argument |
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
136 |
that is a cartouche: \<^name>\<open>...\<close> is equivalent to @{name \<open>...\<close>} and |
61595 | 137 |
\<open>...\<close> without control symbol is equivalent to @{cartouche \<open>...\<close>}. |
138 |
\<^name> without following cartouche is equivalent to @{name}. The |
|
61501 | 139 |
standard Isabelle fonts provide glyphs to render important control |
140 |
symbols, e.g. "\<^verbatim>", "\<^emph>", "\<^bold>". |
|
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
141 |
|
61595 | 142 |
* Antiquotations @{noindent}, @{smallskip}, @{medskip}, @{bigskip} with |
143 |
corresponding control symbols \<^noindent>, \<^smallskip>, \<^medskip>, \<^bigskip> specify spacing formally, using |
|
144 |
standard LaTeX macros of the same names. |
|
145 |
||
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
146 |
* Antiquotation @{cartouche} in Isabelle/Pure is the same as @{text}. |
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
147 |
Consequently, \<open>...\<close> without any decoration prints literal quasi-formal |
61492 | 148 |
text. Command-line tool "isabelle update_cartouches -t" helps to update |
149 |
old sources, by approximative patching of the content of string and |
|
150 |
cartouche tokens seen in theory sources. |
|
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
151 |
|
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
152 |
* The @{text} antiquotation now ignores the antiquotation option |
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
153 |
"source". The given text content is output unconditionally, without any |
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
154 |
surrounding quotes etc. Subtle INCOMPATIBILITY, put quotes into the |
61494 | 155 |
argument where they are really intended, e.g. @{text \<open>"foo"\<close>}. Initial |
156 |
or terminal spaces are ignored. |
|
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
157 |
|
62017 | 158 |
* Antiquotations @{emph} and @{bold} output LaTeX source recursively, |
159 |
adding appropriate text style markup. These may be used in the short |
|
160 |
form \<^emph>\<open>...\<close> and \<^bold>\<open>...\<close>. |
|
161 |
||
162 |
* Document antiquotation @{footnote} outputs LaTeX source recursively, |
|
163 |
marked as \footnote{}. This may be used in the short form \<^footnote>\<open>...\<close>. |
|
164 |
||
165 |
* Antiquotation @{verbatim [display]} supports option "indent". |
|
166 |
||
167 |
* Antiquotation @{theory_text} prints uninterpreted theory source text |
|
168 |
(outer syntax with command keywords etc.). This may be used in the short |
|
169 |
form \<^theory_text>\<open>...\<close>. @{theory_text [display]} supports option "indent". |
|
170 |
||
171 |
* Antiquotation @{doc ENTRY} provides a reference to the given |
|
172 |
documentation, with a hyperlink in the Prover IDE. |
|
173 |
||
174 |
* Antiquotations @{command}, @{method}, @{attribute} print checked |
|
175 |
entities of the Isar language. |
|
176 |
||
61471 | 177 |
* HTML presentation uses the standard IsabelleText font and Unicode |
178 |
rendering of Isabelle symbols like Isabelle/Scala/jEdit. The former |
|
61488 | 179 |
print mode "HTML" loses its special meaning. |
61471 | 180 |
|
61405 | 181 |
|
60406 | 182 |
*** Isar *** |
183 |
||
60414 | 184 |
* Local goals ('have', 'show', 'hence', 'thus') allow structured |
61733 | 185 |
rule statements like fixes/assumes/shows in theorem specifications, but |
186 |
the notation is postfix with keywords 'if' (or 'when') and 'for'. For |
|
60555
51a6997b1384
support 'when' statement, which corresponds to 'presume';
wenzelm
parents:
60554
diff
changeset
|
187 |
example: |
60414 | 188 |
|
189 |
have result: "C x y" |
|
190 |
if "A x" and "B y" |
|
191 |
for x :: 'a and y :: 'a |
|
192 |
<proof> |
|
193 |
||
60449 | 194 |
The local assumptions are bound to the name "that". The result is |
195 |
exported from context of the statement as usual. The above roughly |
|
60414 | 196 |
corresponds to a raw proof block like this: |
197 |
||
198 |
{ |
|
199 |
fix x :: 'a and y :: 'a |
|
60449 | 200 |
assume that: "A x" "B y" |
60414 | 201 |
have "C x y" <proof> |
202 |
} |
|
203 |
note result = this |
|
60406 | 204 |
|
60555
51a6997b1384
support 'when' statement, which corresponds to 'presume';
wenzelm
parents:
60554
diff
changeset
|
205 |
The keyword 'when' may be used instead of 'if', to indicate 'presume' |
51a6997b1384
support 'when' statement, which corresponds to 'presume';
wenzelm
parents:
60554
diff
changeset
|
206 |
instead of 'assume' above. |
51a6997b1384
support 'when' statement, which corresponds to 'presume';
wenzelm
parents:
60554
diff
changeset
|
207 |
|
61733 | 208 |
* Assumptions ('assume', 'presume') allow structured rule statements |
209 |
using 'if' and 'for', similar to 'have' etc. above. For example: |
|
61658 | 210 |
|
211 |
assume result: "C x y" |
|
212 |
if "A x" and "B y" |
|
213 |
for x :: 'a and y :: 'a |
|
214 |
||
215 |
This assumes "\<And>x y::'a. A x \<Longrightarrow> B y \<Longrightarrow> C x y" and produces a general |
|
216 |
result as usual: "A ?x \<Longrightarrow> B ?y \<Longrightarrow> C ?x ?y". |
|
217 |
||
218 |
Vacuous quantification in assumptions is omitted, i.e. a for-context |
|
219 |
only effects propositions according to actual use of variables. For |
|
220 |
example: |
|
221 |
||
222 |
assume "A x" and "B y" for x and y |
|
223 |
||
224 |
is equivalent to: |
|
225 |
||
226 |
assume "\<And>x. A x" and "\<And>y. B y" |
|
227 |
||
60595 | 228 |
* The meaning of 'show' with Pure rule statements has changed: premises |
229 |
are treated in the sense of 'assume', instead of 'presume'. This means, |
|
230 |
a goal like "\<And>x. A x \<Longrightarrow> B x \<Longrightarrow> C x" can be solved completely as follows: |
|
231 |
||
232 |
show "\<And>x. A x \<Longrightarrow> B x \<Longrightarrow> C x" |
|
233 |
||
234 |
or: |
|
235 |
||
236 |
show "C x" if "A x" "B x" for x |
|
237 |
||
238 |
Rare INCOMPATIBILITY, the old behaviour may be recovered as follows: |
|
239 |
||
240 |
show "C x" when "A x" "B x" for x |
|
241 |
||
60459 | 242 |
* New command 'consider' states rules for generalized elimination and |
243 |
case splitting. This is like a toplevel statement "theorem obtains" used |
|
244 |
within a proof body; or like a multi-branch 'obtain' without activation |
|
245 |
of the local context elements yet. |
|
246 |
||
60455 | 247 |
* Proof method "cases" allows to specify the rule as first entry of |
248 |
chained facts. This is particularly useful with 'consider': |
|
249 |
||
250 |
consider (a) A | (b) B | (c) C <proof> |
|
251 |
then have something |
|
252 |
proof cases |
|
253 |
case a |
|
254 |
then show ?thesis <proof> |
|
255 |
next |
|
256 |
case b |
|
257 |
then show ?thesis <proof> |
|
258 |
next |
|
259 |
case c |
|
260 |
then show ?thesis <proof> |
|
261 |
qed |
|
262 |
||
60565 | 263 |
* Command 'case' allows fact name and attribute specification like this: |
264 |
||
265 |
case a: (c xs) |
|
266 |
case a [attributes]: (c xs) |
|
267 |
||
268 |
Facts that are introduced by invoking the case context are uniformly |
|
269 |
qualified by "a"; the same name is used for the cumulative fact. The old |
|
270 |
form "case (c xs) [attributes]" is no longer supported. Rare |
|
271 |
INCOMPATIBILITY, need to adapt uses of case facts in exotic situations, |
|
272 |
and always put attributes in front. |
|
273 |
||
60618
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
274 |
* The standard proof method of commands 'proof' and '..' is now called |
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
275 |
"standard" to make semantically clear what it is; the old name "default" |
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
276 |
is still available as legacy for some time. Documentation now explains |
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
277 |
'..' more accurately as "by standard" instead of "by rule". |
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
278 |
|
62017 | 279 |
* Nesting of Isar goal structure has been clarified: the context after |
280 |
the initial backwards refinement is retained for the whole proof, within |
|
281 |
all its context sections (as indicated via 'next'). This is e.g. |
|
282 |
relevant for 'using', 'including', 'supply': |
|
283 |
||
284 |
have "A \<and> A" if a: A for A |
|
285 |
supply [simp] = a |
|
286 |
proof |
|
287 |
show A by simp |
|
288 |
next |
|
289 |
show A by simp |
|
290 |
qed |
|
291 |
||
292 |
* Command 'obtain' binds term abbreviations (via 'is' patterns) in the |
|
293 |
proof body as well, abstracted over relevant parameters. |
|
294 |
||
295 |
* Improved type-inference for theorem statement 'obtains': separate |
|
296 |
parameter scope for of each clause. |
|
297 |
||
298 |
* Term abbreviations via 'is' patterns also work for schematic |
|
299 |
statements: result is abstracted over unknowns. |
|
300 |
||
60631 | 301 |
* Command 'subgoal' allows to impose some structure on backward |
302 |
refinements, to avoid proof scripts degenerating into long of 'apply' |
|
303 |
sequences. Further explanations and examples are given in the isar-ref |
|
304 |
manual. |
|
305 |
||
62017 | 306 |
* Command 'supply' supports fact definitions during goal refinement |
307 |
('apply' scripts). |
|
308 |
||
61166
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
309 |
* Proof method "goal_cases" turns the current subgoals into cases within |
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
310 |
the context; the conclusion is bound to variable ?case in each case. For |
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
311 |
example: |
60617 | 312 |
|
313 |
lemma "\<And>x. A x \<Longrightarrow> B x \<Longrightarrow> C x" |
|
60622 | 314 |
and "\<And>y z. U y \<Longrightarrow> V z \<Longrightarrow> W y z" |
61166
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
315 |
proof goal_cases |
60622 | 316 |
case (1 x) |
317 |
then show ?case using \<open>A x\<close> \<open>B x\<close> sorry |
|
318 |
next |
|
319 |
case (2 y z) |
|
320 |
then show ?case using \<open>U y\<close> \<open>V z\<close> sorry |
|
321 |
qed |
|
322 |
||
323 |
lemma "\<And>x. A x \<Longrightarrow> B x \<Longrightarrow> C x" |
|
324 |
and "\<And>y z. U y \<Longrightarrow> V z \<Longrightarrow> W y z" |
|
61166
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
325 |
proof goal_cases |
60617 | 326 |
case prems: 1 |
327 |
then show ?case using prems sorry |
|
328 |
next |
|
329 |
case prems: 2 |
|
330 |
then show ?case using prems sorry |
|
331 |
qed |
|
60578 | 332 |
|
60581 | 333 |
* The undocumented feature of implicit cases goal1, goal2, goal3, etc. |
60617 | 334 |
is marked as legacy, and will be removed eventually. The proof method |
335 |
"goals" achieves a similar effect within regular Isar; often it can be |
|
336 |
done more adequately by other means (e.g. 'consider'). |
|
60581 | 337 |
|
62017 | 338 |
* The vacuous fact "TERM x" may be established "by fact" or as `TERM x` |
339 |
as well, not just "by this" or "." as before. |
|
60551 | 340 |
|
60554 | 341 |
* Method "sleep" succeeds after a real-time delay (in seconds). This is |
342 |
occasionally useful for demonstration and testing purposes. |
|
343 |
||
60406 | 344 |
|
60331 | 345 |
*** Pure *** |
346 |
||
61606
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
347 |
* Qualifiers in locale expressions default to mandatory ('!') regardless |
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
348 |
of the command. Previously, for 'locale' and 'sublocale' the default was |
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
349 |
optional ('?'). The old synatx '!' has been discontinued. |
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
350 |
INCOMPATIBILITY, remove '!' and add '?' as required. |
61565
352c73a689da
Qualifiers in locale expressions default to mandatory regardless of the command.
ballarin
parents:
61551
diff
changeset
|
351 |
|
61566
c3d6e570ccef
Keyword 'rewrites' identifies rewrite morphisms.
ballarin
parents:
61565
diff
changeset
|
352 |
* Keyword 'rewrites' identifies rewrite morphisms in interpretation |
62017 | 353 |
commands. Previously, the keyword was 'where'. INCOMPATIBILITY. |
61566
c3d6e570ccef
Keyword 'rewrites' identifies rewrite morphisms.
ballarin
parents:
61565
diff
changeset
|
354 |
|
61701
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
355 |
* More gentle suppression of syntax along locale morphisms while |
62017 | 356 |
printing terms. Previously 'abbreviation' and 'notation' declarations |
357 |
would be suppressed for morphisms except term identity. Now |
|
61701
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
358 |
'abbreviation' is also kept for morphims that only change the involved |
62017 | 359 |
parameters, and only 'notation' is suppressed. This can be of great help |
360 |
when working with complex locale hierarchies, because proof states are |
|
361 |
displayed much more succinctly. It also means that only notation needs |
|
362 |
to be redeclared if desired, as illustrated by this example: |
|
61701
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
363 |
|
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
364 |
locale struct = fixes composition :: "'a => 'a => 'a" (infixl "\<cdot>" 65) |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
365 |
begin |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
366 |
definition derived (infixl "\<odot>" 65) where ... |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
367 |
end |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
368 |
|
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
369 |
locale morphism = |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
370 |
left: struct composition + right: struct composition' |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
371 |
for composition (infix "\<cdot>" 65) and composition' (infix "\<cdot>''" 65) |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
372 |
begin |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
373 |
notation right.derived ("\<odot>''") |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
374 |
end |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
375 |
|
61895 | 376 |
* Command 'global_interpretation' issues interpretations into global |
377 |
theories, with optional rewrite definitions following keyword 'defines'. |
|
378 |
||
379 |
* Command 'sublocale' accepts optional rewrite definitions after keyword |
|
61675 | 380 |
'defines'. |
381 |
||
61895 | 382 |
* Command 'permanent_interpretation' has been discontinued. Use |
383 |
'global_interpretation' or 'sublocale' instead. INCOMPATIBILITY. |
|
61670
301e0b4ecd45
coalesce permanent_interpretation.ML with interpretation.ML
haftmann
parents:
61660
diff
changeset
|
384 |
|
61252 | 385 |
* Command 'print_definitions' prints dependencies of definitional |
386 |
specifications. This functionality used to be part of 'print_theory'. |
|
387 |
||
60331 | 388 |
* Configuration option rule_insts_schematic has been discontinued |
62017 | 389 |
(intermediate legacy feature in Isabelle2015). INCOMPATIBILITY. |
60331 | 390 |
|
60347 | 391 |
* Abbreviations in type classes now carry proper sort constraint. |
392 |
Rare INCOMPATIBILITY in situations where the previous misbehaviour |
|
61228 | 393 |
has been exploited. |
60347 | 394 |
|
395 |
* Refinement of user-space type system in type classes: pseudo-local |
|
396 |
operations behave more similar to abbreviations. Potential |
|
397 |
INCOMPATIBILITY in exotic situations. |
|
398 |
||
399 |
||
60171 | 400 |
*** HOL *** |
401 |
||
62017 | 402 |
* The 'typedef' command has been upgraded from a partially checked |
403 |
"axiomatization", to a full definitional specification that takes the |
|
404 |
global collection of overloaded constant / type definitions into |
|
405 |
account. Type definitions with open dependencies on overloaded |
|
406 |
definitions need to be specified as "typedef (overloaded)". This |
|
407 |
provides extra robustness in theory construction. Rare INCOMPATIBILITY. |
|
408 |
||
409 |
* Qualification of various formal entities in the libraries is done more |
|
410 |
uniformly via "context begin qualified definition ... end" instead of |
|
411 |
old-style "hide_const (open) ...". Consequently, both the defined |
|
412 |
constant and its defining fact become qualified, e.g. Option.is_none and |
|
413 |
Option.is_none_def. Occasional INCOMPATIBILITY in applications. |
|
414 |
||
415 |
* Some old and rarely used ASCII replacement syntax has been removed. |
|
416 |
INCOMPATIBILITY, standard syntax with symbols should be used instead. |
|
417 |
The subsequent commands help to reproduce the old forms, e.g. to |
|
418 |
simplify porting old theories: |
|
419 |
||
420 |
notation iff (infixr "<->" 25) |
|
421 |
||
422 |
notation Times (infixr "<*>" 80) |
|
423 |
||
424 |
type_notation Map.map (infixr "~=>" 0) |
|
425 |
notation Map.map_comp (infixl "o'_m" 55) |
|
426 |
||
427 |
type_notation FinFun.finfun ("(_ =>f /_)" [22, 21] 21) |
|
428 |
||
429 |
notation FuncSet.funcset (infixr "->" 60) |
|
430 |
notation FuncSet.extensional_funcset (infixr "->\<^sub>E" 60) |
|
431 |
||
432 |
notation Omega_Words_Fun.conc (infixr "conc" 65) |
|
433 |
||
434 |
notation Preorder.equiv ("op ~~") |
|
435 |
and Preorder.equiv ("(_/ ~~ _)" [51, 51] 50) |
|
436 |
||
437 |
notation (in topological_space) tendsto (infixr "--->" 55) |
|
438 |
notation (in topological_space) LIMSEQ ("((_)/ ----> (_))" [60, 60] 60) |
|
439 |
notation LIM ("((_)/ -- (_)/ --> (_))" [60, 0, 60] 60) |
|
440 |
||
441 |
notation NSA.approx (infixl "@=" 50) |
|
442 |
notation NSLIMSEQ ("((_)/ ----NS> (_))" [60, 60] 60) |
|
443 |
notation NSLIM ("((_)/ -- (_)/ --NS> (_))" [60, 0, 60] 60) |
|
444 |
||
445 |
* The alternative notation "\<Colon>" for type and sort constraints has been |
|
446 |
removed: in LaTeX document output it looks the same as "::". |
|
447 |
INCOMPATIBILITY, use plain "::" instead. |
|
448 |
||
449 |
* Commands 'inductive' and 'inductive_set' work better when names for |
|
450 |
intro rules are omitted: the "cases" and "induct" rules no longer |
|
451 |
declare empty case_names, but no case_names at all. This allows to use |
|
452 |
numbered cases in proofs, without requiring method "goal_cases". |
|
453 |
||
454 |
* Inductive definitions ('inductive', 'coinductive', etc.) expose |
|
455 |
low-level facts of the internal construction only if the option |
|
62093 | 456 |
"inductive_internals" is enabled. This refers to the internal predicate |
62017 | 457 |
definition and its monotonicity result. Rare INCOMPATIBILITY. |
458 |
||
459 |
* Recursive function definitions ('fun', 'function', 'partial_function') |
|
460 |
expose low-level facts of the internal construction only if the option |
|
62093 | 461 |
"function_internals" is enabled. Rare INCOMPATIBILITY. |
462 |
||
463 |
* BNF datatypes ('datatype', 'codatatype', etc.) expose low-level facts |
|
464 |
of the internal construction only if the option "bnf_internals" is |
|
465 |
enabled. This supersedes the former option "bnf_note_all". Rare |
|
466 |
INCOMPATIBILITY. |
|
62017 | 467 |
|
468 |
* Combinator to represent case distinction on products is named |
|
469 |
"case_prod", uniformly, discontinuing any input aliasses. Very popular |
|
470 |
theorem aliasses have been retained. |
|
471 |
||
61424
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
472 |
Consolidated facts: |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
473 |
PairE ~> prod.exhaust |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
474 |
Pair_eq ~> prod.inject |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
475 |
pair_collapse ~> prod.collapse |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
476 |
Pair_fst_snd_eq ~> prod_eq_iff |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
477 |
split_twice ~> prod.case_distrib |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
478 |
split_weak_cong ~> prod.case_cong_weak |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
479 |
split_split ~> prod.split |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
480 |
split_split_asm ~> prod.split_asm |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
481 |
splitI ~> case_prodI |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
482 |
splitD ~> case_prodD |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
483 |
splitI2 ~> case_prodI2 |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
484 |
splitI2' ~> case_prodI2' |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
485 |
splitE ~> case_prodE |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
486 |
splitE' ~> case_prodE' |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
487 |
split_pair ~> case_prod_Pair |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
488 |
split_eta ~> case_prod_eta |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
489 |
split_comp ~> case_prod_comp |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
490 |
mem_splitI ~> mem_case_prodI |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
491 |
mem_splitI2 ~> mem_case_prodI2 |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
492 |
mem_splitE ~> mem_case_prodE |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
493 |
The_split ~> The_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
494 |
cond_split_eta ~> cond_case_prod_eta |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
495 |
Collect_split_in_rel_leE ~> Collect_case_prod_in_rel_leE |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
496 |
Collect_split_in_rel_leI ~> Collect_case_prod_in_rel_leI |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
497 |
in_rel_Collect_split_eq ~> in_rel_Collect_case_prod_eq |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
498 |
Collect_split_Grp_eqD ~> Collect_case_prod_Grp_eqD |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
499 |
Collect_split_Grp_inD ~> Collect_case_prod_Grp_in |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
500 |
Domain_Collect_split ~> Domain_Collect_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
501 |
Image_Collect_split ~> Image_Collect_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
502 |
Range_Collect_split ~> Range_Collect_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
503 |
Eps_split ~> Eps_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
504 |
Eps_split_eq ~> Eps_case_prod_eq |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
505 |
split_rsp ~> case_prod_rsp |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
506 |
curry_split ~> curry_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
507 |
split_curry ~> case_prod_curry |
62017 | 508 |
|
61424
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
509 |
Changes in structure HOLogic: |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
510 |
split_const ~> case_prod_const |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
511 |
mk_split ~> mk_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
512 |
mk_psplits ~> mk_ptupleabs |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
513 |
strip_psplits ~> strip_ptupleabs |
62017 | 514 |
|
515 |
INCOMPATIBILITY. |
|
516 |
||
517 |
* The coercions to type 'real' have been reorganised. The function |
|
518 |
'real' is no longer overloaded, but has type 'nat => real' and |
|
519 |
abbreviates of_nat for that type. Also 'real_of_int :: int => real' |
|
520 |
abbreviates of_int for that type. Other overloaded instances of 'real' |
|
521 |
have been replaced by 'real_of_ereal' and 'real_of_float'. |
|
522 |
||
61694
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
523 |
Consolidated facts (among others): |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
524 |
real_of_nat_le_iff -> of_nat_le_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
525 |
real_of_nat_numeral of_nat_numeral |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
526 |
real_of_int_zero of_int_0 |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
527 |
real_of_nat_zero of_nat_0 |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
528 |
real_of_one of_int_1 |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
529 |
real_of_int_add of_int_add |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
530 |
real_of_nat_add of_nat_add |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
531 |
real_of_int_diff of_int_diff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
532 |
real_of_nat_diff of_nat_diff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
533 |
floor_subtract floor_diff_of_int |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
534 |
real_of_int_inject of_int_eq_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
535 |
real_of_int_gt_zero_cancel_iff of_int_0_less_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
536 |
real_of_int_ge_zero_cancel_iff of_int_0_le_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
537 |
real_of_nat_ge_zero of_nat_0_le_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
538 |
real_of_int_ceiling_ge le_of_int_ceiling |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
539 |
ceiling_less_eq ceiling_less_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
540 |
ceiling_le_eq ceiling_le_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
541 |
less_floor_eq less_floor_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
542 |
floor_less_eq floor_less_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
543 |
floor_divide_eq_div floor_divide_of_int_eq |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
544 |
real_of_int_zero_cancel of_nat_eq_0_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
545 |
ceiling_real_of_int ceiling_of_int |
62017 | 546 |
|
547 |
INCOMPATIBILITY. |
|
61143 | 548 |
|
60841 | 549 |
* Theory Map: lemma map_of_is_SomeD was a clone of map_of_SomeD and has |
550 |
been removed. INCOMPATIBILITY. |
|
551 |
||
60712
3ba16d28449d
Quickcheck setup for finite sets
Lars Hupel <lars.hupel@mytum.de>
parents:
60707
diff
changeset
|
552 |
* Quickcheck setup for finite sets. |
3ba16d28449d
Quickcheck setup for finite sets
Lars Hupel <lars.hupel@mytum.de>
parents:
60707
diff
changeset
|
553 |
|
60171 | 554 |
* Discontinued simp_legacy_precond. Potential INCOMPATIBILITY. |
60138 | 555 |
|
60306
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
556 |
* Sledgehammer: |
61318 | 557 |
- The MaSh relevance filter has been sped up. |
60306
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
558 |
- Proof reconstruction has been improved, to minimize the incidence of |
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
559 |
cases where Sledgehammer gives a proof that does not work. |
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
560 |
- Auto Sledgehammer now minimizes and preplays the results. |
61030 | 561 |
- Handle Vampire 4.0 proof output without raising exception. |
61043 | 562 |
- Eliminated "MASH" environment variable. Use the "MaSh" option in |
563 |
Isabelle/jEdit instead. INCOMPATIBILITY. |
|
61317 | 564 |
- Eliminated obsolete "blocking" option and related subcommands. |
60306
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
565 |
|
60310 | 566 |
* Nitpick: |
61325
1cfc476198c9
avoid too aggressive optimization of 'finite' predicate
blanchet
parents:
61324
diff
changeset
|
567 |
- Fixed soundness bug in translation of "finite" predicate. |
61324
d4ec7594f558
avoid unsound simplification of (C (s x)) when s is a selector but not C's
blanchet
parents:
61318
diff
changeset
|
568 |
- Fixed soundness bug in "destroy_constrs" optimization. |
62080 | 569 |
- Fixed soundness bug in translation of "rat" type. |
60310 | 570 |
- Removed "check_potential" and "check_genuine" options. |
61317 | 571 |
- Eliminated obsolete "blocking" option. |
60310 | 572 |
|
62027 | 573 |
* (Co)datatype package: |
61345 | 574 |
- New commands "lift_bnf" and "copy_bnf" for lifting (copying) a BNF |
575 |
structure on the raw type to an abstract type defined using typedef. |
|
576 |
- Always generate "case_transfer" theorem. |
|
61551 | 577 |
- Allow discriminators and selectors with the same name as the type |
578 |
being defined. |
|
579 |
- Avoid various internal name clashes (e.g., 'datatype f = f'). |
|
60920 | 580 |
|
62098 | 581 |
* Transfer: new methods for interactive debugging of 'transfer' and |
582 |
'transfer_prover': 'transfer_start', 'transfer_step', 'transfer_end', |
|
583 |
'transfer_prover_start' and 'transfer_prover_end'. |
|
61370 | 584 |
|
60868
dd18c33c001e
direct bootstrap of integer division from natural division
haftmann
parents:
60841
diff
changeset
|
585 |
* Division on integers is bootstrapped directly from division on |
62017 | 586 |
naturals and uses generic numeral algorithm for computations. Slight |
587 |
INCOMPATIBILITY, simproc numeral_divmod replaces and generalizes former |
|
588 |
simprocs binary_int_div and binary_int_mod |
|
589 |
||
590 |
* Tightened specification of class semiring_no_zero_divisors. Minor |
|
60516
0826b7025d07
generalized some theorems about integral domains and moved to HOL theories
haftmann
parents:
60515
diff
changeset
|
591 |
INCOMPATIBILITY. |
0826b7025d07
generalized some theorems about integral domains and moved to HOL theories
haftmann
parents:
60515
diff
changeset
|
592 |
|
60688
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
593 |
* Class algebraic_semidom introduces common algebraic notions of |
62017 | 594 |
integral (semi)domains, particularly units. Although logically subsumed |
595 |
by fields, is is not a super class of these in order not to burden |
|
596 |
fields with notions that are trivial there. |
|
597 |
||
598 |
* Class normalization_semidom specifies canonical representants for |
|
599 |
equivalence classes of associated elements in an integral (semi)domain. |
|
600 |
This formalizes associated elements as well. |
|
60688
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
601 |
|
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
602 |
* Abstract specification of gcd/lcm operations in classes semiring_gcd, |
62017 | 603 |
semiring_Gcd, semiring_Lcd. Minor INCOMPATIBILITY: facts gcd_nat.commute |
604 |
and gcd_int.commute are subsumed by gcd.commute, as well as |
|
605 |
gcd_nat.assoc and gcd_int.assoc by gcd.assoc. |
|
606 |
||
607 |
* Former constants Fields.divide (_ / _) and Divides.div (_ div _) are |
|
608 |
logically unified to Rings.divide in syntactic type class Rings.divide, |
|
609 |
with infix syntax (_ div _). Infix syntax (_ / _) for field division is |
|
610 |
added later as abbreviation in class Fields.inverse. INCOMPATIBILITY, |
|
611 |
instantiations must refer to Rings.divide rather than the former |
|
612 |
separate constants, hence infix syntax (_ / _) is usually not available |
|
613 |
during instantiation. |
|
614 |
||
615 |
* New cancellation simprocs for boolean algebras to cancel complementary |
|
616 |
terms for sup and inf. For example, "sup x (sup y (- x))" simplifies to |
|
617 |
"top". INCOMPATIBILITY. |
|
61629
90f54d9e63f2
cancel complementary terms as arguments to sup/inf in boolean algebras
Andreas Lochbihler
parents:
61623
diff
changeset
|
618 |
|
62101 | 619 |
* Class uniform_space introduces uniform spaces btw topological spaces |
620 |
and metric spaces. Minor INCOMPATIBILITY: open_<type>_def needs to be |
|
621 |
introduced in the form of an uniformity. Some constants are more |
|
622 |
general now, it may be necessary to add type class constraints. |
|
623 |
||
624 |
open_real_def \<leadsto> open_dist |
|
625 |
open_complex_def \<leadsto> open_dist |
|
626 |
||
62026 | 627 |
* Library/Monad_Syntax: notation uses symbols \<bind> and \<then>. INCOMPATIBILITY. |
628 |
||
60397
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
629 |
* Library/Multiset: |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
630 |
- Renamed multiset inclusion operators: |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
631 |
< ~> <# |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
632 |
\<subset> ~> \<subset># |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
633 |
<= ~> <=# |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
634 |
\<le> ~> \<le># |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
635 |
\<subseteq> ~> \<subseteq># |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
636 |
INCOMPATIBILITY. |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
637 |
- "'a multiset" is no longer an instance of the "order", |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
638 |
"ordered_ab_semigroup_add_imp_le", "ordered_cancel_comm_monoid_diff", |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
639 |
"semilattice_inf", and "semilattice_sup" type classes. The theorems |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
640 |
previously provided by these type classes (directly or indirectly) |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
641 |
are now available through the "subset_mset" interpretation |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
642 |
(e.g. add_mono ~> subset_mset.add_mono). |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
643 |
INCOMPATIBILITY. |
60497 | 644 |
- Renamed conversions: |
60515 | 645 |
multiset_of ~> mset |
646 |
multiset_of_set ~> mset_set |
|
60497 | 647 |
set_of ~> set_mset |
648 |
INCOMPATIBILITY |
|
60398 | 649 |
- Renamed lemmas: |
650 |
mset_le_def ~> subseteq_mset_def |
|
651 |
mset_less_def ~> subset_mset_def |
|
60400 | 652 |
less_eq_multiset.rep_eq ~> subseteq_mset_def |
653 |
INCOMPATIBILITY |
|
654 |
- Removed lemmas generated by lift_definition: |
|
655 |
less_eq_multiset.abs_eq, less_eq_multiset.rsp less_eq_multiset.transfer |
|
656 |
less_eq_multiset_def |
|
657 |
INCOMPATIBILITY |
|
60006 | 658 |
|
62017 | 659 |
* Library/Omega_Words_Fun: Infinite words modeled as functions nat \<Rightarrow> 'a. |
660 |
||
661 |
* Library/Bourbaki_Witt_Fixpoint: Added formalisation of the |
|
662 |
Bourbaki-Witt fixpoint theorem for increasing functions in |
|
663 |
chain-complete partial orders. |
|
664 |
||
665 |
* Library/Old_Recdef: discontinued obsolete 'defer_recdef' command. |
|
666 |
Minor INCOMPATIBILITY, use 'function' instead. |
|
667 |
||
62064 | 668 |
* Library/Periodic_Fun: a locale that provides convenient lemmas for |
669 |
periodic functions. |
|
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62034
diff
changeset
|
670 |
|
62098 | 671 |
* Library/Formal_Power_Series: proper definition of division (with |
672 |
remainder) for formal power series; instances for Euclidean Ring and |
|
673 |
GCD. |
|
62086
1c0246456ab9
Added formal power series updates to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62084
diff
changeset
|
674 |
|
62084 | 675 |
* HOL-Imperative_HOL: obsolete theory Legacy_Mrec has been removed. |
676 |
||
677 |
* HOL-Statespace: command 'statespace' uses mandatory qualifier for |
|
678 |
import of parent, as for general 'locale' expressions. INCOMPATIBILITY, |
|
679 |
remove '!' and add '?' as required. |
|
680 |
||
681 |
* HOL-Multivariate_Analysis: theory Cauchy_Integral_Thm with Contour |
|
682 |
integrals (= complex path integrals), Cauchy's integral theorem, winding |
|
683 |
numbers and Cauchy's integral formula, Liouville theorem, Fundamental |
|
684 |
Theorem of Algebra. Ported from HOL Light. |
|
685 |
||
686 |
* HOL-Multivariate_Analysis: topological concepts such as connected |
|
62017 | 687 |
components, homotopic paths and the inside or outside of a set. |
61121
efe8b18306b7
do not expose low-level "_def" facts of 'function' definitions, to avoid potential confusion with the situation of plain 'definition';
wenzelm
parents:
61119
diff
changeset
|
688 |
|
62084 | 689 |
* HOL-Multivariate_Analysis: radius of convergence of power series and |
62064 | 690 |
various summability tests; Harmonic numbers and the Euler–Mascheroni |
691 |
constant; the Generalised Binomial Theorem; the complex and real |
|
692 |
Gamma/log-Gamma/Digamma/ Polygamma functions and their most important |
|
693 |
properties. |
|
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62034
diff
changeset
|
694 |
|
62084 | 695 |
* HOL-Probability: The central limit theorem based on Levy's uniqueness |
696 |
and continuity theorems, weak convergence, and characterisitc functions. |
|
697 |
||
698 |
* HOL-Data_Structures: new and growing session of standard data |
|
699 |
structures. |
|
61178
0b071f72f330
Omega_Words_Fun: Infinite words as functions from nat.
lammich <lammich@in.tum.de>
parents:
61174
diff
changeset
|
700 |
|
60479 | 701 |
|
60793 | 702 |
*** ML *** |
703 |
||
62017 | 704 |
* The following combinators for low-level profiling of the ML runtime |
705 |
system are available: |
|
706 |
||
707 |
profile_time (*CPU time*) |
|
708 |
profile_time_thread (*CPU time on this thread*) |
|
709 |
profile_allocations (*overall heap allocations*) |
|
710 |
||
711 |
* Antiquotation @{undefined} or \<^undefined> inlines (raise Match). |
|
712 |
||
62075 | 713 |
* Antiquotation @{method NAME} inlines the (checked) name of the given |
714 |
Isar proof method. |
|
715 |
||
61922 | 716 |
* Pretty printing of Poly/ML compiler output in Isabelle has been |
717 |
improved: proper treatment of break offsets and blocks with consistent |
|
718 |
breaks. |
|
719 |
||
61268 | 720 |
* The auxiliary module Pure/display.ML has been eliminated. Its |
721 |
elementary thm print operations are now in Pure/more_thm.ML and thus |
|
722 |
called Thm.pretty_thm, Thm.string_of_thm etc. INCOMPATIBILITY. |
|
723 |
||
61144 | 724 |
* Simproc programming interfaces have been simplified: |
725 |
Simplifier.make_simproc and Simplifier.define_simproc supersede various |
|
726 |
forms of Simplifier.mk_simproc, Simplifier.simproc_global etc. Note that |
|
727 |
term patterns for the left-hand sides are specified with implicitly |
|
728 |
fixed variables, like top-level theorem statements. INCOMPATIBILITY. |
|
729 |
||
60802 | 730 |
* Instantiation rules have been re-organized as follows: |
731 |
||
732 |
Thm.instantiate (*low-level instantiation with named arguments*) |
|
733 |
Thm.instantiate' (*version with positional arguments*) |
|
734 |
||
735 |
Drule.infer_instantiate (*instantiation with type inference*) |
|
736 |
Drule.infer_instantiate' (*version with positional arguments*) |
|
737 |
||
738 |
The LHS only requires variable specifications, instead of full terms. |
|
739 |
Old cterm_instantiate is superseded by infer_instantiate. |
|
740 |
INCOMPATIBILITY, need to re-adjust some ML names and types accordingly. |
|
741 |
||
60793 | 742 |
* Old tactic shorthands atac, rtac, etac, dtac, ftac have been |
743 |
discontinued. INCOMPATIBILITY, use regular assume_tac, resolve_tac etc. |
|
744 |
instead (with proper context). |
|
60642
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
745 |
|
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
746 |
* Thm.instantiate (and derivatives) no longer require the LHS of the |
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
747 |
instantiation to be certified: plain variables are given directly. |
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
748 |
|
60707
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
749 |
* Subgoal.SUBPROOF and Subgoal.FOCUS combinators use anonymous |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
750 |
quasi-bound variables (like the Simplifier), instead of accidentally |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
751 |
named local fixes. This has the potential to improve stability of proof |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
752 |
tools, but can also cause INCOMPATIBILITY for tools that don't observe |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
753 |
the proof context discipline. |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
754 |
|
62017 | 755 |
* Isar proof methods are based on a slightly more general type |
756 |
context_tactic, which allows to change the proof context dynamically |
|
757 |
(e.g. to update cases) and indicate explicit Seq.Error results. Former |
|
758 |
METHOD_CASES is superseded by CONTEXT_METHOD; further combinators are |
|
759 |
provided in src/Pure/Isar/method.ML for convenience. INCOMPATIBILITY. |
|
61885
acdfc76a6c33
more explicit ML profiling, with official Isabelle output;
wenzelm
parents:
61848
diff
changeset
|
760 |
|
60642
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
761 |
|
60983
ff4a67c65084
updated to polyml-5.5.3-20150820, with native x86-windows support;
wenzelm
parents:
60922
diff
changeset
|
762 |
*** System *** |
ff4a67c65084
updated to polyml-5.5.3-20150820, with native x86-windows support;
wenzelm
parents:
60922
diff
changeset
|
763 |
|
61958 | 764 |
* Command-line tool "isabelle console" enables print mode "ASCII". |
765 |
||
62017 | 766 |
* Command-line tool "isabelle update_then" expands old Isar command |
767 |
conflations: |
|
768 |
||
769 |
hence ~> then have |
|
770 |
thus ~> then show |
|
771 |
||
772 |
This syntax is more orthogonal and improves readability and |
|
773 |
maintainability of proofs. |
|
774 |
||
61602 | 775 |
* Global session timeout is multiplied by timeout_scale factor. This |
776 |
allows to adjust large-scale tests (e.g. AFP) to overall hardware |
|
777 |
performance. |
|
778 |
||
61174 | 779 |
* Property values in etc/symbols may contain spaces, if written with the |
780 |
replacement character "␣" (Unicode point 0x2324). For example: |
|
781 |
||
61602 | 782 |
\<star> code: 0x0022c6 group: operator font: Deja␣Vu␣Sans␣Mono |
61174 | 783 |
|
60995
5176de8f90db
updated to jdk-8u60, with support for x86_64-windows;
wenzelm
parents:
60986
diff
changeset
|
784 |
* Java runtime environment for x86_64-windows allows to use larger heap |
5176de8f90db
updated to jdk-8u60, with support for x86_64-windows;
wenzelm
parents:
60986
diff
changeset
|
785 |
space. |
5176de8f90db
updated to jdk-8u60, with support for x86_64-windows;
wenzelm
parents:
60986
diff
changeset
|
786 |
|
61135
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
787 |
* Java runtime options are determined separately for 32bit vs. 64bit |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
788 |
platforms as follows. |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
789 |
|
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
790 |
- Isabelle desktop application: platform-specific files that are |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
791 |
associated with the main app bundle |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
792 |
|
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
793 |
- isabelle jedit: settings |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
794 |
JEDIT_JAVA_SYSTEM_OPTIONS |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
795 |
JEDIT_JAVA_OPTIONS32 vs. JEDIT_JAVA_OPTIONS64 |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
796 |
|
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
797 |
- isabelle build: settings |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
798 |
ISABELLE_BUILD_JAVA_OPTIONS32 vs. ISABELLE_BUILD_JAVA_OPTIONS64 |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
799 |
|
61294 | 800 |
* Bash shell function "jvmpath" has been renamed to "platform_path": it |
801 |
is relevant both for Poly/ML and JVM processes. |
|
802 |
||
61567 | 803 |
* Heap images are 10-15% smaller due to less wasteful persistent theory |
804 |
content (using ML type theory_id instead of theory); |
|
805 |
||
62017 | 806 |
* Poly/ML default platform architecture may be changed from 32bit to |
807 |
64bit via system option ML_system_64. A system restart (and rebuild) |
|
808 |
is required after change. |
|
809 |
||
810 |
* Poly/ML 5.6 runs natively on x86-windows and x86_64-windows, which |
|
811 |
both allow larger heap space than former x86-cygwin. |
|
812 |
||
60983
ff4a67c65084
updated to polyml-5.5.3-20150820, with native x86-windows support;
wenzelm
parents:
60922
diff
changeset
|
813 |
|
60479 | 814 |
|
60009 | 815 |
New in Isabelle2015 (May 2015) |
816 |
------------------------------ |
|
57695 | 817 |
|
57941
57200bdc2aa7
localized command 'method_setup' and 'attribute_setup';
wenzelm
parents:
57882
diff
changeset
|
818 |
*** General *** |
57200bdc2aa7
localized command 'method_setup' and 'attribute_setup';
wenzelm
parents:
57882
diff
changeset
|
819 |
|
59939
7d46aa03696e
support for 'restricted' modifier: only qualified accesses outside the local scope;
wenzelm
parents:
59936
diff
changeset
|
820 |
* Local theory specification commands may have a 'private' or |
59990
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
wenzelm
parents:
59967
diff
changeset
|
821 |
'qualified' modifier to restrict name space accesses to the local scope, |
59939
7d46aa03696e
support for 'restricted' modifier: only qualified accesses outside the local scope;
wenzelm
parents:
59936
diff
changeset
|
822 |
as provided by some "context begin ... end" block. For example: |
59926 | 823 |
|
824 |
context |
|
825 |
begin |
|
826 |
||
827 |
private definition ... |
|
828 |
private lemma ... |
|
829 |
||
59990
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
wenzelm
parents:
59967
diff
changeset
|
830 |
qualified definition ... |
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
wenzelm
parents:
59967
diff
changeset
|
831 |
qualified lemma ... |
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
wenzelm
parents:
59967
diff
changeset
|
832 |
|
59926 | 833 |
lemma ... |
834 |
theorem ... |
|
835 |
||
836 |
end |
|
837 |
||
59901 | 838 |
* Command 'experiment' opens an anonymous locale context with private |
839 |
naming policy. |
|
840 |
||
59951 | 841 |
* Command 'notepad' requires proper nesting of begin/end and its proof |
842 |
structure in the body: 'oops' is no longer supported here. Minor |
|
843 |
INCOMPATIBILITY, use 'sorry' instead. |
|
844 |
||
845 |
* Command 'named_theorems' declares a dynamic fact within the context, |
|
846 |
together with an attribute to maintain the content incrementally. This |
|
847 |
supersedes functor Named_Thms in Isabelle/ML, but with a subtle change |
|
848 |
of semantics due to external visual order vs. internal reverse order. |
|
849 |
||
850 |
* 'find_theorems': search patterns which are abstractions are |
|
851 |
schematically expanded before search. Search results match the naive |
|
852 |
expectation more closely, particularly wrt. abbreviations. |
|
853 |
INCOMPATIBILITY. |
|
59648 | 854 |
|
59569 | 855 |
* Commands 'method_setup' and 'attribute_setup' now work within a local |
856 |
theory context. |
|
57941
57200bdc2aa7
localized command 'method_setup' and 'attribute_setup';
wenzelm
parents:
57882
diff
changeset
|
857 |
|
58928
23d0ffd48006
plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
wenzelm
parents:
58872
diff
changeset
|
858 |
* Outer syntax commands are managed authentically within the theory |
59569 | 859 |
context, without implicit global state. Potential for accidental |
58928
23d0ffd48006
plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
wenzelm
parents:
58872
diff
changeset
|
860 |
INCOMPATIBILITY, make sure that required theories are really imported. |
23d0ffd48006
plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
wenzelm
parents:
58872
diff
changeset
|
861 |
|
60115 | 862 |
* Historical command-line terminator ";" is no longer accepted (and |
863 |
already used differently in Isar). Minor INCOMPATIBILITY, use "isabelle |
|
864 |
update_semicolons" to remove obsolete semicolons from old theory |
|
865 |
sources. |
|
866 |
||
59951 | 867 |
* Structural composition of proof methods (meth1; meth2) in Isar |
868 |
corresponds to (tac1 THEN_ALL_NEW tac2) in ML. |
|
59105 | 869 |
|
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
870 |
* The Eisbach proof method language allows to define new proof methods |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
871 |
by combining existing ones with their usual syntax. The "match" proof |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
872 |
method provides basic fact/term matching in addition to |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
873 |
premise/conclusion matching through Subgoal.focus, and binds fact names |
60288
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60273
diff
changeset
|
874 |
from matches as well as term patterns within matches. The Isabelle |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60273
diff
changeset
|
875 |
documentation provides an entry "eisbach" for the Eisbach User Manual. |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60273
diff
changeset
|
876 |
Sources and various examples are in ~~/src/HOL/Eisbach/. |
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
877 |
|
57941
57200bdc2aa7
localized command 'method_setup' and 'attribute_setup';
wenzelm
parents:
57882
diff
changeset
|
878 |
|
58524 | 879 |
*** Prover IDE -- Isabelle/Scala/jEdit *** |
880 |
||
59569 | 881 |
* Improved folding mode "isabelle" based on Isar syntax. Alternatively, |
882 |
the "sidekick" mode may be used for document structure. |
|
883 |
||
884 |
* Extended bracket matching based on Isar language structure. System |
|
885 |
option jedit_structure_limit determines maximum number of lines to scan |
|
886 |
in the buffer. |
|
58758 | 887 |
|
58540 | 888 |
* Support for BibTeX files: context menu, context-sensitive token |
889 |
marker, SideKick parser. |
|
58524 | 890 |
|
58551 | 891 |
* Document antiquotation @{cite} provides formal markup, which is |
60265 | 892 |
interpreted semi-formally based on .bib files that happen to be open in |
893 |
the editor (hyperlinks, completion etc.). |
|
58551 | 894 |
|
58785 | 895 |
* Less waste of vertical space via negative line spacing (see Global |
896 |
Options / Text Area). |
|
897 |
||
60089
8bd5999133d4
let the system choose Graph_Display.display_graph_old: thm_deps needs tree hierarchy, code_deps needs cycles (!?);
wenzelm
parents:
60085
diff
changeset
|
898 |
* Improved graphview panel with optional output of PNG or PDF, for |
60273
83de10e27007
use display_graph_old for locale_deps, to show a bit more than nothing for cyclic graphs;
wenzelm
parents:
60265
diff
changeset
|
899 |
display of 'thy_deps', 'class_deps' etc. |
60009 | 900 |
|
60115 | 901 |
* The commands 'thy_deps' and 'class_deps' allow optional bounds to |
902 |
restrict the visualized hierarchy. |
|
60093 | 903 |
|
60072 | 904 |
* Improved scheduling for asynchronous print commands (e.g. provers |
905 |
managed by the Sledgehammer panel) wrt. ongoing document processing. |
|
906 |
||
58524 | 907 |
|
59951 | 908 |
*** Document preparation *** |
909 |
||
910 |
* Document markup commands 'chapter', 'section', 'subsection', |
|
911 |
'subsubsection', 'text', 'txt', 'text_raw' work uniformly in any |
|
912 |
context, even before the initial 'theory' command. Obsolete proof |
|
913 |
commands 'sect', 'subsect', 'subsubsect', 'txt_raw' have been |
|
914 |
discontinued, use 'section', 'subsection', 'subsubsection', 'text_raw' |
|
915 |
instead. The old 'header' command is still retained for some time, but |
|
916 |
should be replaced by 'chapter', 'section' etc. (using "isabelle |
|
917 |
update_header"). Minor INCOMPATIBILITY. |
|
918 |
||
60009 | 919 |
* Official support for "tt" style variants, via \isatt{...} or |
920 |
\begin{isabellett}...\end{isabellett}. The somewhat fragile \verb or |
|
921 |
verbatim environment of LaTeX is no longer used. This allows @{ML} etc. |
|
922 |
as argument to other macros (such as footnotes). |
|
923 |
||
924 |
* Document antiquotation @{verbatim} prints ASCII text literally in "tt" |
|
925 |
style. |
|
926 |
||
927 |
* Discontinued obsolete option "document_graph": session_graph.pdf is |
|
928 |
produced unconditionally for HTML browser_info and PDF-LaTeX document. |
|
929 |
||
59951 | 930 |
* Diagnostic commands and document markup commands within a proof do not |
931 |
affect the command tag for output. Thus commands like 'thm' are subject |
|
932 |
to proof document structure, and no longer "stick out" accidentally. |
|
933 |
Commands 'text' and 'txt' merely differ in the LaTeX style, not their |
|
934 |
tags. Potential INCOMPATIBILITY in exotic situations. |
|
935 |
||
936 |
* System option "pretty_margin" is superseded by "thy_output_margin", |
|
937 |
which is also accessible via document antiquotation option "margin". |
|
938 |
Only the margin for document output may be changed, but not the global |
|
939 |
pretty printing: that is 76 for plain console output, and adapted |
|
940 |
dynamically in GUI front-ends. Implementations of document |
|
941 |
antiquotations need to observe the margin explicitly according to |
|
942 |
Thy_Output.string_of_margin. Minor INCOMPATIBILITY. |
|
943 |
||
60299
5ae2a2e74c93
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;
wenzelm
parents:
60288
diff
changeset
|
944 |
* Specification of 'document_files' in the session ROOT file is |
5ae2a2e74c93
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;
wenzelm
parents:
60288
diff
changeset
|
945 |
mandatory for document preparation. The legacy mode with implicit |
5ae2a2e74c93
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;
wenzelm
parents:
60288
diff
changeset
|
946 |
copying of the document/ directory is no longer supported. Minor |
5ae2a2e74c93
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;
wenzelm
parents:
60288
diff
changeset
|
947 |
INCOMPATIBILITY. |
5ae2a2e74c93
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;
wenzelm
parents:
60288
diff
changeset
|
948 |
|
59951 | 949 |
|
58202 | 950 |
*** Pure *** |
951 |
||
59835
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
952 |
* Proof methods with explicit instantiation ("rule_tac", "subgoal_tac" |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
953 |
etc.) allow an optional context of local variables ('for' declaration): |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
954 |
these variables become schematic in the instantiated theorem; this |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
955 |
behaviour is analogous to 'for' in attributes "where" and "of". |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
956 |
Configuration option rule_insts_schematic (default false) controls use |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
957 |
of schematic variables outside the context. Minor INCOMPATIBILITY, |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
958 |
declare rule_insts_schematic = true temporarily and update to use local |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
959 |
variable declarations or dummy patterns instead. |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
960 |
|
60009 | 961 |
* Explicit instantiation via attributes "where", "of", and proof methods |
962 |
"rule_tac" with derivatives like "subgoal_tac" etc. admit dummy patterns |
|
963 |
("_") that stand for anonymous local variables. |
|
964 |
||
59951 | 965 |
* Generated schematic variables in standard format of exported facts are |
966 |
incremented to avoid material in the proof context. Rare |
|
967 |
INCOMPATIBILITY, explicit instantiation sometimes needs to refer to |
|
968 |
different index. |
|
969 |
||
60010 | 970 |
* Lexical separation of signed and unsigned numerals: categories "num" |
971 |
and "float" are unsigned. INCOMPATIBILITY: subtle change in precedence |
|
972 |
of numeral signs, particularly in expressions involving infix syntax |
|
973 |
like "(- 1) ^ n". |
|
58410
6d46ad54a2ab
explicit separation of signed and unsigned numerals using existing lexical categories num and xnum
haftmann
parents:
58373
diff
changeset
|
974 |
|
58421 | 975 |
* Old inner token category "xnum" has been discontinued. Potential |
976 |
INCOMPATIBILITY for exotic syntax: may use mixfix grammar with "num" |
|
977 |
token category instead. |
|
978 |
||
58202 | 979 |
|
57737 | 980 |
*** HOL *** |
981 |
||
57983
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
982 |
* New (co)datatype package: |
58373 | 983 |
- The 'datatype_new' command has been renamed 'datatype'. The old |
984 |
command of that name is now called 'old_datatype' and is provided |
|
985 |
by "~~/src/HOL/Library/Old_Datatype.thy". See |
|
986 |
'isabelle doc datatypes' for information on porting. |
|
987 |
INCOMPATIBILITY. |
|
57983
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
988 |
- Renamed theorems: |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
989 |
disc_corec ~> corec_disc |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
990 |
disc_corec_iff ~> corec_disc_iff |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
991 |
disc_exclude ~> distinct_disc |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
992 |
disc_exhaust ~> exhaust_disc |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
993 |
disc_map_iff ~> map_disc_iff |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
994 |
sel_corec ~> corec_sel |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
995 |
sel_exhaust ~> exhaust_sel |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
996 |
sel_map ~> map_sel |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
997 |
sel_set ~> set_sel |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
998 |
sel_split ~> split_sel |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
999 |
sel_split_asm ~> split_sel_asm |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
1000 |
strong_coinduct ~> coinduct_strong |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
1001 |
weak_case_cong ~> case_cong_weak |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
1002 |
INCOMPATIBILITY. |
58192 | 1003 |
- The "no_code" option to "free_constructors", "datatype_new", and |
1004 |
"codatatype" has been renamed "plugins del: code". |
|
1005 |
INCOMPATIBILITY. |
|
58044 | 1006 |
- The rules "set_empty" have been removed. They are easy |
1007 |
consequences of other set rules "by auto". |
|
1008 |
INCOMPATIBILITY. |
|
1009 |
- The rule "set_cases" is now registered with the "[cases set]" |
|
57990 | 1010 |
attribute. This can influence the behavior of the "cases" proof |
1011 |
method when more than one case rule is applicable (e.g., an |
|
1012 |
assumption is of the form "w : set ws" and the method "cases w" |
|
1013 |
is invoked). The solution is to specify the case rule explicitly |
|
1014 |
(e.g. "cases w rule: widget.exhaust"). |
|
1015 |
INCOMPATIBILITY. |
|
59675 | 1016 |
- Renamed theories: |
1017 |
BNF_Comp ~> BNF_Composition |
|
1018 |
BNF_FP_Base ~> BNF_Fixpoint_Base |
|
1019 |
BNF_GFP ~> BNF_Greatest_Fixpoint |
|
1020 |
BNF_LFP ~> BNF_Least_Fixpoint |
|
1021 |
BNF_Constructions_on_Wellorders ~> BNF_Wellorder_Constructions |
|
1022 |
Cardinals/Constructions_on_Wellorders ~> Cardinals/Wellorder_Constructions |
|
1023 |
INCOMPATIBILITY. |
|
60114 | 1024 |
- Lifting and Transfer setup for basic HOL types sum and prod (also |
1025 |
option) is now performed by the BNF package. Theories Lifting_Sum, |
|
1026 |
Lifting_Product and Lifting_Option from Main became obsolete and |
|
1027 |
were removed. Changed definitions of the relators rel_prod and |
|
1028 |
rel_sum (using inductive). |
|
60111 | 1029 |
INCOMPATIBILITY: use rel_prod.simps and rel_sum.simps instead |
60114 | 1030 |
of rel_prod_def and rel_sum_def. |
1031 |
Minor INCOMPATIBILITY: (rarely used by name) transfer theorem names |
|
1032 |
changed (e.g. map_prod_transfer ~> prod.map_transfer). |
|
60261 | 1033 |
- Parametricity theorems for map functions, relators, set functions, |
1034 |
constructors, case combinators, discriminators, selectors and |
|
1035 |
(co)recursors are automatically proved and registered as transfer |
|
1036 |
rules. |
|
57983
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
1037 |
|
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
1038 |
* Old datatype package: |
58310 | 1039 |
- The old 'datatype' command has been renamed 'old_datatype', and |
58373 | 1040 |
'rep_datatype' has been renamed 'old_rep_datatype'. They are |
1041 |
provided by "~~/src/HOL/Library/Old_Datatype.thy". See |
|
58310 | 1042 |
'isabelle doc datatypes' for information on porting. |
58373 | 1043 |
INCOMPATIBILITY. |
57983
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
1044 |
- Renamed theorems: |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
1045 |
weak_case_cong ~> case_cong_weak |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
1046 |
INCOMPATIBILITY. |
58373 | 1047 |
- Renamed theory: |
1048 |
~~/src/HOL/Datatype.thy ~> ~~/src/HOL/Library/Old_Datatype.thy |
|
1049 |
INCOMPATIBILITY. |
|
57983
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
1050 |
|
59039 | 1051 |
* Nitpick: |
60010 | 1052 |
- Fixed soundness bug related to the strict and non-strict subset |
59039 | 1053 |
operations. |
1054 |
||
57737 | 1055 |
* Sledgehammer: |
59511 | 1056 |
- CVC4 is now included with Isabelle instead of CVC3 and run by |
1057 |
default. |
|
59965 | 1058 |
- Z3 is now always enabled by default, now that it is fully open |
1059 |
source. The "z3_non_commercial" option is discontinued. |
|
57737 | 1060 |
- Minimization is now always enabled by default. |
60010 | 1061 |
Removed sub-command: |
57737 | 1062 |
min |
59967 | 1063 |
- Proof reconstruction, both one-liners and Isar, has been |
59039 | 1064 |
dramatically improved. |
1065 |
- Improved support for CVC4 and veriT. |
|
57737 | 1066 |
|
58062 | 1067 |
* Old and new SMT modules: |
58067 | 1068 |
- The old 'smt' method has been renamed 'old_smt' and moved to |
59569 | 1069 |
'src/HOL/Library/Old_SMT.thy'. It is provided for compatibility, |
1070 |
until applications have been ported to use the new 'smt' method. For |
|
1071 |
the method to work, an older version of Z3 (e.g. Z3 3.2 or 4.0) must |
|
1072 |
be installed, and the environment variable "OLD_Z3_SOLVER" must |
|
1073 |
point to it. |
|
58062 | 1074 |
INCOMPATIBILITY. |
58067 | 1075 |
- The 'smt2' method has been renamed 'smt'. |
58060 | 1076 |
INCOMPATIBILITY. |
59569 | 1077 |
- New option 'smt_reconstruction_step_timeout' to limit the |
1078 |
reconstruction time of Z3 proof steps in the new 'smt' method. |
|
59216 | 1079 |
- New option 'smt_statistics' to display statistics of the new 'smt' |
1080 |
method, especially runtime statistics of Z3 proof reconstruction. |
|
58060 | 1081 |
|
60261 | 1082 |
* Lifting: command 'lift_definition' allows to execute lifted constants |
1083 |
that have as a return type a datatype containing a subtype. This |
|
1084 |
overcomes long-time limitations in the area of code generation and |
|
1085 |
lifting, and avoids tedious workarounds. |
|
60258 | 1086 |
|
60009 | 1087 |
* Command and antiquotation "value" provide different evaluation slots |
1088 |
(again), where the previous strategy (NBE after ML) serves as default. |
|
1089 |
Minor INCOMPATIBILITY. |
|
1090 |
||
1091 |
* Add NO_MATCH-simproc, allows to check for syntactic non-equality. |
|
1092 |
||
1093 |
* field_simps: Use NO_MATCH-simproc for distribution rules, to avoid |
|
1094 |
non-termination in case of distributing a division. With this change |
|
1095 |
field_simps is in some cases slightly less powerful, if it fails try to |
|
1096 |
add algebra_simps, or use divide_simps. Minor INCOMPATIBILITY. |
|
1097 |
||
1098 |
* Separate class no_zero_divisors has been given up in favour of fully |
|
1099 |
algebraic semiring_no_zero_divisors. INCOMPATIBILITY. |
|
1100 |
||
1101 |
* Class linordered_semidom really requires no zero divisors. |
|
1102 |
INCOMPATIBILITY. |
|
1103 |
||
1104 |
* Classes division_ring, field and linordered_field always demand |
|
1105 |
"inverse 0 = 0". Given up separate classes division_ring_inverse_zero, |
|
1106 |
field_inverse_zero and linordered_field_inverse_zero. INCOMPATIBILITY. |
|
1107 |
||
1108 |
* Classes cancel_ab_semigroup_add / cancel_monoid_add specify explicit |
|
1109 |
additive inverse operation. INCOMPATIBILITY. |
|
1110 |
||
60020
065ecea354d0
Complex roots of unity. Better definition of ln for complex numbers. Used [code del] to stop code generation for powr.
paulson <lp15@cam.ac.uk>
parents:
60010
diff
changeset
|
1111 |
* Complex powers and square roots. The functions "ln" and "powr" are now |
60025 | 1112 |
overloaded for types real and complex, and 0 powr y = 0 by definition. |
1113 |
INCOMPATIBILITY: type constraints may be necessary. |
|
60020
065ecea354d0
Complex roots of unity. Better definition of ln for complex numbers. Used [code del] to stop code generation for powr.
paulson <lp15@cam.ac.uk>
parents:
60010
diff
changeset
|
1114 |
|
60009 | 1115 |
* The functions "sin" and "cos" are now defined for any type of sort |
1116 |
"{real_normed_algebra_1,banach}" type, so in particular on "real" and |
|
1117 |
"complex" uniformly. Minor INCOMPATIBILITY: type constraints may be |
|
1118 |
needed. |
|
1119 |
||
1120 |
* New library of properties of the complex transcendental functions sin, |
|
1121 |
cos, tan, exp, Ln, Arctan, Arcsin, Arccos. Ported from HOL Light. |
|
1122 |
||
1123 |
* The factorial function, "fact", now has type "nat => 'a" (of a sort |
|
1124 |
that admits numeric types including nat, int, real and complex. |
|
1125 |
INCOMPATIBILITY: an expression such as "fact 3 = 6" may require a type |
|
1126 |
constraint, and the combination "real (fact k)" is likely to be |
|
1127 |
unsatisfactory. If a type conversion is still necessary, then use |
|
1128 |
"of_nat (fact k)" or "real_of_nat (fact k)". |
|
1129 |
||
1130 |
* Removed functions "natfloor" and "natceiling", use "nat o floor" and |
|
1131 |
"nat o ceiling" instead. A few of the lemmas have been retained and |
|
1132 |
adapted: in their names "natfloor"/"natceiling" has been replaced by |
|
1133 |
"nat_floor"/"nat_ceiling". |
|
1134 |
||
1135 |
* Qualified some duplicated fact names required for boostrapping the |
|
1136 |
type class hierarchy: |
|
1137 |
ab_add_uminus_conv_diff ~> diff_conv_add_uminus |
|
1138 |
field_inverse_zero ~> inverse_zero |
|
1139 |
field_divide_inverse ~> divide_inverse |
|
1140 |
field_inverse ~> left_inverse |
|
1141 |
Minor INCOMPATIBILITY. |
|
1142 |
||
1143 |
* Eliminated fact duplicates: |
|
1144 |
mult_less_imp_less_right ~> mult_right_less_imp_less |
|
1145 |
mult_less_imp_less_left ~> mult_left_less_imp_less |
|
1146 |
Minor INCOMPATIBILITY. |
|
1147 |
||
1148 |
* Fact consolidation: even_less_0_iff is subsumed by |
|
1149 |
double_add_less_zero_iff_single_add_less_zero (simp by default anyway). |
|
1150 |
||
1151 |
* Generalized and consolidated some theorems concerning divsibility: |
|
1152 |
dvd_reduce ~> dvd_add_triv_right_iff |
|
1153 |
dvd_plus_eq_right ~> dvd_add_right_iff |
|
1154 |
dvd_plus_eq_left ~> dvd_add_left_iff |
|
1155 |
Minor INCOMPATIBILITY. |
|
1156 |
||
1157 |
* "even" and "odd" are mere abbreviations for "2 dvd _" and "~ 2 dvd _" |
|
1158 |
and part of theory Main. |
|
1159 |
even_def ~> even_iff_mod_2_eq_zero |
|
1160 |
INCOMPATIBILITY. |
|
1161 |
||
1162 |
* Lemma name consolidation: divide_Numeral1 ~> divide_numeral_1. Minor |
|
1163 |
INCOMPATIBILITY. |
|
1164 |
||
1165 |
* Bootstrap of listsum as special case of abstract product over lists. |
|
1166 |
Fact rename: |
|
1167 |
listsum_def ~> listsum.eq_foldr |
|
1168 |
INCOMPATIBILITY. |
|
1169 |
||
1170 |
* Product over lists via constant "listprod". |
|
1171 |
||
1172 |
* Theory List: renamed drop_Suc_conv_tl and nth_drop' to |
|
1173 |
Cons_nth_drop_Suc. |
|
58247
98d0f85d247f
enamed drop_Suc_conv_tl and nth_drop' to Cons_nth_drop_Suc
nipkow
parents:
58202
diff
changeset
|
1174 |
|
58626 | 1175 |
* New infrastructure for compiling, running, evaluating and testing |
59569 | 1176 |
generated code in target languages in HOL/Library/Code_Test. See |
1177 |
HOL/Codegenerator_Test/Code_Test* for examples. |
|
58008 | 1178 |
|
60009 | 1179 |
* Library/Multiset: |
59813 | 1180 |
- Introduced "replicate_mset" operation. |
1181 |
- Introduced alternative characterizations of the multiset ordering in |
|
1182 |
"Library/Multiset_Order". |
|
59958
4538d41e8e54
renamed multiset ordering to free up nice <# etc. symbols for the standard subset
blanchet
parents:
59951
diff
changeset
|
1183 |
- Renamed multiset ordering: |
4538d41e8e54
renamed multiset ordering to free up nice <# etc. symbols for the standard subset
blanchet
parents:
59951
diff
changeset
|
1184 |
<# ~> #<# |
4538d41e8e54
renamed multiset ordering to free up nice <# etc. symbols for the standard subset
blanchet
parents:
59951
diff
changeset
|
1185 |
<=# ~> #<=# |
4538d41e8e54
renamed multiset ordering to free up nice <# etc. symbols for the standard subset
blanchet
parents:
59951
diff
changeset
|
1186 |
\<subset># ~> #\<subset># |
4538d41e8e54
renamed multiset ordering to free up nice <# etc. symbols for the standard subset
blanchet
parents:
59951
diff
changeset
|
1187 |
\<subseteq># ~> #\<subseteq># |
4538d41e8e54
renamed multiset ordering to free up nice <# etc. symbols for the standard subset
blanchet
parents:
59951
diff
changeset
|
1188 |
INCOMPATIBILITY. |
59986
f38b94549dc8
introduced new abbreviations for multiset operations (in the hope of getting rid of the old names <, <=, etc.)
blanchet
parents:
59967
diff
changeset
|
1189 |
- Introduced abbreviations for ill-named multiset operations: |
f38b94549dc8
introduced new abbreviations for multiset operations (in the hope of getting rid of the old names <, <=, etc.)
blanchet
parents:
59967
diff
changeset
|
1190 |
<#, \<subset># abbreviate < (strict subset) |
f38b94549dc8
introduced new abbreviations for multiset operations (in the hope of getting rid of the old names <, <=, etc.)
blanchet
parents:
59967
diff
changeset
|
1191 |
<=#, \<le>#, \<subseteq># abbreviate <= (subset or equal) |
f38b94549dc8
introduced new abbreviations for multiset operations (in the hope of getting rid of the old names <, <=, etc.)
blanchet
parents:
59967
diff
changeset
|
1192 |
INCOMPATIBILITY. |
59813 | 1193 |
- Renamed |
1194 |
in_multiset_of ~> in_multiset_in_set |
|
59998
c54d36be22ef
renamed Multiset.fold -> fold_mset, Multiset.filter -> filter_mset
nipkow
parents:
59991
diff
changeset
|
1195 |
Multiset.fold ~> fold_mset |
c54d36be22ef
renamed Multiset.fold -> fold_mset, Multiset.filter -> filter_mset
nipkow
parents:
59991
diff
changeset
|
1196 |
Multiset.filter ~> filter_mset |
59813 | 1197 |
INCOMPATIBILITY. |
59949 | 1198 |
- Removed mcard, is equal to size. |
59813 | 1199 |
- Added attributes: |
1200 |
image_mset.id [simp] |
|
1201 |
image_mset_id [simp] |
|
1202 |
elem_multiset_of_set [simp, intro] |
|
1203 |
comp_fun_commute_plus_mset [simp] |
|
1204 |
comp_fun_commute.fold_mset_insert [OF comp_fun_commute_plus_mset, simp] |
|
1205 |
in_mset_fold_plus_iff [iff] |
|
1206 |
set_of_Union_mset [simp] |
|
1207 |
in_Union_mset_iff [iff] |
|
1208 |
INCOMPATIBILITY. |
|
1209 |
||
60009 | 1210 |
* Library/Sum_of_Squares: simplified and improved "sos" method. Always |
1211 |
use local CSDP executable, which is much faster than the NEOS server. |
|
1212 |
The "sos_cert" functionality is invoked as "sos" with additional |
|
1213 |
argument. Minor INCOMPATIBILITY. |
|
1214 |
||
1215 |
* HOL-Decision_Procs: New counterexample generator quickcheck |
|
1216 |
[approximation] for inequalities of transcendental functions. Uses |
|
1217 |
hardware floating point arithmetic to randomly discover potential |
|
60010 | 1218 |
counterexamples. Counterexamples are certified with the "approximation" |
60009 | 1219 |
method. See HOL/Decision_Procs/ex/Approximation_Quickcheck_Ex.thy for |
1220 |
examples. |
|
58990 | 1221 |
|
59354 | 1222 |
* HOL-Probability: Reworked measurability prover |
60010 | 1223 |
- applies destructor rules repeatedly |
59354 | 1224 |
- removed application splitting (replaced by destructor rule) |
59569 | 1225 |
- added congruence rules to rewrite measure spaces under the sets |
1226 |
projection |
|
1227 |
||
60009 | 1228 |
* New proof method "rewrite" (in theory ~~/src/HOL/Library/Rewrite) for |
1229 |
single-step rewriting with subterm selection based on patterns. |
|
1230 |
||
58630 | 1231 |
|
58066 | 1232 |
*** ML *** |
1233 |
||
60009 | 1234 |
* Subtle change of name space policy: undeclared entries are now |
1235 |
considered inaccessible, instead of accessible via the fully-qualified |
|
1236 |
internal name. This mainly affects Name_Space.intern (and derivatives), |
|
1237 |
which may produce an unexpected Long_Name.hidden prefix. Note that |
|
60010 | 1238 |
contemporary applications use the strict Name_Space.check (and |
60009 | 1239 |
derivatives) instead, which is not affected by the change. Potential |
1240 |
INCOMPATIBILITY in rare applications of Name_Space.intern. |
|
59951 | 1241 |
|
60094 | 1242 |
* Subtle change of error semantics of Toplevel.proof_of: regular user |
1243 |
ERROR instead of internal Toplevel.UNDEF. |
|
1244 |
||
59951 | 1245 |
* Basic combinators map, fold, fold_map, split_list, apply are available |
1246 |
as parameterized antiquotations, e.g. @{map 4} for lists of quadruples. |
|
1247 |
||
1248 |
* Renamed "pairself" to "apply2", in accordance to @{apply 2}. |
|
1249 |
INCOMPATIBILITY. |
|
1250 |
||
1251 |
* Former combinators NAMED_CRITICAL and CRITICAL for central critical |
|
1252 |
sections have been discontinued, in favour of the more elementary |
|
1253 |
Multithreading.synchronized and its high-level derivative |
|
1254 |
Synchronized.var (which is usually sufficient in applications). Subtle |
|
1255 |
INCOMPATIBILITY: synchronized access needs to be atomic and cannot be |
|
1256 |
nested. |
|
1257 |
||
60009 | 1258 |
* Synchronized.value (ML) is actually synchronized (as in Scala): subtle |
1259 |
change of semantics with minimal potential for INCOMPATIBILITY. |
|
59899 | 1260 |
|
59621
291934bac95e
Thm.cterm_of and Thm.ctyp_of operate on local context;
wenzelm
parents:
59588
diff
changeset
|
1261 |
* The main operations to certify logical entities are Thm.ctyp_of and |
291934bac95e
Thm.cterm_of and Thm.ctyp_of operate on local context;
wenzelm
parents:
59588
diff
changeset
|
1262 |
Thm.cterm_of with a local context; old-style global theory variants are |
291934bac95e
Thm.cterm_of and Thm.ctyp_of operate on local context;
wenzelm
parents:
59588
diff
changeset
|
1263 |
available as Thm.global_ctyp_of and Thm.global_cterm_of. |
291934bac95e
Thm.cterm_of and Thm.ctyp_of operate on local context;
wenzelm
parents:
59588
diff
changeset
|
1264 |
INCOMPATIBILITY. |
291934bac95e
Thm.cterm_of and Thm.ctyp_of operate on local context;
wenzelm
parents:
59588
diff
changeset
|
1265 |
|
59582 | 1266 |
* Elementary operations in module Thm are no longer pervasive. |
1267 |
INCOMPATIBILITY, need to use qualified Thm.prop_of, Thm.cterm_of, |
|
1268 |
Thm.term_of etc. |
|
1269 |
||
58963
26bf09b95dda
proper context for assume_tac (atac remains as fall-back without context);
wenzelm
parents:
58957
diff
changeset
|
1270 |
* Proper context for various elementary tactics: assume_tac, |
59498
50b60f501b05
proper context for resolve_tac, eresolve_tac, dresolve_tac, forward_tac etc.;
wenzelm
parents:
59480
diff
changeset
|
1271 |
resolve_tac, eresolve_tac, dresolve_tac, forward_tac, match_tac, |
50b60f501b05
proper context for resolve_tac, eresolve_tac, dresolve_tac, forward_tac etc.;
wenzelm
parents:
59480
diff
changeset
|
1272 |
compose_tac, Splitter.split_tac etc. INCOMPATIBILITY. |
58956
a816aa3ff391
proper context for compose_tac, Splitter.split_tac (relevant for unify trace options);
wenzelm
parents:
58928
diff
changeset
|
1273 |
|
58066 | 1274 |
* Tactical PARALLEL_ALLGOALS is the most common way to refer to |
1275 |
PARALLEL_GOALS. |
|
1276 |
||
59564
fdc03c8daacc
Goal.prove_multi is superseded by the fully general Goal.prove_common;
wenzelm
parents:
59557
diff
changeset
|
1277 |
* Goal.prove_multi is superseded by the fully general Goal.prove_common, |
fdc03c8daacc
Goal.prove_multi is superseded by the fully general Goal.prove_common;
wenzelm
parents:
59557
diff
changeset
|
1278 |
which also allows to specify a fork priority. |
fdc03c8daacc
Goal.prove_multi is superseded by the fully general Goal.prove_common;
wenzelm
parents:
59557
diff
changeset
|
1279 |
|
59936
b8ffc3dc9e24
@{command_spec} is superseded by @{command_keyword};
wenzelm
parents:
59926
diff
changeset
|
1280 |
* Antiquotation @{command_spec "COMMAND"} is superseded by |
b8ffc3dc9e24
@{command_spec} is superseded by @{command_keyword};
wenzelm
parents:
59926
diff
changeset
|
1281 |
@{command_keyword COMMAND} (usually without quotes and with PIDE |
b8ffc3dc9e24
@{command_spec} is superseded by @{command_keyword};
wenzelm
parents:
59926
diff
changeset
|
1282 |
markup). Minor INCOMPATIBILITY. |
b8ffc3dc9e24
@{command_spec} is superseded by @{command_keyword};
wenzelm
parents:
59926
diff
changeset
|
1283 |
|
60009 | 1284 |
* Cartouches within ML sources are turned into values of type |
1285 |
Input.source (with formal position information). |
|
1286 |
||
58066 | 1287 |
|
58610 | 1288 |
*** System *** |
1289 |
||
59951 | 1290 |
* The Isabelle tool "update_cartouches" changes theory files to use |
1291 |
cartouches instead of old-style {* verbatim *} or `alt_string` tokens. |
|
1292 |
||
60106 | 1293 |
* The Isabelle tool "build" provides new options -X, -k, -x. |
59951 | 1294 |
|
1295 |
* Discontinued old-fashioned "codegen" tool. Code generation can always |
|
1296 |
be externally triggered using an appropriate ROOT file plus a |
|
1297 |
corresponding theory. Parametrization is possible using environment |
|
1298 |
variables, or ML snippets in the most extreme cases. Minor |
|
1299 |
INCOMPATIBILITY. |
|
58842 | 1300 |
|
59200 | 1301 |
* JVM system property "isabelle.threads" determines size of Scala thread |
1302 |
pool, like Isabelle system option "threads" for ML. |
|
1303 |
||
59201
702e0971d617
added system property isabelle.laf, notably for initial system dialog;
wenzelm
parents:
59200
diff
changeset
|
1304 |
* JVM system property "isabelle.laf" determines the default Swing |
702e0971d617
added system property isabelle.laf, notably for initial system dialog;
wenzelm
parents:
59200
diff
changeset
|
1305 |
look-and-feel, via internal class name or symbolic name as in the jEdit |
702e0971d617
added system property isabelle.laf, notably for initial system dialog;
wenzelm
parents:
59200
diff
changeset
|
1306 |
menu Global Options / Appearance. |
702e0971d617
added system property isabelle.laf, notably for initial system dialog;
wenzelm
parents:
59200
diff
changeset
|
1307 |
|
59951 | 1308 |
* Support for Proof General and Isar TTY loop has been discontinued. |
60009 | 1309 |
Minor INCOMPATIBILITY, use standard PIDE infrastructure instead. |
59891
9ce697050455
added isabelle build option -k, for fast off-line checking of theory sources;
wenzelm
parents:
59849
diff
changeset
|
1310 |
|
58610 | 1311 |
|
57695 | 1312 |
|
57452 | 1313 |
New in Isabelle2014 (August 2014) |
1314 |
--------------------------------- |
|
54055 | 1315 |
|
54702
3daeba5130f0
added document antiquotation @{url}, which produces formal markup for LaTeX and PIDE;
wenzelm
parents:
54688
diff
changeset
|
1316 |
*** General *** |
3daeba5130f0
added document antiquotation @{url}, which produces formal markup for LaTeX and PIDE;
wenzelm
parents:
54688
diff
changeset
|
1317 |
|
57452 | 1318 |
* Support for official Standard ML within the Isabelle context. |
1319 |
Command 'SML_file' reads and evaluates the given Standard ML file. |
|
1320 |
Toplevel bindings are stored within the theory context; the initial |
|
1321 |
environment is restricted to the Standard ML implementation of |
|
1322 |
Poly/ML, without the add-ons of Isabelle/ML. Commands 'SML_import' |
|
1323 |
and 'SML_export' allow to exchange toplevel bindings between the two |
|
1324 |
separate environments. See also ~~/src/Tools/SML/Examples.thy for |
|
1325 |
some examples. |
|
56499
7e0178c84994
allow text cartouches in regular outer syntax categories "text" and "altstring";
wenzelm
parents:
56450
diff
changeset
|
1326 |
|
57504 | 1327 |
* Standard tactics and proof methods such as "clarsimp", "auto" and |
1328 |
"safe" now preserve equality hypotheses "x = expr" where x is a free |
|
1329 |
variable. Locale assumptions and chained facts containing "x" |
|
1330 |
continue to be useful. The new method "hypsubst_thin" and the |
|
1331 |
configuration option "hypsubst_thin" (within the attribute name space) |
|
1332 |
restore the previous behavior. INCOMPATIBILITY, especially where |
|
1333 |
induction is done after these methods or when the names of free and |
|
1334 |
bound variables clash. As first approximation, old proofs may be |
|
1335 |
repaired by "using [[hypsubst_thin = true]]" in the critical spot. |
|
1336 |
||
56232 | 1337 |
* More static checking of proof methods, which allows the system to |
1338 |
form a closure over the concrete syntax. Method arguments should be |
|
1339 |
processed in the original proof context as far as possible, before |
|
1340 |
operating on the goal state. In any case, the standard discipline for |
|
1341 |
subgoal-addressing needs to be observed: no subgoals or a subgoal |
|
1342 |
number that is out of range produces an empty result sequence, not an |
|
1343 |
exception. Potential INCOMPATIBILITY for non-conformant tactical |
|
1344 |
proof tools. |
|
1345 |
||
57452 | 1346 |
* Lexical syntax (inner and outer) supports text cartouches with |
1347 |
arbitrary nesting, and without escapes of quotes etc. The Prover IDE |
|
1348 |
supports input via ` (backquote). |
|
1349 |
||
1350 |
* The outer syntax categories "text" (for formal comments and document |
|
1351 |
markup commands) and "altstring" (for literal fact references) allow |
|
1352 |
cartouches as well, in addition to the traditional mix of quotations. |
|
1353 |
||
1354 |
* Syntax of document antiquotation @{rail} now uses \<newline> instead |
|
1355 |
of "\\", to avoid the optical illusion of escaped backslash within |
|
57491 | 1356 |
string token. General renovation of its syntax using text cartouches. |
57452 | 1357 |
Minor INCOMPATIBILITY. |
1358 |
||
1359 |
* Discontinued legacy_isub_isup, which was a temporary workaround for |
|
1360 |
Isabelle/ML in Isabelle2013-1. The prover process no longer accepts |
|
1361 |
old identifier syntax with \<^isub> or \<^isup>. Potential |
|
1362 |
INCOMPATIBILITY. |
|
1363 |
||
1364 |
* Document antiquotation @{url} produces markup for the given URL, |
|
1365 |
which results in an active hyperlink within the text. |
|
1366 |
||
1367 |
* Document antiquotation @{file_unchecked} is like @{file}, but does |
|
1368 |
not check existence within the file-system. |
|
1369 |
||
1370 |
* Updated and extended manuals: codegen, datatypes, implementation, |
|
1371 |
isar-ref, jedit, system. |
|
57423
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1372 |
|
54702
3daeba5130f0
added document antiquotation @{url}, which produces formal markup for LaTeX and PIDE;
wenzelm
parents:
54688
diff
changeset
|
1373 |
|
54533 | 1374 |
*** Prover IDE -- Isabelle/Scala/jEdit *** |
1375 |
||
57650 | 1376 |
* Improved Document panel: simplified interaction where every single |
57452 | 1377 |
mouse click (re)opens document via desktop environment or as jEdit |
1378 |
buffer. |
|
1379 |
||
1380 |
* Support for Navigator plugin (with toolbar buttons), with connection |
|
1381 |
to PIDE hyperlinks. |
|
1382 |
||
1383 |
* Auxiliary files ('ML_file' etc.) are managed by the Prover IDE. |
|
1384 |
Open text buffers take precedence over copies within the file-system. |
|
1385 |
||
1386 |
* Improved support for Isabelle/ML, with jEdit mode "isabelle-ml" for |
|
1387 |
auxiliary ML files. |
|
57423
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1388 |
|
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1389 |
* Improved syntactic and semantic completion mechanism, with simple |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1390 |
templates, completion language context, name-space completion, |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1391 |
file-name completion, spell-checker completion. |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1392 |
|
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1393 |
* Refined GUI popup for completion: more robust key/mouse event |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1394 |
handling and propagation to enclosing text area -- avoid loosing |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1395 |
keystrokes with slow / remote graphics displays. |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1396 |
|
57833
2c2bae3da1c2
completion popup supports both ENTER and TAB (default);
wenzelm
parents:
57826
diff
changeset
|
1397 |
* Completion popup supports both ENTER and TAB (default) to select an |
2c2bae3da1c2
completion popup supports both ENTER and TAB (default);
wenzelm
parents:
57826
diff
changeset
|
1398 |
item, depending on Isabelle options. |
2c2bae3da1c2
completion popup supports both ENTER and TAB (default);
wenzelm
parents:
57826
diff
changeset
|
1399 |
|
57423
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1400 |
* Refined insertion of completion items wrt. jEdit text: multiple |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1401 |
selections, rectangular selections, rectangular selection as "tall |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1402 |
caret". |
56342 | 1403 |
|
56580 | 1404 |
* Integrated spell-checker for document text, comments etc. with |
57423
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1405 |
completion popup and context-menu. |
56554 | 1406 |
|
56879
ee2b61f37ad9
renamed "Find" to "Query", with more general operations;
wenzelm
parents:
56851
diff
changeset
|
1407 |
* More general "Query" panel supersedes "Find" panel, with GUI access |
ee2b61f37ad9
renamed "Find" to "Query", with more general operations;
wenzelm
parents:
56851
diff
changeset
|
1408 |
to commands 'find_theorems' and 'find_consts |