author | wenzelm |
Wed, 01 Apr 2020 18:22:19 +0200 | |
changeset 71647 | 7b0656fa783b |
parent 71582 | f2c1154e9c8d |
child 71666 | e15ca98ffbfe |
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 |
|
64603 | 6 |
|
71557 | 7 |
New in this Isabelle version |
8 |
---------------------------- |
|
9 |
||
10 |
||
11 |
||
71485 | 12 |
New in Isabelle2020 (April 2020) |
13 |
-------------------------------- |
|
70265 | 14 |
|
70562 | 15 |
*** General *** |
16 |
||
70677 | 17 |
* Session ROOT files need to specify explicit 'directories' for import |
70681 | 18 |
of theory files. Directories cannot be shared by different sessions. |
19 |
(Recall that import of theories from other sessions works via |
|
20 |
session-qualified theory names, together with suitable 'sessions' |
|
21 |
declarations in the ROOT.) |
|
70677 | 22 |
|
70562 | 23 |
* Internal derivations record dependencies on oracles and other theorems |
24 |
accurately, including the implicit type-class reasoning wrt. proven |
|
25 |
class relations and type arities. In particular, the formal tagging with |
|
26 |
"Pure.skip_proofs" of results stemming from "instance ... sorry" is now |
|
27 |
propagated properly to theorems depending on such type instances. |
|
28 |
||
29 |
* Command 'sorry' (oracle "Pure.skip_proofs") is more precise about the |
|
30 |
actual proposition that is assumed in the goal and proof context. This |
|
31 |
requires at least Proofterm.proofs = 1 to show up in theorem |
|
32 |
dependencies. |
|
33 |
||
34 |
* Command 'thm_oracles' prints all oracles used in given theorems, |
|
35 |
covering the full graph of transitive dependencies. |
|
36 |
||
70605 | 37 |
* Command 'thm_deps' prints immediate theorem dependencies of the given |
38 |
facts. The former graph visualization has been discontinued, because it |
|
39 |
was hardly usable. |
|
40 |
||
71446 | 41 |
* Refined treatment of proof terms, including type-class proofs for |
42 |
minor object-logics (FOL, FOLP, Sequents). |
|
43 |
||
71448 | 44 |
* The inference kernel is now confined to one main module: structure |
45 |
Thm, without the former circular dependency on structure Axclass. |
|
46 |
||
71545
b0b16088ccf2
allow slightly odd "' " in mixfix as documented (introduced in 55754d6d399c, but broken in be8a8d60d962);
wenzelm
parents:
71543
diff
changeset
|
47 |
* Mixfix annotations may use "' " (single quote followed by space) to |
b0b16088ccf2
allow slightly odd "' " in mixfix as documented (introduced in 55754d6d399c, but broken in be8a8d60d962);
wenzelm
parents:
71543
diff
changeset
|
48 |
separate delimiters (as documented in the isar-ref manual), without |
71547 | 49 |
requiring an auxiliary empty block. A literal single quote needs to be |
71551 | 50 |
escaped properly. Minor INCOMPATIBILITY. |
71545
b0b16088ccf2
allow slightly odd "' " in mixfix as documented (introduced in 55754d6d399c, but broken in be8a8d60d962);
wenzelm
parents:
71543
diff
changeset
|
51 |
|
70562 | 52 |
|
70522 | 53 |
*** Isar *** |
54 |
||
55 |
* The proof method combinator (subproofs m) applies the method |
|
56 |
expression m consecutively to each subgoal, constructing individual |
|
57 |
subproofs internally. This impacts the internal construction of proof |
|
58 |
terms: it makes a cascade of let-expressions within the derivation tree |
|
59 |
and may thus improve scalability. |
|
60 |
||
71427 | 61 |
* Attribute "trace_locales" activates tracing of locale instances during |
62 |
roundup. It replaces the diagnostic command 'print_dependencies', which |
|
63 |
has been discontinued. |
|
70608 | 64 |
|
70522 | 65 |
|
70683
8c7706b053c7
find theory files via session structure: much faster Prover IDE startup;
wenzelm
parents:
70681
diff
changeset
|
66 |
*** Isabelle/jEdit Prover IDE *** |
8c7706b053c7
find theory files via session structure: much faster Prover IDE startup;
wenzelm
parents:
70681
diff
changeset
|
67 |
|
71543 | 68 |
* Prover IDE startup is now much faster, because theory dependencies are |
69 |
no longer explored in advance. The overall session structure with its |
|
70 |
declarations of 'directories' is sufficient to locate theory files. Thus |
|
71 |
the "session focus" of option "isabelle jedit -S" has become obsolete |
|
72 |
(likewise for "isabelle vscode_server -S"). Existing option "-R" is both |
|
73 |
sufficient and more convenient to start editing a particular session. |
|
74 |
||
71497 | 75 |
* Actions isabelle.tooltip (CS+b) and isabelle.message (CS+m) display |
76 |
tooltip message popups, corresponding to mouse hovering with/without the |
|
77 |
CONTROL/COMMAND key pressed. |
|
78 |
||
71499 | 79 |
* The following actions allow to navigate errors within the current |
80 |
document snapshot: |
|
81 |
||
82 |
isabelle.first-error (CS+a) |
|
71505 | 83 |
isabelle.last-error (CS+z) |
84 |
isabelle.next-error (CS+n) |
|
85 |
isabelle.prev-error (CS+p) |
|
71499 | 86 |
|
71430 | 87 |
* Support more brackets: \<llangle> \<rrangle> (intended for implicit argument syntax). |
88 |
||
71520 | 89 |
* Action isabelle.jconsole (menu item Plugins / Isabelle / Java/VM |
90 |
Monitor) applies the jconsole tool on the running Isabelle/jEdit |
|
91 |
process. This allows to monitor resource usage etc. |
|
92 |
||
71543 | 93 |
* More adequate default font sizes for Linux on HD / UHD displays: |
94 |
automatic font scaling is usually absent on Linux, in contrast to |
|
95 |
Windows and macOS. |
|
96 |
||
71575 | 97 |
* The default value for the jEdit property "view.antiAlias" (menu item |
98 |
Utilities / Global Options / Text Area / Anti Aliased smooth text) is |
|
99 |
now "subpixel HRGB", instead of former "standard". Especially on Linux |
|
100 |
this often leads to faster text rendering, but can also cause problems |
|
101 |
with odd color shades. An alternative is to switch back to "standard" |
|
102 |
here, and set the following Java system property: |
|
103 |
||
104 |
isabelle jedit -Dsun.java2d.opengl=true |
|
105 |
||
106 |
This can be made persistent via JEDIT_JAVA_OPTIONS in |
|
107 |
$ISABELLE_HOME_USER/etc/settings. For the "Isabelle2020" desktop |
|
108 |
application there is a corresponding options file in the same directory. |
|
109 |
||
70683
8c7706b053c7
find theory files via session structure: much faster Prover IDE startup;
wenzelm
parents:
70681
diff
changeset
|
110 |
|
71473
be84312a2d53
update to WebviewPanel API, following initial version by Peter Zeller;
wenzelm
parents:
71448
diff
changeset
|
111 |
*** Isabelle/VSCode Prover IDE *** |
be84312a2d53
update to WebviewPanel API, following initial version by Peter Zeller;
wenzelm
parents:
71448
diff
changeset
|
112 |
|
71484 | 113 |
* Update of State and Preview panels to use new WebviewPanel API of |
114 |
VSCode. |
|
71473
be84312a2d53
update to WebviewPanel API, following initial version by Peter Zeller;
wenzelm
parents:
71448
diff
changeset
|
115 |
|
be84312a2d53
update to WebviewPanel API, following initial version by Peter Zeller;
wenzelm
parents:
71448
diff
changeset
|
116 |
|
70337
48609a6af1a0
removed relics of ASCII syntax for indexed big operators
haftmann
parents:
70300
diff
changeset
|
117 |
*** HOL *** |
48609a6af1a0
removed relics of ASCII syntax for indexed big operators
haftmann
parents:
70300
diff
changeset
|
118 |
|
71427 | 119 |
* Improvements of the 'lift_bnf' command: |
71264 | 120 |
- Add support for quotient types. |
71427 | 121 |
- Generate transfer rules for the lifted map/set/rel/pred constants |
122 |
(theorems "<type>.<constant>_transfer_raw"). |
|
71264 | 123 |
|
70784
799437173553
Term_XML.Encode/Decode.term uses Const "typargs";
wenzelm
parents:
70686
diff
changeset
|
124 |
* Term_XML.Encode/Decode.term uses compact representation of Const |
799437173553
Term_XML.Encode/Decode.term uses Const "typargs";
wenzelm
parents:
70686
diff
changeset
|
125 |
"typargs" from the given declaration environment. This also makes more |
799437173553
Term_XML.Encode/Decode.term uses Const "typargs";
wenzelm
parents:
70686
diff
changeset
|
126 |
sense for translations to lambda-calculi with explicit polymorphism. |
799437173553
Term_XML.Encode/Decode.term uses Const "typargs";
wenzelm
parents:
70686
diff
changeset
|
127 |
INCOMPATIBILITY, use Term_XML.Encode/Decode.term_raw in special |
799437173553
Term_XML.Encode/Decode.term uses Const "typargs";
wenzelm
parents:
70686
diff
changeset
|
128 |
applications. |
799437173553
Term_XML.Encode/Decode.term uses Const "typargs";
wenzelm
parents:
70686
diff
changeset
|
129 |
|
70524 | 130 |
* ASCII membership syntax concerning big operators for infimum and |
71427 | 131 |
supremum has been discontinued. INCOMPATIBILITY. |
70524 | 132 |
|
71543 | 133 |
* Removed multiplicativity assumption from class |
134 |
"normalization_semidom". Introduced various new intermediate classes |
|
135 |
with the multiplicativity assumption; many theorem statements |
|
136 |
(especially involving GCD/LCM) had to be adapted. This allows for a more |
|
137 |
natural instantiation of the algebraic typeclasses for e.g. Gaussian |
|
138 |
integers. INCOMPATIBILITY. |
|
139 |
||
70524 | 140 |
* Clear distinction between types for bits (False / True) and Z2 (0 / |
71427 | 141 |
1): theory HOL-Library.Bit has been renamed accordingly. |
142 |
INCOMPATIBILITY. |
|
143 |
||
144 |
* Dynamic facts "algebra_split_simps" and "field_split_simps" correspond |
|
70817
dd675800469d
dedicated fact collections for algebraic simplification rules potentially splitting goals
haftmann
parents:
70784
diff
changeset
|
145 |
to algebra_simps and field_simps but contain more aggressive rules |
dd675800469d
dedicated fact collections for algebraic simplification rules potentially splitting goals
haftmann
parents:
70784
diff
changeset
|
146 |
potentially splitting goals; algebra_split_simps roughly replaces |
dd675800469d
dedicated fact collections for algebraic simplification rules potentially splitting goals
haftmann
parents:
70784
diff
changeset
|
147 |
sign_simps and field_split_simps can be used instead of divide_simps. |
dd675800469d
dedicated fact collections for algebraic simplification rules potentially splitting goals
haftmann
parents:
70784
diff
changeset
|
148 |
INCOMPATIBILITY. |
70524 | 149 |
|
71428 | 150 |
* Theory HOL.Complete_Lattices: |
151 |
renamed Inf_Sup -> Inf_eq_Sup and Sup_Inf -> Sup_eq_Inf |
|
152 |
||
71434 | 153 |
* Theory HOL-Library.Monad_Syntax: infix operation "bind" (\<bind>) |
70524 | 154 |
associates to the left now as is customary. |
155 |
||
71259
09aee7f5b447
Ramsey with multiple colours and arbitrary exponents
paulson <lp15@cam.ac.uk>
parents:
71166
diff
changeset
|
156 |
* Theory HOL-Library.Ramsey: full finite Ramsey's theorem with |
09aee7f5b447
Ramsey with multiple colours and arbitrary exponents
paulson <lp15@cam.ac.uk>
parents:
71166
diff
changeset
|
157 |
multiple colours and arbitrary exponents. |
09aee7f5b447
Ramsey with multiple colours and arbitrary exponents
paulson <lp15@cam.ac.uk>
parents:
71166
diff
changeset
|
158 |
|
71484 | 159 |
* Session HOL-Proofs: build faster thanks to better treatment of proof |
160 |
terms in Isabelle/Pure. |
|
71147 | 161 |
|
71438 | 162 |
* Session HOL-Word: bitwise NOT-operator has proper prefix syntax. Minor |
163 |
INCOMPATIBILITY. |
|
164 |
||
71484 | 165 |
* Session HOL-Analysis: proof method "metric" implements a decision |
166 |
procedure for simple linear statements in metric spaces. |
|
167 |
||
168 |
* Session HOL-Complex_Analysis has been split off from HOL-Analysis. |
|
71149 | 169 |
|
71150 | 170 |
|
70525 | 171 |
*** ML *** |
172 |
||
173 |
* Theory construction may be forked internally, the operation |
|
174 |
Theory.join_theory recovers a single result theory. See also the example |
|
175 |
in theory "HOL-ex.Join_Theory". |
|
176 |
||
70565 | 177 |
* Antiquotation @{oracle_name} inlines a formally checked oracle name. |
178 |
||
71436 | 179 |
* Minimal support for a soft-type system within the Isabelle logical |
180 |
framework (module Soft_Type_System). |
|
181 |
||
182 |
* Former Proof_Context.auto_fixes has been replaced by slightly more |
|
183 |
general Proof_Context.augment: it is subject to an optional soft-type |
|
184 |
system of the underlying object-logic. Minor INCOMPATIBILITY. |
|
185 |
||
71438 | 186 |
* More scalable Export.export using XML.tree to avoid premature string |
187 |
allocations, with convenient shortcut XML.blob. Minor INCOMPATIBILITY. |
|
188 |
||
71493 | 189 |
* Prover IDE support for the underlying Poly/ML compiler (not the basis |
190 |
library). Open $ML_SOURCES/ROOT.ML in Isabelle/jEdit to browse the |
|
191 |
implementation with full markup. |
|
192 |
||
70525 | 193 |
|
70599 | 194 |
*** System *** |
195 |
||
71433 | 196 |
* Standard rendering for more Isabelle symbols: \<llangle> \<rrangle> \<bbar> \<sqdot> |
197 |
||
71378
820cf124dced
added "isabelle scala_project" to support e.g. IntelliJ IDEA;
wenzelm
parents:
71343
diff
changeset
|
198 |
* The command-line tool "isabelle scala_project" creates a Gradle |
820cf124dced
added "isabelle scala_project" to support e.g. IntelliJ IDEA;
wenzelm
parents:
71343
diff
changeset
|
199 |
project configuration for Isabelle/Scala/jEdit, to support Scala IDEs |
820cf124dced
added "isabelle scala_project" to support e.g. IntelliJ IDEA;
wenzelm
parents:
71343
diff
changeset
|
200 |
such as IntelliJ IDEA. |
820cf124dced
added "isabelle scala_project" to support e.g. IntelliJ IDEA;
wenzelm
parents:
71343
diff
changeset
|
201 |
|
71293 | 202 |
* The command-line tool "isabelle phabricator_setup" facilitates |
203 |
self-hosting of the Phabricator software-development platform, with |
|
204 |
support for Git, Mercurial, Subversion repositories. This helps to avoid |
|
205 |
monoculture and to escape the gravity of centralized version control by |
|
206 |
Github and/or Bitbucket. For further documentation, see chapter |
|
207 |
"Phabricator server administration" in the "system" manual. A notable |
|
208 |
example installation is https://isabelle-dev.sketis.net/. |
|
71134 | 209 |
|
71325 | 210 |
* The command-line tool "isabelle hg_setup" simplifies the setup of |
211 |
Mercurial repositories, with hosting via Phabricator or SSH file server |
|
212 |
access. |
|
213 |
||
70686
9cde8c4ea5a5
discontinued obsolete "isabelle imports" and all_known data;
wenzelm
parents:
70683
diff
changeset
|
214 |
* The command-line tool "isabelle imports" has been discontinued: strict |
9cde8c4ea5a5
discontinued obsolete "isabelle imports" and all_known data;
wenzelm
parents:
70683
diff
changeset
|
215 |
checking of session directories enforces session-qualified theory names |
9cde8c4ea5a5
discontinued obsolete "isabelle imports" and all_known data;
wenzelm
parents:
70683
diff
changeset
|
216 |
in applications -- users are responsible to specify session ROOT entries |
9cde8c4ea5a5
discontinued obsolete "isabelle imports" and all_known data;
wenzelm
parents:
70683
diff
changeset
|
217 |
properly. |
9cde8c4ea5a5
discontinued obsolete "isabelle imports" and all_known data;
wenzelm
parents:
70683
diff
changeset
|
218 |
|
71429 | 219 |
* The command-line tool "isabelle dump" and its underlying |
220 |
Isabelle/Scala module isabelle.Dump has become more scalable, by |
|
221 |
splitting sessions and supporting a base logic image. Minor |
|
222 |
INCOMPATIBILITY in options and parameters. |
|
223 |
||
71438 | 224 |
* Isabelle/Scala support for the Linux platform (Ubuntu): packages, |
225 |
users, system services. |
|
226 |
||
227 |
* Isabelle/Scala support for proof terms (with full type/term |
|
228 |
information) in module isabelle.Term. |
|
229 |
||
70599 | 230 |
* Theory export via Isabelle/Scala has been reworked. The former "fact" |
231 |
name space is now split into individual "thm" items: names are |
|
232 |
potentially indexed, such as "foo" for singleton facts, or "bar(1)", |
|
233 |
"bar(2)", "bar(3)" for multi-facts. Theorem dependencies are now |
|
234 |
exported as well: this spans an overall dependency graph of internal |
|
235 |
inferences; it might help to reconstruct the formal structure of theory |
|
236 |
libraries. See also the module Export_Theory in Isabelle/Scala. |
|
237 |
||
71484 | 238 |
* Theory export of structured specifications, based on internal |
239 |
declarations of Spec_Rules by packages like 'definition', 'inductive', |
|
240 |
'primrec', 'function'. |
|
241 |
||
71428 | 242 |
* Old settings variables ISABELLE_PLATFORM and ISABELLE_WINDOWS_PLATFORM |
243 |
have been discontinued -- deprecated since Isabelle2018. |
|
244 |
||
71438 | 245 |
* More complete x86_64 platform support on macOS, notably Catalina where |
246 |
old x86 has been discontinued. |
|
247 |
||
248 |
* Update to GHC stack 2.1.3 with stackage lts-13.19/ghc-8.6.4. |
|
249 |
||
250 |
* Update to OCaml Opam 2.0.6 (using ocaml 4.05.0 as before). |
|
251 |
||
70265 | 252 |
|
70784
799437173553
Term_XML.Encode/Decode.term uses Const "typargs";
wenzelm
parents:
70686
diff
changeset
|
253 |
|
70023 | 254 |
New in Isabelle2019 (June 2019) |
255 |
------------------------------- |
|
68683 | 256 |
|
69042 | 257 |
*** General *** |
258 |
||
70032 | 259 |
* The font collection "Isabelle DejaVu" is systematically derived from |
260 |
the existing "DejaVu" fonts, with variants "Sans Mono", "Sans", "Serif" |
|
69343
395c4fb15ea2
use "Isabelle DejaVu" fonts uniformly: Text Area, GUI elements, HTML output etc.;
wenzelm
parents:
69316
diff
changeset
|
261 |
and styles "Normal", "Bold", "Italic/Oblique", "Bold-Italic/Oblique". |
395c4fb15ea2
use "Isabelle DejaVu" fonts uniformly: Text Area, GUI elements, HTML output etc.;
wenzelm
parents:
69316
diff
changeset
|
262 |
The DejaVu base fonts are retricted to well-defined Unicode ranges and |
395c4fb15ea2
use "Isabelle DejaVu" fonts uniformly: Text Area, GUI elements, HTML output etc.;
wenzelm
parents:
69316
diff
changeset
|
263 |
augmented by special Isabelle symbols, taken from the former |
395c4fb15ea2
use "Isabelle DejaVu" fonts uniformly: Text Area, GUI elements, HTML output etc.;
wenzelm
parents:
69316
diff
changeset
|
264 |
"IsabelleText" font (which is no longer provided separately). The line |
395c4fb15ea2
use "Isabelle DejaVu" fonts uniformly: Text Area, GUI elements, HTML output etc.;
wenzelm
parents:
69316
diff
changeset
|
265 |
metrics and overall rendering quality is closer to original DejaVu. |
395c4fb15ea2
use "Isabelle DejaVu" fonts uniformly: Text Area, GUI elements, HTML output etc.;
wenzelm
parents:
69316
diff
changeset
|
266 |
INCOMPATIBILITY with display configuration expecting the old |
395c4fb15ea2
use "Isabelle DejaVu" fonts uniformly: Text Area, GUI elements, HTML output etc.;
wenzelm
parents:
69316
diff
changeset
|
267 |
"IsabelleText" font: use e.g. "Isabelle DejaVu Sans Mono" instead. |
395c4fb15ea2
use "Isabelle DejaVu" fonts uniformly: Text Area, GUI elements, HTML output etc.;
wenzelm
parents:
69316
diff
changeset
|
268 |
|
395c4fb15ea2
use "Isabelle DejaVu" fonts uniformly: Text Area, GUI elements, HTML output etc.;
wenzelm
parents:
69316
diff
changeset
|
269 |
* The Isabelle fonts render "\<inverse>" properly as superscript "-1". |
395c4fb15ea2
use "Isabelle DejaVu" fonts uniformly: Text Area, GUI elements, HTML output etc.;
wenzelm
parents:
69316
diff
changeset
|
270 |
|
69042 | 271 |
* Old-style inner comments (* ... *) within the term language are no |
272 |
longer supported (legacy feature in Isabelle2018). |
|
273 |
||
70023 | 274 |
* Old-style {* verbatim *} tokens are explicitly marked as legacy |
275 |
feature and will be removed soon. Use \<open>cartouche\<close> syntax instead, e.g. |
|
276 |
via "isabelle update_cartouches -t" (available since Isabelle2015). |
|
277 |
||
70297 | 278 |
* Infix operators that begin or end with a "*" are now parenthesized |
279 |
without additional spaces, e.g. "(*)" instead of "( * )". Minor |
|
70023 | 280 |
INCOMPATIBILITY. |
69066 | 281 |
|
69580 | 282 |
* Mixfix annotations may use cartouches instead of old-style double |
69586
9171d1ce5a35
support for "isabelle update -u mixfix_cartouches";
wenzelm
parents:
69585
diff
changeset
|
283 |
quotes, e.g. (infixl \<open>+\<close> 60). The command-line tool "isabelle update -u |
9171d1ce5a35
support for "isabelle update -u mixfix_cartouches";
wenzelm
parents:
69585
diff
changeset
|
284 |
mixfix_cartouches" allows to update existing theory sources |
9171d1ce5a35
support for "isabelle update -u mixfix_cartouches";
wenzelm
parents:
69585
diff
changeset
|
285 |
automatically. |
69580 | 286 |
|
69216
1a52baa70aed
clarified ML_Context.expression: it is a closed expression, not a let-declaration -- thus source positions are more accurate (amending d8849cfad60f, 162a4c2e97bc);
wenzelm
parents:
69213
diff
changeset
|
287 |
* ML setup commands (e.g. 'setup', 'method_setup', 'parse_translation') |
1a52baa70aed
clarified ML_Context.expression: it is a closed expression, not a let-declaration -- thus source positions are more accurate (amending d8849cfad60f, 162a4c2e97bc);
wenzelm
parents:
69213
diff
changeset
|
288 |
need to provide a closed expression -- without trailing semicolon. Minor |
1a52baa70aed
clarified ML_Context.expression: it is a closed expression, not a let-declaration -- thus source positions are more accurate (amending d8849cfad60f, 162a4c2e97bc);
wenzelm
parents:
69213
diff
changeset
|
289 |
INCOMPATIBILITY. |
1a52baa70aed
clarified ML_Context.expression: it is a closed expression, not a let-declaration -- thus source positions are more accurate (amending d8849cfad60f, 162a4c2e97bc);
wenzelm
parents:
69213
diff
changeset
|
290 |
|
70057 | 291 |
* Commands 'generate_file', 'export_generated_files', and |
292 |
'compile_generated_files' support a stateless (PIDE-conformant) model |
|
293 |
for generated sources and compiled binaries of other languages. The |
|
70060 | 294 |
compilation process is managed in Isabelle/ML, and results exported to |
70057 | 295 |
the session database for further use (e.g. with "isabelle export" or |
296 |
"isabelle build -e"). |
|
297 |
||
69042 | 298 |
|
69189 | 299 |
*** Isabelle/jEdit Prover IDE *** |
300 |
||
70023 | 301 |
* Fonts for the text area, gutter, GUI elements etc. use the "Isabelle |
302 |
DejaVu" collection by default, which provides uniform rendering quality |
|
303 |
with the usual Isabelle symbols. Line spacing no longer needs to be |
|
304 |
adjusted: properties for the old IsabelleText font had "Global Options / |
|
70069 | 305 |
Text Area / Extra vertical line spacing (in pixels): -2", it now |
306 |
defaults to 1, but 0 works as well. |
|
70023 | 307 |
|
69780 | 308 |
* The jEdit File Browser is more prominent in the default GUI layout of |
309 |
Isabelle/jEdit: various virtual file-systems provide access to Isabelle |
|
310 |
resources, notably via "favorites:" (or "Edit Favorites"). |
|
311 |
||
70061 | 312 |
* Further markup and rendering for "plain text" (e.g. informal prose) |
313 |
and "raw text" (e.g. verbatim sources). This improves the visual |
|
314 |
appearance of formal comments inside the term language, or in general |
|
315 |
for repeated alternation of formal and informal text. |
|
316 |
||
69643 | 317 |
* Action "isabelle-export-browser" points the File Browser to the theory |
69764 | 318 |
exports of the current buffer, based on the "isabelle-export:" virtual |
319 |
file-system. The directory view needs to be reloaded manually to follow |
|
320 |
ongoing document processing. |
|
321 |
||
322 |
* Action "isabelle-session-browser" points the File Browser to session |
|
323 |
information, based on the "isabelle-session:" virtual file-system. Its |
|
324 |
entries are structured according to chapter / session names, the open |
|
325 |
operation is redirected to the session ROOT file. |
|
69643 | 326 |
|
69273 | 327 |
* Support for user-defined file-formats via class isabelle.File_Format |
69277
258bef08b31e
support for user-defined Isabelle/Scala command-line tools;
wenzelm
parents:
69273
diff
changeset
|
328 |
in Isabelle/Scala (e.g. see isabelle.Bibtex.File_Format), configured via |
258bef08b31e
support for user-defined Isabelle/Scala command-line tools;
wenzelm
parents:
69273
diff
changeset
|
329 |
the shell function "isabelle_file_format" in etc/settings (e.g. of an |
258bef08b31e
support for user-defined Isabelle/Scala command-line tools;
wenzelm
parents:
69273
diff
changeset
|
330 |
Isabelle component). |
69273 | 331 |
|
70023 | 332 |
* System option "jedit_text_overview" allows to disable the text |
333 |
overview column. |
|
334 |
||
69854
cc0b3e177b49
system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents:
69829
diff
changeset
|
335 |
* Command-line options "-s" and "-u" of "isabelle jedit" override the |
cc0b3e177b49
system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents:
69829
diff
changeset
|
336 |
default for system option "system_heaps" that determines the heap |
cc0b3e177b49
system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents:
69829
diff
changeset
|
337 |
storage directory for "isabelle build". Option "-n" is now clearly |
cc0b3e177b49
system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents:
69829
diff
changeset
|
338 |
separated from option "-s". |
cc0b3e177b49
system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents:
69829
diff
changeset
|
339 |
|
70105 | 340 |
* The Isabelle/jEdit desktop application uses the same options as |
341 |
"isabelle jedit" for its internal "isabelle build" process: the implicit |
|
342 |
option "-o system_heaps" (or "-s") has been discontinued. This reduces |
|
343 |
the potential for surprise wrt. command-line tools. |
|
344 |
||
345 |
* The official download of the Isabelle/jEdit application already |
|
346 |
contains heap images for Isabelle/HOL within its main directory: thus |
|
347 |
the first encounter becomes faster and more robust (e.g. when run from a |
|
348 |
read-only directory). |
|
349 |
||
70072 | 350 |
* Isabelle DejaVu fonts are available with hinting by default, which is |
351 |
relevant for low-resolution displays. This may be disabled via system |
|
352 |
option "isabelle_fonts_hinted = false" in |
|
70075 | 353 |
$ISABELLE_HOME_USER/etc/preferences -- it occasionally yields better |
70072 | 354 |
results. |
355 |
||
70031 | 356 |
* OpenJDK 11 has quite different font rendering, with better glyph |
357 |
shapes and improved sub-pixel anti-aliasing. In some situations results |
|
70072 | 358 |
might be *worse* than Oracle Java 8, though -- a proper HiDPI / UHD |
359 |
display is recommended. |
|
70023 | 360 |
|
70258 | 361 |
* OpenJDK 11 supports GTK version 2.2 and 3 (according to system |
362 |
property jdk.gtk.version). The factory default is version 3, but |
|
363 |
ISABELLE_JAVA_SYSTEM_OPTIONS includes "-Djdk.gtk.version=2.2" to make |
|
364 |
this more conservative (as in Java 8). Depending on the GTK theme |
|
365 |
configuration, "-Djdk.gtk.version=3" might work better or worse. |
|
366 |
||
69189 | 367 |
|
69962
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
368 |
*** Document preparation *** |
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
369 |
|
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
370 |
* Document markers are formal comments of the form \<^marker>\<open>marker_body\<close> that |
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
371 |
are stripped from document output: the effect is to modify the semantic |
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
372 |
presentation context or to emit markup to the PIDE document. Some |
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
373 |
predefined markers are taken from the Dublin Core Metadata Initiative, |
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
374 |
e.g. \<^marker>\<open>contributor arg\<close> or \<^marker>\<open>license arg\<close> and produce PIDE markup that |
70281 | 375 |
can be retrieved from the document database. |
69962
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
376 |
|
70140 | 377 |
* Old-style command tags %name are re-interpreted as markers with |
378 |
proof-scope \<^marker>\<open>tag (proof) name\<close> and produce LaTeX environments as |
|
379 |
before. Potential INCOMPATIBILITY: multiple markers are composed in |
|
380 |
canonical order, resulting in a reversed list of tags in the |
|
381 |
presentation context. |
|
382 |
||
383 |
* Marker \<^marker>\<open>tag name\<close> does not apply to the proof of a top-level goal |
|
384 |
statement by default (e.g. 'theorem', 'lemma'). This is a subtle change |
|
385 |
of semantics wrt. old-style %name. |
|
69962
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
386 |
|
70143 | 387 |
* In Isabelle/jEdit, the string "\tag" may be completed to a "\<^marker>\<open>tag \<close>" |
388 |
template. |
|
389 |
||
70121 | 390 |
* Document antiquotation option "cartouche" indicates if the output |
391 |
should be delimited as cartouche; this takes precedence over the |
|
392 |
analogous option "quotes". |
|
393 |
||
70122
a0b21b4b7a4a
strip cartouches from arguments of "embedded" document antiquotations, corresponding to automated update via "isabelle update -u control_cartouches" -- e.g. relevant for documents with thy_output_source (e.g. doc "isar-ref", "jedit", "system");
wenzelm
parents:
70121
diff
changeset
|
394 |
* Many document antiquotations are internally categorized as "embedded" |
a0b21b4b7a4a
strip cartouches from arguments of "embedded" document antiquotations, corresponding to automated update via "isabelle update -u control_cartouches" -- e.g. relevant for documents with thy_output_source (e.g. doc "isar-ref", "jedit", "system");
wenzelm
parents:
70121
diff
changeset
|
395 |
and expect one cartouche argument, which is typically used with the |
a0b21b4b7a4a
strip cartouches from arguments of "embedded" document antiquotations, corresponding to automated update via "isabelle update -u control_cartouches" -- e.g. relevant for documents with thy_output_source (e.g. doc "isar-ref", "jedit", "system");
wenzelm
parents:
70121
diff
changeset
|
396 |
\<^control>\<open>cartouche\<close> notation (e.g. \<^term>\<open>\<lambda>x y. x\<close>). The cartouche |
a0b21b4b7a4a
strip cartouches from arguments of "embedded" document antiquotations, corresponding to automated update via "isabelle update -u control_cartouches" -- e.g. relevant for documents with thy_output_source (e.g. doc "isar-ref", "jedit", "system");
wenzelm
parents:
70121
diff
changeset
|
397 |
delimiters are stripped in output of the source (antiquotation option |
a0b21b4b7a4a
strip cartouches from arguments of "embedded" document antiquotations, corresponding to automated update via "isabelle update -u control_cartouches" -- e.g. relevant for documents with thy_output_source (e.g. doc "isar-ref", "jedit", "system");
wenzelm
parents:
70121
diff
changeset
|
398 |
"source"), but it is possible to enforce delimiters via option |
a0b21b4b7a4a
strip cartouches from arguments of "embedded" document antiquotations, corresponding to automated update via "isabelle update -u control_cartouches" -- e.g. relevant for documents with thy_output_source (e.g. doc "isar-ref", "jedit", "system");
wenzelm
parents:
70121
diff
changeset
|
399 |
"source_cartouche", e.g. @{term [source_cartouche] \<open>\<lambda>x y. x\<close>}. |
a0b21b4b7a4a
strip cartouches from arguments of "embedded" document antiquotations, corresponding to automated update via "isabelle update -u control_cartouches" -- e.g. relevant for documents with thy_output_source (e.g. doc "isar-ref", "jedit", "system");
wenzelm
parents:
70121
diff
changeset
|
400 |
|
69962
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
401 |
|
68879 | 402 |
*** Isar *** |
403 |
||
69045 | 404 |
* Implicit cases goal1, goal2, goal3, etc. have been discontinued |
405 |
(legacy feature since Isabelle2016). |
|
406 |
||
70023 | 407 |
* More robust treatment of structural errors: begin/end blocks take |
408 |
precedence over goal/proof. This is particularly relevant for the |
|
409 |
headless PIDE session and server. |
|
410 |
||
411 |
* Command keywords of kind thy_decl / thy_goal may be more specifically |
|
412 |
fit into the traditional document model of "definition-statement-proof" |
|
413 |
via thy_defn / thy_stmt / thy_goal_defn / thy_goal_stmt. |
|
414 |
||
69045 | 415 |
|
68796
9ca183045102
simplified syntax setup for big operators under image, retaining input abbreviations for backward compatibility
haftmann
parents:
68770
diff
changeset
|
416 |
*** HOL *** |
9ca183045102
simplified syntax setup for big operators under image, retaining input abbreviations for backward compatibility
haftmann
parents:
68770
diff
changeset
|
417 |
|
70009
435fb018e8ee
"export_code ... file_prefix ..." is the preferred way to produce output within the logical file-system within the theory context, as well as session exports;
wenzelm
parents:
69962
diff
changeset
|
418 |
* Command 'export_code' produces output as logical files within the |
70011 | 419 |
theory context, as well as formal session exports that can be |
420 |
materialized via command-line tools "isabelle export" or "isabelle build |
|
421 |
-e" (with 'export_files' in the session ROOT). Isabelle/jEdit also |
|
422 |
provides a virtual file-system "isabelle-export:" that can be explored |
|
423 |
in the regular file-browser. A 'file_prefix' argument allows to specify |
|
424 |
an explicit name prefix for the target file (SML, OCaml, Scala) or |
|
425 |
directory (Haskell); the default is "export" with a consecutive number |
|
426 |
within each theory. |
|
70009
435fb018e8ee
"export_code ... file_prefix ..." is the preferred way to produce output within the logical file-system within the theory context, as well as session exports;
wenzelm
parents:
69962
diff
changeset
|
427 |
|
435fb018e8ee
"export_code ... file_prefix ..." is the preferred way to produce output within the logical file-system within the theory context, as well as session exports;
wenzelm
parents:
69962
diff
changeset
|
428 |
* Command 'export_code': the 'file' argument is now legacy and will be |
435fb018e8ee
"export_code ... file_prefix ..." is the preferred way to produce output within the logical file-system within the theory context, as well as session exports;
wenzelm
parents:
69962
diff
changeset
|
429 |
removed soon: writing to the physical file-system is not well-defined in |
70011 | 430 |
a reactive/parallel application like Isabelle. The empty 'file' argument |
431 |
has been discontinued already: it is superseded by the file-browser in |
|
432 |
Isabelle/jEdit on "isabelle-export:". Minor INCOMPATIBILITY. |
|
69624 | 433 |
|
70022
49e178cbf923
'code_reflect' only supports new-style 'file_prefix';
wenzelm
parents:
70011
diff
changeset
|
434 |
* Command 'code_reflect' no longer supports the 'file' argument: it has |
49e178cbf923
'code_reflect' only supports new-style 'file_prefix';
wenzelm
parents:
70011
diff
changeset
|
435 |
been superseded by 'file_prefix' for stateless file management as in |
49e178cbf923
'code_reflect' only supports new-style 'file_prefix';
wenzelm
parents:
70011
diff
changeset
|
436 |
'export_code'. Minor INCOMPATIBILITY. |
49e178cbf923
'code_reflect' only supports new-style 'file_prefix';
wenzelm
parents:
70011
diff
changeset
|
437 |
|
69743 | 438 |
* Code generation for OCaml: proper strings are used for literals. |
439 |
Minor INCOMPATIBILITY. |
|
440 |
||
69926
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
441 |
* Code generation for OCaml: Zarith supersedes Nums as library for |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
442 |
proper integer arithmetic. The library is located via standard |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
443 |
invocations of "ocamlfind" (via ISABELLE_OCAMLFIND settings variable). |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
444 |
The environment provided by "isabelle ocaml_setup" already contains this |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
445 |
tool and the required packages. Minor INCOMPATIBILITY. |
69906
55534affe445
migrated from Nums to Zarith as library for OCaml integer arithmetic
haftmann
parents:
69903
diff
changeset
|
446 |
|
69690 | 447 |
* Code generation for Haskell: code includes for Haskell must contain |
448 |
proper module frame, nothing is added magically any longer. |
|
449 |
INCOMPATIBILITY. |
|
450 |
||
70023 | 451 |
* Code generation: slightly more conventional syntax for 'code_stmts' |
452 |
antiquotation. Minor INCOMPATIBILITY. |
|
453 |
||
454 |
* Theory List: the precedence of the list_update operator has changed: |
|
455 |
"f a [n := x]" now needs to be written "(f a)[n := x]". |
|
456 |
||
457 |
* The functions \<Union>, \<Inter>, \<Squnion>, \<Sqinter> (not the corresponding binding operators) |
|
458 |
now have the same precedence as any other prefix function symbol. Minor |
|
459 |
INCOMPATIBILITY. |
|
69861
62e47f06d22c
avoid context-sensitive simp rules whose context-free form (image_comp) is not simp by default
haftmann
parents:
69854
diff
changeset
|
460 |
|
68796
9ca183045102
simplified syntax setup for big operators under image, retaining input abbreviations for backward compatibility
haftmann
parents:
68770
diff
changeset
|
461 |
* Simplified syntax setup for big operators under image. In rare |
9ca183045102
simplified syntax setup for big operators under image, retaining input abbreviations for backward compatibility
haftmann
parents:
68770
diff
changeset
|
462 |
situations, type conversions are not inserted implicitly any longer |
9ca183045102
simplified syntax setup for big operators under image, retaining input abbreviations for backward compatibility
haftmann
parents:
68770
diff
changeset
|
463 |
and need to be given explicitly. Auxiliary abbreviations INFIMUM, |
9ca183045102
simplified syntax setup for big operators under image, retaining input abbreviations for backward compatibility
haftmann
parents:
68770
diff
changeset
|
464 |
SUPREMUM, UNION, INTER should now rarely occur in output and are just |
70237 | 465 |
retained as migration auxiliary. Abbreviations MINIMUM and MAXIMUM |
466 |
are gone INCOMPATIBILITY. |
|
68796
9ca183045102
simplified syntax setup for big operators under image, retaining input abbreviations for backward compatibility
haftmann
parents:
68770
diff
changeset
|
467 |
|
70023 | 468 |
* The simplifier uses image_cong_simp as a congruence rule. The historic |
469 |
and not really well-formed congruence rules INF_cong*, SUP_cong*, are |
|
470 |
not used by default any longer. INCOMPATIBILITY; consider using declare |
|
471 |
image_cong_simp [cong del] in extreme situations. |
|
472 |
||
473 |
* INF_image and SUP_image are no default simp rules any longer. |
|
474 |
INCOMPATIBILITY, prefer image_comp as simp rule if needed. |
|
68938 | 475 |
|
69164 | 476 |
* Strong congruence rules (with =simp=> in the premises) for constant f |
69546
27dae626822b
prefer naming convention from datatype package for strong congruence rules
haftmann
parents:
69506
diff
changeset
|
477 |
are now uniformly called f_cong_simp, in accordance with congruence |
27dae626822b
prefer naming convention from datatype package for strong congruence rules
haftmann
parents:
69506
diff
changeset
|
478 |
rules produced for mappers by the datatype package. INCOMPATIBILITY. |
69164 | 479 |
|
70023 | 480 |
* Retired lemma card_Union_image; use the simpler card_UN_disjoint |
481 |
instead. INCOMPATIBILITY. |
|
482 |
||
483 |
* Facts sum_mset.commute and prod_mset.commute have been renamed to |
|
484 |
sum_mset.swap and prod_mset.swap, similarly to sum.swap and prod.swap. |
|
485 |
INCOMPATIBILITY. |
|
486 |
||
487 |
* ML structure Inductive: slightly more conventional naming schema. |
|
488 |
Minor INCOMPATIBILITY. |
|
489 |
||
490 |
* ML: Various _global variants of specification tools have been removed. |
|
491 |
Minor INCOMPATIBILITY, prefer combinators |
|
492 |
Named_Target.theory_map[_result] to lift specifications to the global |
|
493 |
theory level. |
|
494 |
||
495 |
* Theory HOL-Library.Simps_Case_Conv: 'case_of_simps' now supports |
|
496 |
overlapping and non-exhaustive patterns and handles arbitrarily nested |
|
497 |
patterns. It uses on the same algorithm as HOL-Library.Code_Lazy, which |
|
498 |
assumes sequential left-to-right pattern matching. The generated |
|
69568
de09a7261120
new implementation for case_of_simps based on Code_Lazy's pattern matching elimination algorithm
Andreas Lochbihler
parents:
69506
diff
changeset
|
499 |
equation no longer tuples the arguments on the right-hand side. |
de09a7261120
new implementation for case_of_simps based on Code_Lazy's pattern matching elimination algorithm
Andreas Lochbihler
parents:
69506
diff
changeset
|
500 |
INCOMPATIBILITY. |
de09a7261120
new implementation for case_of_simps based on Code_Lazy's pattern matching elimination algorithm
Andreas Lochbihler
parents:
69506
diff
changeset
|
501 |
|
70297 | 502 |
* Theory HOL-Library.Multiset: the \<Union># operator now has the same |
70023 | 503 |
precedence as any other prefix function symbol. |
504 |
||
70080 | 505 |
* Theory HOL-Library.Cardinal_Notations has been discontinued in favor |
70168 | 506 |
of the bundle cardinal_syntax (available in theory Main). Minor |
507 |
INCOMPATIBILITY. |
|
70080 | 508 |
|
70023 | 509 |
* Session HOL-Library and HOL-Number_Theory: Exponentiation by squaring, |
510 |
used for computing powers in class "monoid_mult" and modular |
|
511 |
exponentiation. |
|
512 |
||
513 |
* Session HOL-Computational_Algebra: Formal Laurent series and overhaul |
|
514 |
of Formal power series. |
|
515 |
||
516 |
* Session HOL-Number_Theory: More material on residue rings in |
|
517 |
Carmichael's function, primitive roots, more properties for "ord". |
|
518 |
||
70125
b601c2c87076
type instantiations for poly_mapping as a real_normed_vector
paulson <lp15@cam.ac.uk>
parents:
70106
diff
changeset
|
519 |
* Session HOL-Analysis: Better organization and much more material |
b601c2c87076
type instantiations for poly_mapping as a real_normed_vector
paulson <lp15@cam.ac.uk>
parents:
70106
diff
changeset
|
520 |
at the level of abstract topological spaces. |
b601c2c87076
type instantiations for poly_mapping as a real_normed_vector
paulson <lp15@cam.ac.uk>
parents:
70106
diff
changeset
|
521 |
|
70164
1f163f772da3
Group theory developments towards proving algebraic closure (by de Vilhena and Baillon)
paulson <lp15@cam.ac.uk>
parents:
70143
diff
changeset
|
522 |
* Session HOL-Algebra: Free abelian groups, etc., ported from HOL Light; |
70215
8371a25ca177
Algebraic closure: moving more theorems into their rightful places
paulson <lp15@cam.ac.uk>
parents:
70175
diff
changeset
|
523 |
algebraic closure of a field by de Vilhena and Baillon. |
70032 | 524 |
|
70168 | 525 |
* Session HOL-Homology has been added. It is a port of HOL Light's |
526 |
homology library, with new proofs of "invariance of domain" and related |
|
527 |
results. |
|
528 |
||
69099
d44cb8a3e5e0
HOL-SPARK .prv files are no longer written to the file-system;
wenzelm
parents:
69094
diff
changeset
|
529 |
* Session HOL-SPARK: .prv files are no longer written to the |
d44cb8a3e5e0
HOL-SPARK .prv files are no longer written to the file-system;
wenzelm
parents:
69094
diff
changeset
|
530 |
file-system, but exported to the session database. Results may be |
70026 | 531 |
retrieved via "isabelle build -e HOL-SPARK-Examples" on the |
532 |
command-line. |
|
69099
d44cb8a3e5e0
HOL-SPARK .prv files are no longer written to the file-system;
wenzelm
parents:
69094
diff
changeset
|
533 |
|
70023 | 534 |
* Sledgehammer: |
535 |
- The URL for SystemOnTPTP, which is used by remote provers, has been |
|
536 |
updated. |
|
537 |
- The machine-learning-based filter MaSh has been optimized to take |
|
538 |
less time (in most cases). |
|
539 |
||
540 |
* SMT: reconstruction is now possible using the SMT solver veriT. |
|
541 |
||
70174 | 542 |
* Session HOL-Word: |
543 |
* New theory More_Word as comprehensive entrance point. |
|
70175 | 544 |
* Merged type class bitss into type class bits. |
70174 | 545 |
INCOMPATIBILITY. |
546 |
||
68796
9ca183045102
simplified syntax setup for big operators under image, retaining input abbreviations for backward compatibility
haftmann
parents:
68770
diff
changeset
|
547 |
|
68803 | 548 |
*** ML *** |
549 |
||
70023 | 550 |
* Command 'generate_file' allows to produce sources for other languages, |
551 |
with antiquotations in the Isabelle context (only the control-cartouche |
|
552 |
form). The default "cartouche" antiquotation evaluates an ML expression |
|
553 |
of type string and inlines the result as a string literal of the target |
|
554 |
language. For example, this works for Haskell as follows: |
|
555 |
||
556 |
generate_file "Pure.hs" = \<open> |
|
557 |
module Isabelle.Pure where |
|
558 |
allConst, impConst, eqConst :: String |
|
559 |
allConst = \<open>\<^const_name>\<open>Pure.all\<close>\<close> |
|
560 |
impConst = \<open>\<^const_name>\<open>Pure.imp\<close>\<close> |
|
561 |
eqConst = \<open>\<^const_name>\<open>Pure.eq\<close>\<close> |
|
562 |
\<close> |
|
563 |
||
70082
4f936de6d9b8
tuned -- prefer Isar command 'compile_generated_files';
wenzelm
parents:
70080
diff
changeset
|
564 |
See also commands 'export_generated_files' and 'compile_generated_files' |
4f936de6d9b8
tuned -- prefer Isar command 'compile_generated_files';
wenzelm
parents:
70080
diff
changeset
|
565 |
to use the results. |
68803 | 566 |
|
70260 | 567 |
* ML evaluation (notably via command 'ML' or 'ML_file') is subject to |
68824 | 568 |
option ML_environment to select a named environment, such as "Isabelle" |
70260 | 569 |
for Isabelle/ML, or "SML" for official Standard ML. |
68803 | 570 |
|
69381
4c9b4e2c5460
more general command 'generate_file' for registered file types, notably Haskell;
wenzelm
parents:
69377
diff
changeset
|
571 |
* ML antiquotation @{master_dir} refers to the master directory of the |
4c9b4e2c5460
more general command 'generate_file' for registered file types, notably Haskell;
wenzelm
parents:
69377
diff
changeset
|
572 |
underlying theory, i.e. the directory of the theory file. |
4c9b4e2c5460
more general command 'generate_file' for registered file types, notably Haskell;
wenzelm
parents:
69377
diff
changeset
|
573 |
|
69470 | 574 |
* ML antiquotation @{verbatim} inlines its argument as string literal, |
575 |
preserving newlines literally. The short form \<^verbatim>\<open>abc\<close> is particularly |
|
576 |
useful. |
|
577 |
||
70023 | 578 |
* Local_Theory.reset is no longer available in user space. Regular |
579 |
definitional packages should use balanced blocks of |
|
580 |
Local_Theory.open_target versus Local_Theory.close_target instead, or |
|
581 |
the Local_Theory.subtarget(_result) combinator. Rare INCOMPATIBILITY. |
|
582 |
||
583 |
* Original PolyML.pointerEq is retained as a convenience for tools that |
|
584 |
don't use Isabelle/ML (where this is called "pointer_eq"). |
|
69381
4c9b4e2c5460
more general command 'generate_file' for registered file types, notably Haskell;
wenzelm
parents:
69377
diff
changeset
|
585 |
|
69282 | 586 |
|
68883
3653b3ad729e
clarified Thy_Resources.Session.use_theories: "terminated" node status is sufficient;
wenzelm
parents:
68879
diff
changeset
|
587 |
*** System *** |
3653b3ad729e
clarified Thy_Resources.Session.use_theories: "terminated" node status is sufficient;
wenzelm
parents:
68879
diff
changeset
|
588 |
|
70031 | 589 |
* Update to OpenJDK 11: the current long-term support version of Java. |
70023 | 590 |
|
591 |
* Update to Poly/ML 5.8 allows to use the native x86_64 platform without |
|
592 |
the full overhead of 64-bit values everywhere. This special x86_64_32 |
|
593 |
mode provides up to 16GB ML heap, while program code and stacks are |
|
594 |
allocated elsewhere. Thus approx. 5 times more memory is available for |
|
595 |
applications compared to old x86 mode (which is no longer used by |
|
596 |
Isabelle). The switch to the x86_64 CPU architecture also avoids |
|
597 |
compatibility problems with Linux and macOS, where 32-bit applications |
|
598 |
are gradually phased out. |
|
599 |
||
600 |
* System option "checkpoint" has been discontinued: obsolete thanks to |
|
601 |
improved memory management in Poly/ML. |
|
602 |
||
603 |
* System option "system_heaps" determines where to store the session |
|
69854
cc0b3e177b49
system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents:
69829
diff
changeset
|
604 |
image of "isabelle build" (and other tools using that internally). |
cc0b3e177b49
system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents:
69829
diff
changeset
|
605 |
Former option "-s" is superseded by option "-o system_heaps". |
cc0b3e177b49
system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents:
69829
diff
changeset
|
606 |
INCOMPATIBILITY in command-line syntax. |
cc0b3e177b49
system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents:
69829
diff
changeset
|
607 |
|
70023 | 608 |
* Session directory $ISABELLE_HOME/src/Tools/Haskell provides some |
609 |
source modules for Isabelle tools implemented in Haskell, notably for |
|
610 |
Isabelle/PIDE. |
|
611 |
||
612 |
* The command-line tool "isabelle build -e" retrieves theory exports |
|
613 |
from the session build database, using 'export_files' in session ROOT |
|
614 |
entries. |
|
615 |
||
69585 | 616 |
* The command-line tool "isabelle update" uses Isabelle/PIDE in |
617 |
batch-mode to update theory sources based on semantic markup produced in |
|
69609 | 618 |
Isabelle/ML. Actual updates depend on system options that may be enabled |
69588 | 619 |
via "-u OPT" (for "update_OPT"), see also $ISABELLE_HOME/etc/options |
620 |
section "Theory update". Theory sessions are specified as in "isabelle |
|
69585 | 621 |
dump". |
622 |
||
69592
a80d8ec6c998
support for isabelle update -u control_cartouches;
wenzelm
parents:
69588
diff
changeset
|
623 |
* The command-line tool "isabelle update -u control_cartouches" changes |
a80d8ec6c998
support for isabelle update -u control_cartouches;
wenzelm
parents:
69588
diff
changeset
|
624 |
antiquotations into control-symbol format (where possible): @{NAME} |
a80d8ec6c998
support for isabelle update -u control_cartouches;
wenzelm
parents:
69588
diff
changeset
|
625 |
becomes \<^NAME> and @{NAME ARG} becomes \<^NAME>\<open>ARG\<close>. |
a80d8ec6c998
support for isabelle update -u control_cartouches;
wenzelm
parents:
69588
diff
changeset
|
626 |
|
69277
258bef08b31e
support for user-defined Isabelle/Scala command-line tools;
wenzelm
parents:
69273
diff
changeset
|
627 |
* Support for Isabelle command-line tools defined in Isabelle/Scala. |
258bef08b31e
support for user-defined Isabelle/Scala command-line tools;
wenzelm
parents:
69273
diff
changeset
|
628 |
Instances of class Isabelle_Scala_Tools may be configured via the shell |
258bef08b31e
support for user-defined Isabelle/Scala command-line tools;
wenzelm
parents:
69273
diff
changeset
|
629 |
function "isabelle_scala_tools" in etc/settings (e.g. of an Isabelle |
258bef08b31e
support for user-defined Isabelle/Scala command-line tools;
wenzelm
parents:
69273
diff
changeset
|
630 |
component). |
258bef08b31e
support for user-defined Isabelle/Scala command-line tools;
wenzelm
parents:
69273
diff
changeset
|
631 |
|
70023 | 632 |
* Isabelle Server command "use_theories" supports "nodes_status_delay" |
69044 | 633 |
for continuous output of node status information. The time interval is |
634 |
specified in seconds; a negative value means it is disabled (default). |
|
635 |
||
636 |
* Isabelle Server command "use_theories" terminates more robustly in the |
|
68883
3653b3ad729e
clarified Thy_Resources.Session.use_theories: "terminated" node status is sufficient;
wenzelm
parents:
68879
diff
changeset
|
637 |
presence of structurally broken sources: full consolidation of theories |
3653b3ad729e
clarified Thy_Resources.Session.use_theories: "terminated" node status is sufficient;
wenzelm
parents:
68879
diff
changeset
|
638 |
is no longer required. |
3653b3ad729e
clarified Thy_Resources.Session.use_theories: "terminated" node status is sufficient;
wenzelm
parents:
68879
diff
changeset
|
639 |
|
69926
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
640 |
* OCaml tools and libraries are now accesed via ISABELLE_OCAMLFIND, |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
641 |
which needs to point to a suitable version of "ocamlfind" (e.g. via |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
642 |
OPAM, see below). INCOMPATIBILITY: settings variables ISABELLE_OCAML and |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
643 |
ISABELLE_OCAMLC are no longer supported. |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
644 |
|
69268
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
645 |
* Support for managed installations of Glasgow Haskell Compiler and |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
646 |
OCaml via the following command-line tools: |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
647 |
|
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
648 |
isabelle ghc_setup |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
649 |
isabelle ghc_stack |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
650 |
|
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
651 |
isabelle ocaml_setup |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
652 |
isabelle ocaml_opam |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
653 |
|
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
654 |
The global installation state is determined by the following settings |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
655 |
(and corresponding directory contents): |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
656 |
|
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
657 |
ISABELLE_STACK_ROOT |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
658 |
ISABELLE_STACK_RESOLVER |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
659 |
ISABELLE_GHC_VERSION |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
660 |
|
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
661 |
ISABELLE_OPAM_ROOT |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
662 |
ISABELLE_OCAML_VERSION |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
663 |
|
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
664 |
After setup, the following Isabelle settings are automatically |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
665 |
redirected (overriding existing user settings): |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
666 |
|
69269 | 667 |
ISABELLE_GHC |
668 |
||
69926
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
669 |
ISABELLE_OCAMLFIND |
69268
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
670 |
|
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
671 |
The old meaning of these settings as locally installed executables may |
c1a27fce2076
clarified tool setup for GHC / OCaml: discontinued "isabelle ghc", "isabelle ocaml", "isabelle ocamlc" to avoid confusion with traditional settings variables for executables (these are still required in existing applications, notably in session options [condition = ISABELLE_GHC] etc. and codegen setup;
wenzelm
parents:
69230
diff
changeset
|
672 |
be recovered by purging the directories ISABELLE_STACK_ROOT / |
69926
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
673 |
ISABELLE_OPAM_ROOT, or by resetting these variables in |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
674 |
$ISABELLE_HOME_USER/etc/settings. |
69189 | 675 |
|
69822
8c587dd44f51
updated to polyml-5.8-20190220 (pre-release of Poly/ML 5.8);
wenzelm
parents:
69811
diff
changeset
|
676 |
|
68883
3653b3ad729e
clarified Thy_Resources.Session.use_theories: "terminated" node status is sufficient;
wenzelm
parents:
68879
diff
changeset
|
677 |
|
68391 | 678 |
New in Isabelle2018 (August 2018) |
679 |
--------------------------------- |
|
66651 | 680 |
|
66712 | 681 |
*** General *** |
682 |
||
68393 | 683 |
* Session-qualified theory names are mandatory: it is no longer possible |
684 |
to refer to unqualified theories from the parent session. |
|
685 |
INCOMPATIBILITY for old developments that have not been updated to |
|
686 |
Isabelle2017 yet (using the "isabelle imports" tool). |
|
687 |
||
688 |
* Only the most fundamental theory names are global, usually the entry |
|
689 |
points to major logic sessions: Pure, Main, Complex_Main, HOLCF, IFOL, |
|
690 |
FOL, ZF, ZFC etc. INCOMPATIBILITY, need to use qualified names for |
|
691 |
formerly global "HOL-Probability.Probability" and "HOL-SPARK.SPARK". |
|
692 |
||
68558
7aae213d9e69
discontinued pending_shyps: too much complication due to lazy facts;
wenzelm
parents:
68548
diff
changeset
|
693 |
* Global facts need to be closed: no free variables and no hypotheses. |
7aae213d9e69
discontinued pending_shyps: too much complication due to lazy facts;
wenzelm
parents:
68548
diff
changeset
|
694 |
Rare INCOMPATIBILITY. |
68540 | 695 |
|
68661 | 696 |
* Facts stemming from locale interpretation are subject to lazy |
697 |
evaluation for improved performance. Rare INCOMPATIBILITY: errors |
|
698 |
stemming from interpretation morphisms might be deferred and thus |
|
699 |
difficult to locate; enable system option "strict_facts" temporarily to |
|
700 |
avoid this. |
|
701 |
||
67446 | 702 |
* Marginal comments need to be written exclusively in the new-style form |
703 |
"\<comment> \<open>text\<close>", old ASCII variants like "-- {* ... *}" are no longer |
|
704 |
supported. INCOMPATIBILITY, use the command-line tool "isabelle |
|
705 |
update_comments" to update existing theory files. |
|
706 |
||
67507 | 707 |
* Old-style inner comments (* ... *) within the term language are legacy |
708 |
and will be discontinued soon: use formal comments "\<comment> \<open>...\<close>" or "\<^cancel>\<open>...\<close>" |
|
709 |
instead. |
|
710 |
||
67402 | 711 |
* The "op <infix-op>" syntax for infix operators has been replaced by |
67400 | 712 |
"(<infix-op>)". If <infix-op> begins or ends with a "*", there needs to |
713 |
be a space between the "*" and the corresponding parenthesis. |
|
68543 | 714 |
INCOMPATIBILITY, use the command-line tool "isabelle update_op" to |
715 |
convert theory and ML files to the new syntax. Because it is based on |
|
716 |
regular expression matching, the result may need a bit of manual |
|
717 |
postprocessing. Invoking "isabelle update_op" converts all files in the |
|
718 |
current directory (recursively). In case you want to exclude conversion |
|
719 |
of ML files (because the tool frequently also converts ML's "op" |
|
720 |
syntax), use option "-m". |
|
67398 | 721 |
|
67013
335a7dce7cb3
more uniform header syntax, in contrast to the former etc/abbrevs file-format (see 73939a9b70a3);
wenzelm
parents:
66994
diff
changeset
|
722 |
* Theory header 'abbrevs' specifications need to be separated by 'and'. |
335a7dce7cb3
more uniform header syntax, in contrast to the former etc/abbrevs file-format (see 73939a9b70a3);
wenzelm
parents:
66994
diff
changeset
|
723 |
INCOMPATIBILITY. |
335a7dce7cb3
more uniform header syntax, in contrast to the former etc/abbrevs file-format (see 73939a9b70a3);
wenzelm
parents:
66994
diff
changeset
|
724 |
|
66757 | 725 |
* Command 'external_file' declares the formal dependency on the given |
726 |
file name, such that the Isabelle build process knows about it, but |
|
727 |
without specific Prover IDE management. |
|
728 |
||
66759 | 729 |
* Session ROOT entries no longer allow specification of 'files'. Rare |
730 |
INCOMPATIBILITY, use command 'external_file' within a proper theory |
|
731 |
context. |
|
732 |
||
66764
006deaf5c3dc
process ROOT files only once, which allows duplicate (or overlapping) session root directories;
wenzelm
parents:
66759
diff
changeset
|
733 |
* Session root directories may be specified multiple times: each |
006deaf5c3dc
process ROOT files only once, which allows duplicate (or overlapping) session root directories;
wenzelm
parents:
66759
diff
changeset
|
734 |
accessible ROOT file is processed only once. This facilitates |
006deaf5c3dc
process ROOT files only once, which allows duplicate (or overlapping) session root directories;
wenzelm
parents:
66759
diff
changeset
|
735 |
specification of $ISABELLE_HOME_USER/ROOTS or command-line options like |
006deaf5c3dc
process ROOT files only once, which allows duplicate (or overlapping) session root directories;
wenzelm
parents:
66759
diff
changeset
|
736 |
-d or -D for "isabelle build" and "isabelle jedit". Example: |
006deaf5c3dc
process ROOT files only once, which allows duplicate (or overlapping) session root directories;
wenzelm
parents:
66759
diff
changeset
|
737 |
|
006deaf5c3dc
process ROOT files only once, which allows duplicate (or overlapping) session root directories;
wenzelm
parents:
66759
diff
changeset
|
738 |
isabelle build -D '~~/src/ZF' |
006deaf5c3dc
process ROOT files only once, which allows duplicate (or overlapping) session root directories;
wenzelm
parents:
66759
diff
changeset
|
739 |
|
67263 | 740 |
* The command 'display_drafts' has been discontinued. INCOMPATIBILITY, |
741 |
use action "isabelle.draft" (or "print") in Isabelle/jEdit instead. |
|
742 |
||
68393 | 743 |
* In HTML output, the Isabelle symbol "\<hyphen>" is rendered as explicit |
744 |
Unicode hyphen U+2010, to avoid unclear meaning of the old "soft hyphen" |
|
745 |
U+00AD. Rare INCOMPATIBILITY, e.g. copy-paste of historic Isabelle HTML |
|
746 |
output. |
|
67305
ecb74607063f
more robust hyphen (see also "Soft hyphen (SHY) – a hard problem?" http://jkorpela.fi/shy.html);
wenzelm
parents:
67304
diff
changeset
|
747 |
|
66712 | 748 |
|
67261 | 749 |
*** Isabelle/jEdit Prover IDE *** |
66768 | 750 |
|
68393 | 751 |
* The command-line tool "isabelle jedit" provides more flexible options |
752 |
for session management: |
|
753 |
||
68472 | 754 |
- option -R builds an auxiliary logic image with all theories from |
755 |
other sessions that are not already present in its parent |
|
68393 | 756 |
|
757 |
- option -S is like -R, with a focus on the selected session and its |
|
758 |
descendants (this reduces startup time for big projects like AFP) |
|
759 |
||
68472 | 760 |
- option -A specifies an alternative ancestor session for options -R |
761 |
and -S |
|
762 |
||
68541 | 763 |
- option -i includes additional sessions into the name-space of |
764 |
theories |
|
765 |
||
68393 | 766 |
Examples: |
767 |
isabelle jedit -R HOL-Number_Theory |
|
768 |
isabelle jedit -R HOL-Number_Theory -A HOL |
|
769 |
isabelle jedit -d '$AFP' -S Formal_SSA -A HOL |
|
770 |
isabelle jedit -d '$AFP' -S Formal_SSA -A HOL-Analysis |
|
68541 | 771 |
isabelle jedit -d '$AFP' -S Formal_SSA -A HOL-Analysis -i CryptHOL |
68393 | 772 |
|
773 |
* PIDE markup for session ROOT files: allows to complete session names, |
|
774 |
follow links to theories and document files etc. |
|
775 |
||
776 |
* Completion supports theory header imports, using theory base name. |
|
777 |
E.g. "Prob" may be completed to "HOL-Probability.Probability". |
|
778 |
||
779 |
* Named control symbols (without special Unicode rendering) are shown as |
|
780 |
bold-italic keyword. This is particularly useful for the short form of |
|
781 |
antiquotations with control symbol: \<^name>\<open>argument\<close>. The action |
|
782 |
"isabelle.antiquoted_cartouche" turns an antiquotation with 0 or 1 |
|
783 |
arguments into this format. |
|
784 |
||
785 |
* Completion provides templates for named symbols with arguments, |
|
786 |
e.g. "\<comment> \<open>ARGUMENT\<close>" or "\<^emph>\<open>ARGUMENT\<close>". |
|
787 |
||
68368 | 788 |
* Slightly more parallel checking, notably for high priority print |
789 |
functions (e.g. State output). |
|
790 |
||
68080 | 791 |
* The view title is set dynamically, according to the Isabelle |
792 |
distribution and the logic session name. The user can override this via |
|
793 |
set-view-title (stored persistently in $JEDIT_SETTINGS/perspective.xml). |
|
794 |
||
67395
b39d596b77ce
more accurate spell-checking for nested quotations / antiquotations, notably in formal comments;
wenzelm
parents:
67381
diff
changeset
|
795 |
* System options "spell_checker_include" and "spell_checker_exclude" |
b39d596b77ce
more accurate spell-checking for nested quotations / antiquotations, notably in formal comments;
wenzelm
parents:
67381
diff
changeset
|
796 |
supersede former "spell_checker_elements" to determine regions of text |
b39d596b77ce
more accurate spell-checking for nested quotations / antiquotations, notably in formal comments;
wenzelm
parents:
67381
diff
changeset
|
797 |
that are subject to spell-checking. Minor INCOMPATIBILITY. |
b39d596b77ce
more accurate spell-checking for nested quotations / antiquotations, notably in formal comments;
wenzelm
parents:
67381
diff
changeset
|
798 |
|
67248
68177abb2988
isabelle.preview presents bibtex database files as well;
wenzelm
parents:
67246
diff
changeset
|
799 |
* Action "isabelle.preview" is able to present more file formats, |
67266 | 800 |
notably bibtex database files and ML files. |
67246
4cedf44f2af1
isabelle.preview presents auxiliary text files as well;
wenzelm
parents:
67224
diff
changeset
|
801 |
|
67262 | 802 |
* Action "isabelle.draft" is similar to "isabelle.preview", but shows a |
68067 | 803 |
plain-text document draft. Both are available via the menu "Plugins / |
804 |
Isabelle". |
|
67262 | 805 |
|
67304
3cf05d7cf174
more robust treatment of conflicts with existing Unicode text;
wenzelm
parents:
67303
diff
changeset
|
806 |
* When loading text files, the Isabelle symbols encoding UTF-8-Isabelle |
3cf05d7cf174
more robust treatment of conflicts with existing Unicode text;
wenzelm
parents:
67303
diff
changeset
|
807 |
is only used if there is no conflict with existing Unicode sequences in |
3cf05d7cf174
more robust treatment of conflicts with existing Unicode text;
wenzelm
parents:
67303
diff
changeset
|
808 |
the file. Otherwise, the fallback encoding is plain UTF-8 and Isabelle |
3cf05d7cf174
more robust treatment of conflicts with existing Unicode text;
wenzelm
parents:
67303
diff
changeset
|
809 |
symbols remain in literal \<symbol> form. This avoids accidental loss of |
3cf05d7cf174
more robust treatment of conflicts with existing Unicode text;
wenzelm
parents:
67303
diff
changeset
|
810 |
Unicode content when saving the file. |
3cf05d7cf174
more robust treatment of conflicts with existing Unicode text;
wenzelm
parents:
67303
diff
changeset
|
811 |
|
68545 | 812 |
* Bibtex database files (.bib) are semantically checked. |
813 |
||
67993 | 814 |
* Update to jedit-5.5.0, the latest release. |
815 |
||
67246
4cedf44f2af1
isabelle.preview presents auxiliary text files as well;
wenzelm
parents:
67224
diff
changeset
|
816 |
|
67261 | 817 |
*** Isabelle/VSCode Prover IDE *** |
818 |
||
819 |
* HTML preview of theories and other file-formats similar to |
|
820 |
Isabelle/jEdit. |
|
821 |
||
68690
354c04092cd0
more flexible session selection as in "isabelle jedit";
wenzelm
parents:
68681
diff
changeset
|
822 |
* Command-line tool "isabelle vscode_server" accepts the same options |
354c04092cd0
more flexible session selection as in "isabelle jedit";
wenzelm
parents:
68681
diff
changeset
|
823 |
-A, -R, -S, -i for session selection as "isabelle jedit". This is |
354c04092cd0
more flexible session selection as in "isabelle jedit";
wenzelm
parents:
68681
diff
changeset
|
824 |
relevant for isabelle.args configuration settings in VSCode. The former |
354c04092cd0
more flexible session selection as in "isabelle jedit";
wenzelm
parents:
68681
diff
changeset
|
825 |
option -A (explore all known session files) has been discontinued: it is |
354c04092cd0
more flexible session selection as in "isabelle jedit";
wenzelm
parents:
68681
diff
changeset
|
826 |
enabled by default, unless option -S is used to focus on a particular |
354c04092cd0
more flexible session selection as in "isabelle jedit";
wenzelm
parents:
68681
diff
changeset
|
827 |
spot in the session structure. INCOMPATIBILITY. |
354c04092cd0
more flexible session selection as in "isabelle jedit";
wenzelm
parents:
68681
diff
changeset
|
828 |
|
66768 | 829 |
|
67140 | 830 |
*** Document preparation *** |
831 |
||
67448 | 832 |
* Formal comments work uniformly in outer syntax, inner syntax (term |
833 |
language), Isabelle/ML and some other embedded languages of Isabelle. |
|
834 |
See also "Document comments" in the isar-ref manual. The following forms |
|
835 |
are supported: |
|
836 |
||
837 |
- marginal text comment: \<comment> \<open>\<dots>\<close> |
|
838 |
- canceled source: \<^cancel>\<open>\<dots>\<close> |
|
839 |
- raw LaTeX: \<^latex>\<open>\<dots>\<close> |
|
67413 | 840 |
|
67381 | 841 |
* Outside of the inner theory body, the default presentation context is |
842 |
theory Pure. Thus elementary antiquotations may be used in markup |
|
843 |
commands (e.g. 'chapter', 'section', 'text') and formal comments. |
|
844 |
||
68513 | 845 |
* System option "document_tags" specifies alternative command tags. This |
846 |
is occasionally useful to control the global visibility of commands via |
|
847 |
session options (e.g. in ROOT). |
|
67140 | 848 |
|
849 |
* Document markup commands ('section', 'text' etc.) are implicitly |
|
850 |
tagged as "document" and visible by default. This avoids the application |
|
851 |
of option "document_tags" to these commands. |
|
852 |
||
67145 | 853 |
* Isabelle names are mangled into LaTeX macro names to allow the full |
854 |
identifier syntax with underscore, prime, digits. This is relevant for |
|
855 |
antiquotations in control symbol notation, e.g. \<^const_name> becomes |
|
856 |
\isactrlconstUNDERSCOREname. |
|
857 |
||
68393 | 858 |
* Document preparation with skip_proofs option now preserves the content |
859 |
more accurately: only terminal proof steps ('by' etc.) are skipped. |
|
67297
86a099f896fc
formal check of @{cite} bibtex entries -- only in batch-mode session builds;
wenzelm
parents:
67295
diff
changeset
|
860 |
|
68484 | 861 |
* Document antiquotation @{theory name} requires the long |
862 |
session-qualified theory name: this is what users reading the text |
|
863 |
normally need to import. |
|
864 |
||
67219 | 865 |
* Document antiquotation @{session name} checks and prints the given |
866 |
session name verbatim. |
|
867 |
||
68393 | 868 |
* Document antiquotation @{cite} now checks the given Bibtex entries |
869 |
against the Bibtex database files -- only in batch-mode session builds. |
|
67157 | 870 |
|
67176
13b5c3ff1954
re-implemented "isabelle document" in Isabelle/Scala, include latex_errors here;
wenzelm
parents:
67173
diff
changeset
|
871 |
* Command-line tool "isabelle document" has been re-implemented in |
67194
1c0a6a957114
positions as postlude: avoid intrusion of odd %-forms into main tex source;
wenzelm
parents:
67191
diff
changeset
|
872 |
Isabelle/Scala, with simplified arguments and explicit errors from the |
67203 | 873 |
latex and bibtex process. Minor INCOMPATIBILITY. |
67173 | 874 |
|
68393 | 875 |
* Session ROOT entry: empty 'document_files' means there is no document |
876 |
for this session. There is no need to specify options [document = false] |
|
877 |
anymore. |
|
878 |
||
67140 | 879 |
|
67702
2d9918f5b33c
command 'interpret' no longer exposes resulting theorems as literal facts;
wenzelm
parents:
67616
diff
changeset
|
880 |
*** Isar *** |
2d9918f5b33c
command 'interpret' no longer exposes resulting theorems as literal facts;
wenzelm
parents:
67616
diff
changeset
|
881 |
|
2d9918f5b33c
command 'interpret' no longer exposes resulting theorems as literal facts;
wenzelm
parents:
67616
diff
changeset
|
882 |
* Command 'interpret' no longer exposes resulting theorems as literal |
2d9918f5b33c
command 'interpret' no longer exposes resulting theorems as literal facts;
wenzelm
parents:
67616
diff
changeset
|
883 |
facts, notably for the \<open>prop\<close> notation or the "fact" proof method. This |
2d9918f5b33c
command 'interpret' no longer exposes resulting theorems as literal facts;
wenzelm
parents:
67616
diff
changeset
|
884 |
improves modularity of proofs and scalability of locale interpretation. |
2d9918f5b33c
command 'interpret' no longer exposes resulting theorems as literal facts;
wenzelm
parents:
67616
diff
changeset
|
885 |
Rare INCOMPATIBILITY, need to refer to explicitly named facts instead |
2d9918f5b33c
command 'interpret' no longer exposes resulting theorems as literal facts;
wenzelm
parents:
67616
diff
changeset
|
886 |
(e.g. use 'find_theorems' or 'try' to figure this out). |
2d9918f5b33c
command 'interpret' no longer exposes resulting theorems as literal facts;
wenzelm
parents:
67616
diff
changeset
|
887 |
|
68393 | 888 |
* The old 'def' command has been discontinued (legacy since |
889 |
Isbelle2016-1). INCOMPATIBILITY, use 'define' instead -- usually with |
|
890 |
object-logic equality or equivalence. |
|
891 |
||
68543 | 892 |
|
893 |
*** Pure *** |
|
894 |
||
895 |
* The inner syntax category "sort" now includes notation "_" for the |
|
896 |
dummy sort: it is effectively ignored in type-inference. |
|
897 |
||
67740 | 898 |
* Rewrites clauses (keyword 'rewrites') were moved into the locale |
68393 | 899 |
expression syntax, where they are part of locale instances. In |
900 |
interpretation commands rewrites clauses now need to occur before 'for' |
|
68469
aad109fde9ec
In interpretation commands, clarify what to do with definitions immediately subject to rewriting.
ballarin
parents:
68466
diff
changeset
|
901 |
and 'defines'. Rare INCOMPATIBILITY; definitions immediately subject to |
aad109fde9ec
In interpretation commands, clarify what to do with definitions immediately subject to rewriting.
ballarin
parents:
68466
diff
changeset
|
902 |
rewriting may need to be pulled up into the surrounding theory. |
68393 | 903 |
|
904 |
* For 'rewrites' clauses, if activating a locale instance fails, fall |
|
905 |
back to reading the clause first. This helps avoid qualification of |
|
67764 | 906 |
locale instances where the qualifier's sole purpose is avoiding |
907 |
duplicate constant declarations. |
|
67741
d5a7f2c54655
Fall back to reading rewrite morphism first if activation fails without it.
ballarin
parents:
67740
diff
changeset
|
908 |
|
68543 | 909 |
* Proof method "simp" now supports a new modifier "flip:" followed by a |
910 |
list of theorems. Each of these theorems is removed from the simpset |
|
911 |
(without warning if it is not there) and the symmetric version of the |
|
912 |
theorem (i.e. lhs and rhs exchanged) is added to the simpset. For "auto" |
|
913 |
and friends the modifier is "simp flip:". |
|
67718 | 914 |
|
915 |
||
66661 | 916 |
*** HOL *** |
917 |
||
68568 | 918 |
* Sledgehammer: bundled version of "vampire" (for non-commercial users) |
919 |
helps to avoid fragility of "remote_vampire" service. |
|
920 |
||
68028 | 921 |
* Clarified relationship of characters, strings and code generation: |
922 |
||
68393 | 923 |
- Type "char" is now a proper datatype of 8-bit values. |
924 |
||
925 |
- Conversions "nat_of_char" and "char_of_nat" are gone; use more |
|
926 |
general conversions "of_char" and "char_of" with suitable type |
|
927 |
constraints instead. |
|
928 |
||
929 |
- The zero character is just written "CHR 0x00", not "0" any longer. |
|
930 |
||
931 |
- Type "String.literal" (for code generation) is now isomorphic to |
|
932 |
lists of 7-bit (ASCII) values; concrete values can be written as |
|
933 |
"STR ''...''" for sequences of printable characters and "STR 0x..." |
|
934 |
for one single ASCII code point given as hexadecimal numeral. |
|
935 |
||
936 |
- Type "String.literal" supports concatenation "... + ..." for all |
|
937 |
standard target languages. |
|
938 |
||
939 |
- Theory HOL-Library.Code_Char is gone; study the explanations |
|
940 |
concerning "String.literal" in the tutorial on code generation to |
|
941 |
get an idea how target-language string literals can be converted to |
|
942 |
HOL string values and vice versa. |
|
943 |
||
944 |
- Session Imperative-HOL: operation "raise" directly takes a value of |
|
945 |
type "String.literal" as argument, not type "string". |
|
946 |
||
947 |
INCOMPATIBILITY. |
|
948 |
||
949 |
* Code generation: Code generation takes an explicit option |
|
950 |
"case_insensitive" to accomodate case-insensitive file systems. |
|
951 |
||
952 |
* Abstract bit operations as part of Main: push_bit, take_bit, drop_bit. |
|
953 |
||
954 |
* New, more general, axiomatization of complete_distrib_lattice. The |
|
955 |
former axioms: |
|
956 |
||
957 |
"sup x (Inf X) = Inf (sup x ` X)" and "inf x (Sup X) = Sup (inf x ` X)" |
|
958 |
||
959 |
are replaced by: |
|
960 |
||
961 |
"Inf (Sup ` A) <= Sup (Inf ` {f ` A | f . (! Y \<in> A . f Y \<in> Y)})" |
|
962 |
||
963 |
The instantiations of sets and functions as complete_distrib_lattice are |
|
964 |
moved to Hilbert_Choice.thy because their proofs need the Hilbert choice |
|
965 |
operator. The dual of this property is also proved in theory |
|
966 |
HOL.Hilbert_Choice. |
|
67831
07f5588f2735
Removed stray 'sledgehammer' invocation
Manuel Eberl <eberlm@in.tum.de>
parents:
67830
diff
changeset
|
967 |
|
67999
1b05f74f2e5f
tidying up including contributions from Paulo EmÃlio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
67993
diff
changeset
|
968 |
* New syntax for the minimum/maximum of a function over a finite set: |
68393 | 969 |
MIN x\<in>A. B and even MIN x. B (only useful for finite types), also MAX. |
67999
1b05f74f2e5f
tidying up including contributions from Paulo EmÃlio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
67993
diff
changeset
|
970 |
|
67525
5d04d7bcd5f6
avoid concrete (anti)mono in theorem names since it could be the other way round
haftmann
parents:
67510
diff
changeset
|
971 |
* Clarifed theorem names: |
5d04d7bcd5f6
avoid concrete (anti)mono in theorem names since it could be the other way round
haftmann
parents:
67510
diff
changeset
|
972 |
|
5d04d7bcd5f6
avoid concrete (anti)mono in theorem names since it could be the other way round
haftmann
parents:
67510
diff
changeset
|
973 |
Min.antimono ~> Min.subset_imp |
5d04d7bcd5f6
avoid concrete (anti)mono in theorem names since it could be the other way round
haftmann
parents:
67510
diff
changeset
|
974 |
Max.antimono ~> Max.subset_imp |
5d04d7bcd5f6
avoid concrete (anti)mono in theorem names since it could be the other way round
haftmann
parents:
67510
diff
changeset
|
975 |
|
5d04d7bcd5f6
avoid concrete (anti)mono in theorem names since it could be the other way round
haftmann
parents:
67510
diff
changeset
|
976 |
Minor INCOMPATIBILITY. |
5d04d7bcd5f6
avoid concrete (anti)mono in theorem names since it could be the other way round
haftmann
parents:
67510
diff
changeset
|
977 |
|
66661 | 978 |
* SMT module: |
68393 | 979 |
|
66661 | 980 |
- The 'smt_oracle' option is now necessary when using the 'smt' method |
66662 | 981 |
with a solver other than Z3. INCOMPATIBILITY. |
68393 | 982 |
|
66844 | 983 |
- The encoding to first-order logic is now more complete in the |
984 |
presence of higher-order quantifiers. An 'smt_explicit_application' |
|
985 |
option has been added to control this. INCOMPATIBILITY. |
|
986 |
||
66804
3f9bb52082c4
avoid name clashes on interpretation of abstract locales
haftmann
parents:
66803
diff
changeset
|
987 |
* Facts sum.commute(_restrict) and prod.commute(_restrict) renamed to |
66844 | 988 |
sum.swap(_restrict) and prod.swap(_restrict), to avoid name clashes on |
989 |
interpretation of abstract locales. INCOMPATIBILITY. |
|
66804
3f9bb52082c4
avoid name clashes on interpretation of abstract locales
haftmann
parents:
66803
diff
changeset
|
990 |
|
68393 | 991 |
* Predicate coprime is now a real definition, not a mere abbreviation. |
992 |
INCOMPATIBILITY. |
|
993 |
||
66803 | 994 |
* Predicate pairwise_coprime abolished, use "pairwise coprime" instead. |
995 |
INCOMPATIBILITY. |
|
996 |
||
68373 | 997 |
* The relator rel_filter on filters has been strengthened to its |
68393 | 998 |
canonical categorical definition with better properties. |
999 |
INCOMPATIBILITY. |
|
67616
1d005f514417
strengthen filter relator to canonical categorical definition with better properties
Andreas Lochbihler
parents:
67591
diff
changeset
|
1000 |
|
68072
493b818e8e10
added Johannes' generalizations Modules.thy and Vector_Spaces.thy; adapted HOL and HOL-Analysis accordingly
immler
parents:
67999
diff
changeset
|
1001 |
* Generalized linear algebra involving linear, span, dependent, dim |
493b818e8e10
added Johannes' generalizations Modules.thy and Vector_Spaces.thy; adapted HOL and HOL-Analysis accordingly
immler
parents:
67999
diff
changeset
|
1002 |
from type class real_vector to locales module and vector_space. |
493b818e8e10
added Johannes' generalizations Modules.thy and Vector_Spaces.thy; adapted HOL and HOL-Analysis accordingly
immler
parents:
67999
diff
changeset
|
1003 |
Renamed: |
68393 | 1004 |
|
1005 |
span_inc ~> span_superset |
|
1006 |
span_superset ~> span_base |
|
1007 |
span_eq ~> span_eq_iff |
|
1008 |
||
1009 |
INCOMPATIBILITY. |
|
66844 | 1010 |
|
66937 | 1011 |
* Class linordered_semiring_1 covers zero_less_one also, ruling out |
1012 |
pathologic instances. Minor INCOMPATIBILITY. |
|
1013 |
||
68393 | 1014 |
* Theory HOL.List: functions "sorted_wrt" and "sorted" now compare every |
1015 |
element in a list to all following elements, not just the next one. |
|
1016 |
||
1017 |
* Theory HOL.List syntax: |
|
1018 |
||
1019 |
- filter-syntax "[x <- xs. P]" is no longer output syntax, but only |
|
1020 |
input syntax |
|
1021 |
||
1022 |
- list comprehension syntax now supports tuple patterns in "pat <- xs" |
|
68249
949d93804740
First step to remove nonstandard "[x <- xs. P]" syntax: only input
nipkow
parents:
68246
diff
changeset
|
1023 |
|
68450 | 1024 |
* Theory Map: "empty" must now be qualified as "Map.empty". |
1025 |
||
67051 | 1026 |
* Removed nat-int transfer machinery. Rare INCOMPATIBILITY. |
1027 |
||
68100 | 1028 |
* Fact mod_mult_self4 (on nat) renamed to Suc_mod_mult_self3, to avoid |
1029 |
clash with fact mod_mult_self4 (on more generic semirings). |
|
1030 |
INCOMPATIBILITY. |
|
1031 |
||
1032 |
* Eliminated some theorem aliasses: |
|
1033 |
even_times_iff ~> even_mult_iff |
|
1034 |
mod_2_not_eq_zero_eq_one_nat ~> not_mod_2_eq_0_eq_1 |
|
1035 |
even_of_nat ~> even_int_iff |
|
1036 |
||
1037 |
INCOMPATIBILITY. |
|
1038 |
||
68157 | 1039 |
* Eliminated some theorem duplicate variations: |
68393 | 1040 |
|
1041 |
- dvd_eq_mod_eq_0_numeral can be replaced by dvd_eq_mod_eq_0 |
|
1042 |
- mod_Suc_eq_Suc_mod can be replaced by mod_Suc |
|
1043 |
- mod_Suc_eq_Suc_mod [symmetrict] can be replaced by mod_simps |
|
1044 |
- mod_eq_0_iff can be replaced by mod_eq_0_iff_dvd and dvd_def |
|
1045 |
- the witness of mod_eqD can be given directly as "_ div _" |
|
68157 | 1046 |
|
1047 |
INCOMPATIBILITY. |
|
1048 |
||
68260 | 1049 |
* Classical setup: Assumption "m mod d = 0" (for m d :: nat) is no |
68393 | 1050 |
longer aggresively destroyed to "\<exists>q. m = d * q". INCOMPATIBILITY, adding |
1051 |
"elim!: dvd" to classical proof methods in most situations restores |
|
1052 |
broken proofs. |
|
1053 |
||
1054 |
* Theory HOL-Library.Conditional_Parametricity provides command |
|
1055 |
'parametric_constant' for proving parametricity of non-recursive |
|
1056 |
definitions. For constants that are not fully parametric the command |
|
1057 |
will infer conditions on relations (e.g., bi_unique, bi_total, or type |
|
1058 |
class conditions such as "respects 0") sufficient for parametricity. See |
|
1059 |
theory HOL-ex.Conditional_Parametricity_Examples for some examples. |
|
1060 |
||
1061 |
* Theory HOL-Library.Code_Lazy provides a new preprocessor for the code |
|
1062 |
generator to generate code for algebraic types with lazy evaluation |
|
68639 | 1063 |
semantics even in call-by-value target languages. See the theories |
68647 | 1064 |
HOL-ex.Code_Lazy_Demo and HOL-Codegenerator_Test.Code_Lazy_Test for some |
1065 |
examples. |
|
68393 | 1066 |
|
1067 |
* Theory HOL-Library.Landau_Symbols has been moved here from AFP. |
|
1068 |
||
1069 |
* Theory HOL-Library.Old_Datatype no longer provides the legacy command |
|
1070 |
'old_datatype'. INCOMPATIBILITY. |
|
1071 |
||
1072 |
* Theory HOL-Computational_Algebra.Polynomial_Factorial does not provide |
|
1073 |
instances of rat, real, complex as factorial rings etc. Import |
|
1074 |
HOL-Computational_Algebra.Field_as_Ring explicitly in case of need. |
|
1075 |
INCOMPATIBILITY. |
|
1076 |
||
1077 |
* Session HOL-Algebra: renamed (^) to [^] to avoid conflict with new |
|
1078 |
infix/prefix notation. |
|
1079 |
||
68543 | 1080 |
* Session HOL-Algebra: revamped with much new material. The set of |
1081 |
isomorphisms between two groups is now denoted iso rather than iso_set. |
|
1082 |
INCOMPATIBILITY. |
|
1083 |
||
1084 |
* Session HOL-Analysis: the Arg function now respects the same interval |
|
1085 |
as Ln, namely (-pi,pi]; the old Arg function has been renamed Arg2pi. |
|
68499
d4312962161a
Rationalisation of complex transcendentals, esp the Arg function
paulson <lp15@cam.ac.uk>
parents:
68484
diff
changeset
|
1086 |
INCOMPATIBILITY. |
d4312962161a
Rationalisation of complex transcendentals, esp the Arg function
paulson <lp15@cam.ac.uk>
parents:
68484
diff
changeset
|
1087 |
|
68548 | 1088 |
* Session HOL-Analysis: the functions zorder, zer_poly, porder and |
1089 |
pol_poly have been redefined. All related lemmas have been reworked. |
|
68531 | 1090 |
INCOMPATIBILITY. |
1091 |
||
68393 | 1092 |
* Session HOL-Analysis: infinite products, Moebius functions, the |
1093 |
Riemann mapping theorem, the Vitali covering theorem, |
|
1094 |
change-of-variables results for integration and measures. |
|
68260 | 1095 |
|
68647 | 1096 |
* Session HOL-Real_Asymp: proof method "real_asymp" proves asymptotics |
1097 |
or real-valued functions (limits, "Big-O", etc.) automatically. |
|
68681 | 1098 |
See also ~~/src/HOL/Real_Asymp/Manual for some documentation. |
68647 | 1099 |
|
68545 | 1100 |
* Session HOL-Types_To_Sets: more tool support (unoverload_type combines |
1101 |
internalize_sorts and unoverload) and larger experimental application |
|
1102 |
(type based linear algebra transferred to linear algebra on subspaces). |
|
68522
d9cbc1e8644d
example for Types_To_Sets: transfer from type-based linear algebra to subspaces
immler
parents:
68515
diff
changeset
|
1103 |
|
66651 | 1104 |
|
68116 | 1105 |
*** ML *** |
1106 |
||
1107 |
* Operation Export.export emits theory exports (arbitrary blobs), which |
|
69960 | 1108 |
are stored persistently in the session build database. |
68116 | 1109 |
|
68276 | 1110 |
* Command 'ML_export' exports ML toplevel bindings to the global |
1111 |
bootstrap environment of the ML process. This allows ML evaluation |
|
1112 |
without a formal theory context, e.g. in command-line tools like |
|
1113 |
"isabelle process". |
|
1114 |
||
68116 | 1115 |
|
66729 | 1116 |
*** System *** |
1117 |
||
67088 | 1118 |
* Mac OS X 10.10 Yosemite is now the baseline version; Mavericks is no |
1119 |
longer supported. |
|
1120 |
||
68393 | 1121 |
* Linux and Windows/Cygwin is for x86_64 only, old 32bit platform |
1122 |
support has been discontinued. |
|
1123 |
||
66906 | 1124 |
* Java runtime is for x86_64 only. Corresponding Isabelle settings have |
1125 |
been renamed to ISABELLE_TOOL_JAVA_OPTIONS and JEDIT_JAVA_OPTIONS, |
|
1126 |
instead of former 32/64 variants. INCOMPATIBILITY. |
|
1127 |
||
68003 | 1128 |
* Old settings ISABELLE_PLATFORM and ISABELLE_WINDOWS_PLATFORM should be |
1129 |
phased out due to unclear preference of 32bit vs. 64bit architecture. |
|
1130 |
Explicit GNU bash expressions are now preferred, for example (with |
|
1131 |
quotes): |
|
1132 |
||
1133 |
#Posix executables (Unix or Cygwin), with preference for 64bit |
|
1134 |
"${ISABELLE_PLATFORM64:-$ISABELLE_PLATFORM32}" |
|
1135 |
||
1136 |
#native Windows or Unix executables, with preference for 64bit |
|
1137 |
"${ISABELLE_WINDOWS_PLATFORM64:-${ISABELLE_WINDOWS_PLATFORM32:-${ISABELLE_PLATFORM64:-$ISABELLE_PLATFORM32}}}" |
|
1138 |
||
1139 |
#native Windows (32bit) or Unix executables (preference for 64bit) |
|
1140 |
"${ISABELLE_WINDOWS_PLATFORM32:-${ISABELLE_PLATFORM64:-$ISABELLE_PLATFORM32}}" |
|
1141 |
||
66745 | 1142 |
* Command-line tool "isabelle build" supports new options: |
1143 |
- option -B NAME: include session NAME and all descendants |
|
1144 |
- option -S: only observe changes of sources, not heap images |
|
66841 | 1145 |
- option -f: forces a fresh build |
66737
2edc0c42c883
option -B for "isabelle build" and "isabelle imports";
wenzelm
parents:
66729
diff
changeset
|
1146 |
|
68734
c14a2cc9b5ef
isabelle build options -c -x -B refer to imports_graph;
wenzelm
parents:
68690
diff
changeset
|
1147 |
* Command-line tool "isabelle build" options -c -x -B refer to |
c14a2cc9b5ef
isabelle build options -c -x -B refer to imports_graph;
wenzelm
parents:
68690
diff
changeset
|
1148 |
descendants wrt. the session parent or import graph. Subtle |
c14a2cc9b5ef
isabelle build options -c -x -B refer to imports_graph;
wenzelm
parents:
68690
diff
changeset
|
1149 |
INCOMPATIBILITY: options -c -x used to refer to the session parent graph |
c14a2cc9b5ef
isabelle build options -c -x -B refer to imports_graph;
wenzelm
parents:
68690
diff
changeset
|
1150 |
only. |
c14a2cc9b5ef
isabelle build options -c -x -B refer to imports_graph;
wenzelm
parents:
68690
diff
changeset
|
1151 |
|
66843 | 1152 |
* Command-line tool "isabelle build" takes "condition" options with the |
1153 |
corresponding environment values into account, when determining the |
|
1154 |
up-to-date status of a session. |
|
1155 |
||
68393 | 1156 |
* The command-line tool "dump" dumps information from the cumulative |
1157 |
PIDE session database: many sessions may be loaded into a given logic |
|
1158 |
image, results from all loaded theories are written to the output |
|
1159 |
directory. |
|
1160 |
||
66851
c75769065548
more informative Imports.Report with actual session imports (minimized);
wenzelm
parents:
66844
diff
changeset
|
1161 |
* Command-line tool "isabelle imports -I" also reports actual session |
c75769065548
more informative Imports.Report with actual session imports (minimized);
wenzelm
parents:
66844
diff
changeset
|
1162 |
imports. This helps to minimize the session dependency graph. |
c75769065548
more informative Imports.Report with actual session imports (minimized);
wenzelm
parents:
66844
diff
changeset
|
1163 |
|
69960 | 1164 |
* The command-line tool "export" and 'export_files' in session ROOT |
1165 |
entries retrieve theory exports from the session build database. |
|
68393 | 1166 |
|
1167 |
* The command-line tools "isabelle server" and "isabelle client" provide |
|
1168 |
access to the Isabelle Server: it supports responsive session management |
|
1169 |
and concurrent use of theories, based on Isabelle/PIDE infrastructure. |
|
1170 |
See also the "system" manual. |
|
1171 |
||
1172 |
* The command-line tool "isabelle update_comments" normalizes formal |
|
1173 |
comments in outer syntax as follows: \<comment> \<open>text\<close> (whith a single space to |
|
1174 |
approximate the appearance in document output). This is more specific |
|
1175 |
than former "isabelle update_cartouches -c": the latter tool option has |
|
1176 |
been discontinued. |
|
1177 |
||
1178 |
* The command-line tool "isabelle mkroot" now always produces a document |
|
1179 |
outline: its options have been adapted accordingly. INCOMPATIBILITY. |
|
1180 |
||
1181 |
* The command-line tool "isabelle mkroot -I" initializes a Mercurial |
|
1182 |
repository for the generated session files. |
|
1183 |
||
68523
ccacc84e0251
clarified settings -- avoid hard-wired directories;
wenzelm
parents:
68522
diff
changeset
|
1184 |
* Settings ISABELLE_HEAPS + ISABELLE_BROWSER_INFO (or |
ccacc84e0251
clarified settings -- avoid hard-wired directories;
wenzelm
parents:
68522
diff
changeset
|
1185 |
ISABELLE_HEAPS_SYSTEM + ISABELLE_BROWSER_INFO_SYSTEM in "system build |
ccacc84e0251
clarified settings -- avoid hard-wired directories;
wenzelm
parents:
68522
diff
changeset
|
1186 |
mode") determine the directory locations of the main build artefacts -- |
ccacc84e0251
clarified settings -- avoid hard-wired directories;
wenzelm
parents:
68522
diff
changeset
|
1187 |
instead of hard-wired directories in ISABELLE_HOME_USER (or |
ccacc84e0251
clarified settings -- avoid hard-wired directories;
wenzelm
parents:
68522
diff
changeset
|
1188 |
ISABELLE_HOME). |
ccacc84e0251
clarified settings -- avoid hard-wired directories;
wenzelm
parents:
68522
diff
changeset
|
1189 |
|
68393 | 1190 |
* Settings ISABELLE_PATH and ISABELLE_OUTPUT have been discontinued: |
1191 |
heap images and session databases are always stored in |
|
68523
ccacc84e0251
clarified settings -- avoid hard-wired directories;
wenzelm
parents:
68522
diff
changeset
|
1192 |
$ISABELLE_HEAPS/$ML_IDENTIFIER (command-line default) or |
ccacc84e0251
clarified settings -- avoid hard-wired directories;
wenzelm
parents:
68522
diff
changeset
|
1193 |
$ISABELLE_HEAPS_SYSTEM/$ML_IDENTIFIER (main Isabelle application or |
68393 | 1194 |
"isabelle jedit -s" or "isabelle build -s"). |
67099 | 1195 |
|
67199 | 1196 |
* ISABELLE_LATEX and ISABELLE_PDFLATEX now include platform-specific |
1197 |
options for improved error reporting. Potential INCOMPATIBILITY with |
|
1198 |
unusual LaTeX installations, may have to adapt these settings. |
|
1199 |
||
68393 | 1200 |
* Update to Poly/ML 5.7.1 with slightly improved performance and PIDE |
1201 |
markup for identifier bindings. It now uses The GNU Multiple Precision |
|
67591 | 1202 |
Arithmetic Library (libgmp) on all platforms, notably Mac OS X with |
1203 |
32/64 bit. |
|
1204 |
||
67099 | 1205 |
|
66729 | 1206 |
|
66472 | 1207 |
New in Isabelle2017 (October 2017) |
1208 |
---------------------------------- |
|
64439 | 1209 |
|
64986 | 1210 |
*** General *** |
1211 |
||
66238 | 1212 |
* Experimental support for Visual Studio Code (VSCode) as alternative |
1213 |
Isabelle/PIDE front-end, see also |
|
66599 | 1214 |
https://marketplace.visualstudio.com/items?itemName=makarius.Isabelle2017 |
66238 | 1215 |
|
1216 |
VSCode is a new type of application that continues the concepts of |
|
1217 |
"programmer's editor" and "integrated development environment" towards |
|
1218 |
fully semantic editing and debugging -- in a relatively light-weight |
|
1219 |
manner. Thus it fits nicely on top of the Isabelle/PIDE infrastructure. |
|
1220 |
Technically, VSCode is based on the Electron application framework |
|
1221 |
(Node.js + Chromium browser + V8), which is implemented in JavaScript |
|
1222 |
and TypeScript, while Isabelle/VSCode mainly consists of Isabelle/Scala |
|
1223 |
modules around a Language Server implementation. |
|
1224 |
||
65504 | 1225 |
* Theory names are qualified by the session name that they belong to. |
66454 | 1226 |
This affects imports, but not the theory name space prefix (which is |
1227 |
just the theory base name as before). |
|
1228 |
||
1229 |
In order to import theories from other sessions, the ROOT file format |
|
1230 |
provides a new 'sessions' keyword. In contrast, a theory that is |
|
1231 |
imported in the old-fashioned manner via an explicit file-system path |
|
66472 | 1232 |
belongs to the current session, and might cause theory name conflicts |
66454 | 1233 |
later on. Theories that are imported from other sessions are excluded |
1234 |
from the current session document. The command-line tool "isabelle |
|
1235 |
imports" helps to update theory imports. |
|
1236 |
||
65451 | 1237 |
* The main theory entry points for some non-HOL sessions have changed, |
1238 |
to avoid confusion with the global name "Main" of the session HOL. This |
|
1239 |
leads to the follow renamings: |
|
1240 |
||
1241 |
CTT/Main.thy ~> CTT/CTT.thy |
|
1242 |
ZF/Main.thy ~> ZF/ZF.thy |
|
1243 |
ZF/Main_ZF.thy ~> ZF/ZF.thy |
|
1244 |
ZF/Main_ZFC.thy ~> ZF/ZFC.thy |
|
1245 |
ZF/ZF.thy ~> ZF/ZF_Base.thy |
|
1246 |
||
1247 |
INCOMPATIBILITY. |
|
1248 |
||
66472 | 1249 |
* Commands 'alias' and 'type_alias' introduce aliases for constants and |
1250 |
type constructors, respectively. This allows adhoc changes to name-space |
|
1251 |
accesses within global or local theory contexts, e.g. within a 'bundle'. |
|
1252 |
||
64986 | 1253 |
* Document antiquotations @{prf} and @{full_prf} output proof terms |
1254 |
(again) in the same way as commands 'prf' and 'full_prf'. |
|
1255 |
||
65055 | 1256 |
* Computations generated by the code generator can be embedded directly |
1257 |
into ML, alongside with @{code} antiquotations, using the following |
|
1258 |
antiquotations: |
|
1259 |
||
1260 |
@{computation ... terms: ... datatypes: ...} : |
|
1261 |
((term -> term) -> 'ml option -> 'a) -> Proof.context -> term -> 'a |
|
1262 |
@{computation_conv ... terms: ... datatypes: ...} : |
|
1263 |
(Proof.context -> 'ml -> conv) -> Proof.context -> conv |
|
65045
b69ef432438d
avoid Unicode that conflicts with Isabelle symbol rendering;
wenzelm
parents:
65042
diff
changeset
|
1264 |
@{computation_check terms: ... datatypes: ...} : Proof.context -> conv |
65041 | 1265 |
|
65055 | 1266 |
See src/HOL/ex/Computations.thy, |
1267 |
src/HOL/Decision_Procs/Commutative_Ring.thy and |
|
1268 |
src/HOL/Decision_Procs/Reflective_Field.thy for examples and the |
|
1269 |
tutorial on code generation. |
|
65041 | 1270 |
|
64986 | 1271 |
|
64602 | 1272 |
*** Prover IDE -- Isabelle/Scala/jEdit *** |
1273 |
||
66472 | 1274 |
* Session-qualified theory imports allow the Prover IDE to process |
1275 |
arbitrary theory hierarchies independently of the underlying logic |
|
1276 |
session image (e.g. option "isabelle jedit -l"), but the directory |
|
1277 |
structure needs to be known in advance (e.g. option "isabelle jedit -d" |
|
1278 |
or a line in the file $ISABELLE_HOME_USER/ROOTS). |
|
64602 | 1279 |
|
64842 | 1280 |
* The PIDE document model maintains file content independently of the |
1281 |
status of jEdit editor buffers. Reloading jEdit buffers no longer causes |
|
1282 |
changes of formal document content. Theory dependencies are always |
|
1283 |
resolved internally, without the need for corresponding editor buffers. |
|
1284 |
The system option "jedit_auto_load" has been discontinued: it is |
|
1285 |
effectively always enabled. |
|
1286 |
||
64867 | 1287 |
* The Theories dockable provides a "Purge" button, in order to restrict |
1288 |
the document model to theories that are required for open editor |
|
1289 |
buffers. |
|
1290 |
||
66424 | 1291 |
* The Theories dockable indicates the overall status of checking of each |
1292 |
entry. When all forked tasks of a theory are finished, the border is |
|
1293 |
painted with thick lines; remaining errors in this situation are |
|
1294 |
represented by a different border color. |
|
1295 |
||
66472 | 1296 |
* Automatic indentation is more careful to avoid redundant spaces in |
1297 |
intermediate situations. Keywords are indented after input (via typed |
|
1298 |
characters or completion); see also option "jedit_indent_input". |
|
1299 |
||
1300 |
* Action "isabelle.preview" opens an HTML preview of the current theory |
|
1301 |
document in the default web browser. |
|
1302 |
||
66574
e16b27bd3f76
reverted 6acb28e5ba41: permissiveness of 1e5ae735e026 should be sufficient;
wenzelm
parents:
66563
diff
changeset
|
1303 |
* Command-line invocation "isabelle jedit -R -l LOGIC" opens the ROOT |
e16b27bd3f76
reverted 6acb28e5ba41: permissiveness of 1e5ae735e026 should be sufficient;
wenzelm
parents:
66563
diff
changeset
|
1304 |
entry of the specified logic session in the editor, while its parent is |
e16b27bd3f76
reverted 6acb28e5ba41: permissiveness of 1e5ae735e026 should be sufficient;
wenzelm
parents:
66563
diff
changeset
|
1305 |
used for formal checking. |
66472 | 1306 |
|
66462 | 1307 |
* The main Isabelle/jEdit plugin may be restarted manually (using the |
1308 |
jEdit Plugin Manager), as long as the "Isabelle Base" plugin remains |
|
1309 |
enabled at all times. |
|
1310 |
||
66472 | 1311 |
* Update to current jedit-5.4.0. |
65329 | 1312 |
|
64602 | 1313 |
|
66149
4bf16fb7c14d
deleting a code equation never leads to unimplemented function
haftmann
parents:
66135
diff
changeset
|
1314 |
*** Pure *** |
4bf16fb7c14d
deleting a code equation never leads to unimplemented function
haftmann
parents:
66135
diff
changeset
|
1315 |
|
4bf16fb7c14d
deleting a code equation never leads to unimplemented function
haftmann
parents:
66135
diff
changeset
|
1316 |
* Deleting the last code equations for a particular function using |
4bf16fb7c14d
deleting a code equation never leads to unimplemented function
haftmann
parents:
66135
diff
changeset
|
1317 |
[code del] results in function with no equations (runtime abort) rather |
66472 | 1318 |
than an unimplemented function (generation time abort). Use explicit |
66665 | 1319 |
[[code drop:]] to enforce the latter. Minor INCOMPATIBILITY. |
66149
4bf16fb7c14d
deleting a code equation never leads to unimplemented function
haftmann
parents:
66135
diff
changeset
|
1320 |
|
66310
e8d2862ec203
simplified function specification history: each pending function specification is historized at the end of a theory, without additional bookkeeping;
haftmann
parents:
66298
diff
changeset
|
1321 |
* Proper concept of code declarations in code.ML: |
66472 | 1322 |
- Regular code declarations act only on the global theory level, being |
1323 |
ignored with warnings if syntactically malformed. |
|
1324 |
- Explicitly global code declarations yield errors if syntactically |
|
1325 |
malformed. |
|
1326 |
- Default code declarations are silently ignored if syntactically |
|
1327 |
malformed. |
|
66310
e8d2862ec203
simplified function specification history: each pending function specification is historized at the end of a theory, without additional bookkeeping;
haftmann
parents:
66298
diff
changeset
|
1328 |
Minor INCOMPATIBILITY. |
e8d2862ec203
simplified function specification history: each pending function specification is historized at the end of a theory, without additional bookkeeping;
haftmann
parents:
66298
diff
changeset
|
1329 |
|
66472 | 1330 |
* Clarified and standardized internal data bookkeeping of code |
1331 |
declarations: history of serials allows to track potentially |
|
1332 |
non-monotonous declarations appropriately. Minor INCOMPATIBILITY. |
|
66310
e8d2862ec203
simplified function specification history: each pending function specification is historized at the end of a theory, without additional bookkeeping;
haftmann
parents:
66298
diff
changeset
|
1333 |
|
66149
4bf16fb7c14d
deleting a code equation never leads to unimplemented function
haftmann
parents:
66135
diff
changeset
|
1334 |
|
64593
50c715579715
reoriented congruence rules in non-explosive direction
haftmann
parents:
64555
diff
changeset
|
1335 |
*** HOL *** |
50c715579715
reoriented congruence rules in non-explosive direction
haftmann
parents:
64555
diff
changeset
|
1336 |
|
66614
1f1c5d85d232
moved Nunchaku to Main; the goal is to move Nitpick out in the next 1-2 years
blanchet
parents:
66599
diff
changeset
|
1337 |
* The Nunchaku model finder is now part of "Main". |
1f1c5d85d232
moved Nunchaku to Main; the goal is to move Nitpick out in the next 1-2 years
blanchet
parents:
66599
diff
changeset
|
1338 |
|
66472 | 1339 |
* SMT module: |
1340 |
- A new option, 'smt_nat_as_int', has been added to translate 'nat' to |
|
1341 |
'int' and benefit from the SMT solver's theory reasoning. It is |
|
1342 |
disabled by default. |
|
1343 |
- The legacy module "src/HOL/Library/Old_SMT.thy" has been removed. |
|
1344 |
- Several small issues have been rectified in the 'smt' command. |
|
1345 |
||
1346 |
* (Co)datatype package: The 'size_gen_o_map' lemma is no longer |
|
1347 |
generated for datatypes with type class annotations. As a result, the |
|
1348 |
tactic that derives it no longer fails on nested datatypes. Slight |
|
1349 |
INCOMPATIBILITY. |
|
66450
a8299195ed82
NEWS: Removed constant subseq; subsumed by strict_mono
eberlm <eberlm@in.tum.de>
parents:
66449
diff
changeset
|
1350 |
|
66345
882abe912da9
do not fall back on nbe if plain evaluation fails
haftmann
parents:
66310
diff
changeset
|
1351 |
* Command and antiquotation "value" with modified default strategy: |
882abe912da9
do not fall back on nbe if plain evaluation fails
haftmann
parents:
66310
diff
changeset
|
1352 |
terms without free variables are always evaluated using plain evaluation |
66472 | 1353 |
only, with no fallback on normalization by evaluation. Minor |
1354 |
INCOMPATIBILITY. |
|
65956
639eb3617a86
reorganised material on sublists
eberlm <eberlm@in.tum.de>
parents:
65841
diff
changeset
|
1355 |
|
65552
f533820e7248
theories "GCD" and "Binomial" are already included in "Main": this avoids improper imports in applications;
wenzelm
parents:
65544
diff
changeset
|
1356 |
* Theories "GCD" and "Binomial" are already included in "Main" (instead |
65575 | 1357 |
of "Complex_Main"). |
65552
f533820e7248
theories "GCD" and "Binomial" are already included in "Main": this avoids improper imports in applications;
wenzelm
parents:
65544
diff
changeset
|
1358 |
|
65170
53675f36820d
restored surj as output abbreviation, amending 6af79184bef3
haftmann
parents:
65099
diff
changeset
|
1359 |
* Constant "surj" is a full input/output abbreviation (again). |
53675f36820d
restored surj as output abbreviation, amending 6af79184bef3
haftmann
parents:
65099
diff
changeset
|
1360 |
Minor INCOMPATIBILITY. |
53675f36820d
restored surj as output abbreviation, amending 6af79184bef3
haftmann
parents:
65099
diff
changeset
|
1361 |
|
64632 | 1362 |
* Dropped aliasses RangeP, DomainP for Rangep, Domainp respectively. |
1363 |
INCOMPATIBILITY. |
|
1364 |
||
66472 | 1365 |
* Renamed ii to imaginary_unit in order to free up ii as a variable |
1366 |
name. The syntax \<i> remains available. INCOMPATIBILITY. |
|
1367 |
||
1368 |
* Dropped abbreviations transP, antisymP, single_valuedP; use constants |
|
1369 |
transp, antisymp, single_valuedp instead. INCOMPATIBILITY. |
|
1370 |
||
1371 |
* Constant "subseq" in Topological_Spaces has been removed -- it is |
|
1372 |
subsumed by "strict_mono". Some basic lemmas specific to "subseq" have |
|
1373 |
been renamed accordingly, e.g. "subseq_o" -> "strict_mono_o" etc. |
|
1374 |
||
1375 |
* Theory List: "sublist" renamed to "nths" in analogy with "nth", and |
|
1376 |
"sublisteq" renamed to "subseq". Minor INCOMPATIBILITY. |
|
1377 |
||
1378 |
* Theory List: new generic function "sorted_wrt". |
|
1379 |
||
1380 |
* Named theorems mod_simps covers various congruence rules concerning |
|
1381 |
mod, replacing former zmod_simps. INCOMPATIBILITY. |
|
64787 | 1382 |
|
64593
50c715579715
reoriented congruence rules in non-explosive direction
haftmann
parents:
64555
diff
changeset
|
1383 |
* Swapped orientation of congruence rules mod_add_left_eq, |
50c715579715
reoriented congruence rules in non-explosive direction
haftmann
parents:
64555
diff
changeset
|
1384 |
mod_add_right_eq, mod_add_eq, mod_mult_left_eq, mod_mult_right_eq, |
50c715579715
reoriented congruence rules in non-explosive direction
haftmann
parents:
64555
diff
changeset
|
1385 |
mod_mult_eq, mod_minus_eq, mod_diff_left_eq, mod_diff_right_eq, |
66472 | 1386 |
mod_diff_eq. INCOMPATIBILITY. |
64593
50c715579715
reoriented congruence rules in non-explosive direction
haftmann
parents:
64555
diff
changeset
|
1387 |
|
50c715579715
reoriented congruence rules in non-explosive direction
haftmann
parents:
64555
diff
changeset
|
1388 |
* Generalized some facts: |
64876 | 1389 |
measure_induct_rule |
1390 |
measure_induct |
|
64593
50c715579715
reoriented congruence rules in non-explosive direction
haftmann
parents:
64555
diff
changeset
|
1391 |
zminus_zmod ~> mod_minus_eq |
50c715579715
reoriented congruence rules in non-explosive direction
haftmann
parents:
64555
diff
changeset
|
1392 |
zdiff_zmod_left ~> mod_diff_left_eq |
50c715579715
reoriented congruence rules in non-explosive direction
haftmann
parents:
64555
diff
changeset
|
1393 |
zdiff_zmod_right ~> mod_diff_right_eq |
50c715579715
reoriented congruence rules in non-explosive direction
haftmann
parents:
64555
diff
changeset
|
1394 |
zmod_eq_dvd_iff ~> mod_eq_dvd_iff |
50c715579715
reoriented congruence rules in non-explosive direction
haftmann
parents:
64555
diff
changeset
|
1395 |
INCOMPATIBILITY. |
50c715579715
reoriented congruence rules in non-explosive direction
haftmann
parents:
64555
diff
changeset
|
1396 |
|
66472 |