author | wenzelm |
Thu, 24 Dec 2020 00:07:51 +0100 | |
changeset 72996 | cdcd2785db94 |
parent 72987 | b1be35908165 |
child 73007 | 11140980a6b5 |
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 |
|
72972 | 7 |
New in Isabelle2021 (February 2021) |
8 |
----------------------------------- |
|
71557 | 9 |
|
72232
e5fcbf6dc687
proper use of SELECT_GOAL to confine distinct_subgoals_tac to original goal range (amending 366d39e95d3c);
wenzelm
parents:
72208
diff
changeset
|
10 |
*** General *** |
e5fcbf6dc687
proper use of SELECT_GOAL to confine distinct_subgoals_tac to original goal range (amending 366d39e95d3c);
wenzelm
parents:
72208
diff
changeset
|
11 |
|
e5fcbf6dc687
proper use of SELECT_GOAL to confine distinct_subgoals_tac to original goal range (amending 366d39e95d3c);
wenzelm
parents:
72208
diff
changeset
|
12 |
* Proof method "subst" is confined to the original subgoal range: its |
e5fcbf6dc687
proper use of SELECT_GOAL to confine distinct_subgoals_tac to original goal range (amending 366d39e95d3c);
wenzelm
parents:
72208
diff
changeset
|
13 |
included distinct_subgoals_tac no longer affects unrelated subgoals. |
e5fcbf6dc687
proper use of SELECT_GOAL to confine distinct_subgoals_tac to original goal range (amending 366d39e95d3c);
wenzelm
parents:
72208
diff
changeset
|
14 |
Rare INCOMPATIBILITY. |
e5fcbf6dc687
proper use of SELECT_GOAL to confine distinct_subgoals_tac to original goal range (amending 366d39e95d3c);
wenzelm
parents:
72208
diff
changeset
|
15 |
|
72996 | 16 |
* HTML presentation includes auxiliary files (e.g. ML) for each theory, |
17 |
with rich markup. |
|
18 |
||
72232
e5fcbf6dc687
proper use of SELECT_GOAL to confine distinct_subgoals_tac to original goal range (amending 366d39e95d3c);
wenzelm
parents:
72208
diff
changeset
|
19 |
|
71932
65fd0f032a75
updated to jedit-5.6pre1 (repository version 25349);
wenzelm
parents:
71927
diff
changeset
|
20 |
*** Isabelle/jEdit Prover IDE *** |
65fd0f032a75
updated to jedit-5.6pre1 (repository version 25349);
wenzelm
parents:
71927
diff
changeset
|
21 |
|
72946 | 22 |
* Improved markup for theory header imports: hyperlinks for theory files |
23 |
work without formal checking of content. |
|
24 |
||
72950 | 25 |
* The prover process can download auxiliary files (e.g. 'ML_file') for |
26 |
theories with remote URL. This requires the external "curl" program. |
|
27 |
||
72930
0cc298e29aff
added action isabelle.goto-entity to follow links in a narrow formal sense;
wenzelm
parents:
72879
diff
changeset
|
28 |
* Action "isabelle.goto-entity" (shortcut CS+d) jumps to the definition |
0cc298e29aff
added action isabelle.goto-entity to follow links in a narrow formal sense;
wenzelm
parents:
72879
diff
changeset
|
29 |
of the formal entity at the caret position. |
0cc298e29aff
added action isabelle.goto-entity to follow links in a narrow formal sense;
wenzelm
parents:
72879
diff
changeset
|
30 |
|
72932 | 31 |
* The visual feedback on caret entity focus is normally restricted to |
32 |
definitions within the visible text area. The keyboard modifier "CS" |
|
33 |
overrides this: then all defining and referencing positions are shown. |
|
34 |
See also option "jedit_focus_modifier". |
|
35 |
||
72299 | 36 |
* Auto nitpick is enabled by default: it is now reasonably fast due to |
37 |
Kodkod invocation within Isabelle/Scala. |
|
38 |
||
72249 | 39 |
* The jEdit status line includes widgets both for JVM and ML heap usage. |
40 |
Ongoing ML ongoing garbage collection is shown as "ML cleanup". |
|
72150 | 41 |
|
42 |
* The Monitor dockable provides buttons to request a full garbage |
|
43 |
collection and sharing of live data on the ML heap. It also includes |
|
44 |
information about the Java Runtime system. |
|
45 |
||
72837 | 46 |
* PIDE support for session ROOTS: markup for directories. |
47 |
||
72247 | 48 |
* Update to jedit-5.6.0, the latest release. This version works properly |
49 |
on macOS by default, without the special MacOSX plugin. |
|
71932
65fd0f032a75
updated to jedit-5.6pre1 (repository version 25349);
wenzelm
parents:
71927
diff
changeset
|
50 |
|
65fd0f032a75
updated to jedit-5.6pre1 (repository version 25349);
wenzelm
parents:
71927
diff
changeset
|
51 |
|
71902
1529336eaedc
check bash functions against Isabelle settings environment;
wenzelm
parents:
71901
diff
changeset
|
52 |
*** Document preparation *** |
1529336eaedc
check bash functions against Isabelle settings environment;
wenzelm
parents:
71901
diff
changeset
|
53 |
|
72600
2fa4f25d9d07
official support for document theories from other sessions;
wenzelm
parents:
72581
diff
changeset
|
54 |
* Keyword 'document_theories' within ROOT specifies theories from other |
2fa4f25d9d07
official support for document theories from other sessions;
wenzelm
parents:
72581
diff
changeset
|
55 |
sessions that should be included in the generated document source |
2fa4f25d9d07
official support for document theories from other sessions;
wenzelm
parents:
72581
diff
changeset
|
56 |
directory. This does not affect the generated session.tex: \input{...} |
2fa4f25d9d07
official support for document theories from other sessions;
wenzelm
parents:
72581
diff
changeset
|
57 |
needs to be used separately. |
2fa4f25d9d07
official support for document theories from other sessions;
wenzelm
parents:
72581
diff
changeset
|
58 |
|
72314 | 59 |
* The standard LaTeX engine is now lualatex, according to settings |
60 |
variable ISABELLE_PDFLATEX. This is mostly upwards compatible with old |
|
61 |
pdflatex, but text encoding needs to conform strictly to utf8. Rare |
|
62 |
INCOMPATIBILITY. |
|
63 |
||
64 |
* Discontinued obsolete DVI format and ISABELLE_LATEX settings variable: |
|
65 |
document output is always PDF. |
|
66 |
||
72763 | 67 |
* Antiquotation @{tool} refers to Isabelle command-line tools, with |
68 |
completion and formal reference to the source (external script or |
|
69 |
internal Scala function). |
|
70 |
||
71908 | 71 |
* Antiquotation @{bash_function} refers to GNU bash functions that are |
72 |
checked within the Isabelle settings environment. |
|
73 |
||
74 |
* Antiquotations @{scala}, @{scala_object}, @{scala_type}, |
|
75 |
@{scala_method} refer to checked Isabelle/Scala entities. |
|
71902
1529336eaedc
check bash functions against Isabelle settings environment;
wenzelm
parents:
71901
diff
changeset
|
76 |
|
1529336eaedc
check bash functions against Isabelle settings environment;
wenzelm
parents:
71901
diff
changeset
|
77 |
|
71901 | 78 |
*** Pure *** |
79 |
||
71924
e5df9c8d9d4b
clarified sessions: "Notable Examples in Isabelle/Pure";
wenzelm
parents:
71923
diff
changeset
|
80 |
* Session Pure-Examples contains notable examples for Isabelle/Pure |
e5df9c8d9d4b
clarified sessions: "Notable Examples in Isabelle/Pure";
wenzelm
parents:
71923
diff
changeset
|
81 |
(former entries of HOL-Isar_Examples). |
e5df9c8d9d4b
clarified sessions: "Notable Examples in Isabelle/Pure";
wenzelm
parents:
71923
diff
changeset
|
82 |
|
72739
e7c2848b78e8
refined syntax for bundle mixins for locale and class specifications
haftmann
parents:
72728
diff
changeset
|
83 |
* Named contexts (locale and class specifications, locale and class |
e7c2848b78e8
refined syntax for bundle mixins for locale and class specifications
haftmann
parents:
72728
diff
changeset
|
84 |
context blocks) allow bundle mixins for the surface context. This |
e7c2848b78e8
refined syntax for bundle mixins for locale and class specifications
haftmann
parents:
72728
diff
changeset
|
85 |
allows syntax notations to be organized within bundles conveniently. |
e7c2848b78e8
refined syntax for bundle mixins for locale and class specifications
haftmann
parents:
72728
diff
changeset
|
86 |
See src/HOL/ex/Specifications_with_bundle_mixins.thy for examples |
e7c2848b78e8
refined syntax for bundle mixins for locale and class specifications
haftmann
parents:
72728
diff
changeset
|
87 |
and the Isar reference manual for syntx descriptions. |
e7c2848b78e8
refined syntax for bundle mixins for locale and class specifications
haftmann
parents:
72728
diff
changeset
|
88 |
|
71901 | 89 |
* Definitions in locales produce rule which can be added as congruence |
90 |
rule to protect foundational terms during simplification. |
|
91 |
||
72450 | 92 |
* Consolidated terminology and function signatures for nested targets: |
93 |
||
94 |
* Local_Theory.begin_nested replaces Local_Theory.open_target. |
|
95 |
||
96 |
* Local_Theory.end_nested replaces Local_Theory.close_target. |
|
97 |
||
72451
e51f1733618d
replaced combinators by more conventional nesting pattern
haftmann
parents:
72450
diff
changeset
|
98 |
* Combination of Local_Theory.begin_nested and |
e51f1733618d
replaced combinators by more conventional nesting pattern
haftmann
parents:
72450
diff
changeset
|
99 |
Local_Theory.end_nested(_result) replaces |
e51f1733618d
replaced combinators by more conventional nesting pattern
haftmann
parents:
72450
diff
changeset
|
100 |
Local_Theory.subtarget(_result). |
e51f1733618d
replaced combinators by more conventional nesting pattern
haftmann
parents:
72450
diff
changeset
|
101 |
|
72450 | 102 |
INCOMPATIBILITY. |
103 |
||
72516
17dc99589a91
unified Local_Theory.init with Generic_Target.init
haftmann
parents:
72515
diff
changeset
|
104 |
* Local_Theory.init replaces Generic_Target.init. Minor INCOMPATIBILITY. |
17dc99589a91
unified Local_Theory.init with Generic_Target.init
haftmann
parents:
72515
diff
changeset
|
105 |
|
71901 | 106 |
|
107 |
*** HOL *** |
|
108 |
||
72478
b452242dce36
proper Isabelle component settings: prefer standard terminology "ISABELLE_VERIT", avoid conflict of "VERIT_VERSION" with processing of implicit options by veriT;
wenzelm
parents:
72470
diff
changeset
|
109 |
* An updated version of the veriT solver is now included as Isabelle |
b452242dce36
proper Isabelle component settings: prefer standard terminology "ISABELLE_VERIT", avoid conflict of "VERIT_VERSION" with processing of implicit options by veriT;
wenzelm
parents:
72470
diff
changeset
|
110 |
component. It can be used in the "smt" proof method via "smt (verit)" or |
b452242dce36
proper Isabelle component settings: prefer standard terminology "ISABELLE_VERIT", avoid conflict of "VERIT_VERSION" with processing of implicit options by veriT;
wenzelm
parents:
72470
diff
changeset
|
111 |
via "declare [[smt_solver = verit]]" in the context; see also session |
b452242dce36
proper Isabelle component settings: prefer standard terminology "ISABELLE_VERIT", avoid conflict of "VERIT_VERSION" with processing of implicit options by veriT;
wenzelm
parents:
72470
diff
changeset
|
112 |
HOL-Word-SMT_Examples. |
b452242dce36
proper Isabelle component settings: prefer standard terminology "ISABELLE_VERIT", avoid conflict of "VERIT_VERSION" with processing of implicit options by veriT;
wenzelm
parents:
72470
diff
changeset
|
113 |
|
72971
162b71f7e554
rebuild component with proper ZIPPERPOSITION_HOME for sledgehammer;
wenzelm
parents:
72969
diff
changeset
|
114 |
* Zipperposition 2.0 is included as Isabelle component for |
162b71f7e554
rebuild component with proper ZIPPERPOSITION_HOME for sledgehammer;
wenzelm
parents:
72969
diff
changeset
|
115 |
experimentation, e.g. in "sledgehammer [prover = zipperposition]". |
162b71f7e554
rebuild component with proper ZIPPERPOSITION_HOME for sledgehammer;
wenzelm
parents:
72969
diff
changeset
|
116 |
|
72208 | 117 |
* Nitpick/Kodkod may be invoked directly within the running |
118 |
Isabelle/Scala session (instead of an external Java process): this |
|
119 |
improves reactivity and saves resources. This experimental feature is |
|
72299 | 120 |
guarded by system option "kodkod_scala" (default: true). |
72208 | 121 |
|
71927 | 122 |
* Session HOL-Examples contains notable examples for Isabelle/HOL |
123 |
(former entries of HOL-Isar_Examples, HOL-ex etc.). |
|
124 |
||
72070 | 125 |
* Simproc "defined_all" and rewrite rule "subst_all" perform more |
126 |
aggressive substitution with variables from assumptions. |
|
127 |
INCOMPATIBILITY, consider repairing proofs locally like this: |
|
128 |
||
129 |
supply subst_all [simp del] [[simproc del: defined_all]] |
|
130 |
||
71901 | 131 |
* Simproc "datatype_no_proper_subterm" rewrites equalities "lhs = rhs" |
132 |
on datatypes to "False" if either side is a proper subexpression of the |
|
133 |
other (for any datatype with a reasonable size function). |
|
134 |
||
135 |
* New constant "power_int" for exponentiation with integer exponent, |
|
136 |
written as "x powi n". |
|
137 |
||
138 |
* Added the "at most 1" quantifier, Uniq. |
|
139 |
||
71941 | 140 |
* For the natural numbers, Sup {} = 0. |
141 |
||
72004 | 142 |
* Updated the Metis prover underlying the "metis" proof method to |
143 |
version 2.4 (release 20180810). The new version fixes one soundness |
|
144 |
defect and two incompleteness defects. Very slight INCOMPATIBILITY. |
|
145 |
||
71956 | 146 |
* Library theory "Bit_Operations" with generic bit operations. |
147 |
||
72281
beeadb35e357
more thorough treatment of division, particularly signed division on int and word
haftmann
parents:
72264
diff
changeset
|
148 |
* Library theory "Signed_Division" provides operations for signed |
beeadb35e357
more thorough treatment of division, particularly signed division on int and word
haftmann
parents:
72264
diff
changeset
|
149 |
division, instantiated for type int. |
beeadb35e357
more thorough treatment of division, particularly signed division on int and word
haftmann
parents:
72264
diff
changeset
|
150 |
|
72515
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
151 |
* Self-contained library theory "Word" taken over from former session |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
152 |
"HOL-Word". |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
153 |
|
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
154 |
* Theory "Word": Type word is restricted to bit strings consisting |
71957
3e162c63371a
build bit operations on word on library theory on bit operations
haftmann
parents:
71956
diff
changeset
|
155 |
of at least one bit. INCOMPATIBILITY. |
3e162c63371a
build bit operations on word on library theory on bit operations
haftmann
parents:
71956
diff
changeset
|
156 |
|
72515
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
157 |
* Theory "Word": Bit operations NOT, AND, OR, XOR are based on |
71957
3e162c63371a
build bit operations on word on library theory on bit operations
haftmann
parents:
71956
diff
changeset
|
158 |
generic algebraic bit operations from HOL-Library.Bit_Operations. |
3e162c63371a
build bit operations on word on library theory on bit operations
haftmann
parents:
71956
diff
changeset
|
159 |
INCOMPATIBILITY. |
71956 | 160 |
|
72515
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
161 |
* Theory "Word": Most operations on type word are set up |
72079 | 162 |
for transfer and lifting. INCOMPATIBILITY. |
163 |
||
72515
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
164 |
* Theory "Word": Generic type conversions. INCOMPATIBILITY, |
72263 | 165 |
sometimes additional rewrite rules must be added to applications to |
166 |
get a confluent system again. |
|
167 |
||
72515
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
168 |
* Theory "Word": Uniform polymorphic "mask" operation for both |
72264 | 169 |
types int and word. INCOMPATIBILITY. |
72082 | 170 |
|
72515
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
171 |
* Theory "Word": Syntax for signed compare operators has been |
72388 | 172 |
consolidated with syntax of regular compare operators. |
173 |
Minor INCOMPATIBILITY. |
|
174 |
||
72515
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
175 |
* Former session "HOL-Word": Various operations dealing with bit values |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
176 |
represented as reversed lists of bools are separated into theory |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
177 |
Reversed_Bit_Lists in session Word_Lib in the AFP. INCOMPATIBILITY. |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
178 |
|
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
179 |
* Former session "HOL-Word": Theory "Word_Bitwise" has been moved to AFP |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
180 |
entry Word_Lib as theory "Bitwise". INCOMPATIBILITY. |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
181 |
|
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
182 |
* Former session "HOL-Word": Compound operation "bin_split" simplifies |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
183 |
by default into its components "drop_bit" and "take_bit". |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
184 |
INCOMPATIBILITY. |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
185 |
|
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
186 |
* Former session "HOL-Word": Operations lsb, msb and set_bit are |
72546 | 187 |
separated into theories Least_significant_bit, Most_significant_bit and |
188 |
Generic_set_bit respectively in session Word_Lib in the AFP. |
|
189 |
INCOMPATIBILITY. |
|
72515
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
190 |
|
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
191 |
* Former session "HOL-Word": Ancient int numeral representation has been |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
192 |
factored out in separate theory "Ancient_Numeral" in session Word_Lib |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
193 |
in the AFP. INCOMPATIBILITY. |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
194 |
|
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
195 |
* Former session "HOL-Word": Operations "bin_last", "bin_rest", |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
196 |
"bin_nth", "bintrunc", "sbintrunc", "norm_sint", "bin_cat" and |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
197 |
"max_word" are now mere input abbreviations. Minor INCOMPATIBILITY. |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
198 |
|
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
199 |
* Former session "HOL-Word": Misc ancient material has been factored out |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
200 |
into separate theories and moved to session Word_Lib in the AFP. See |
c7038c397ae3
moved most material from session HOL-Word to Word_Lib in the AFP
haftmann
parents:
72511
diff
changeset
|
201 |
theory "Guide" there for further information. INCOMPATIBILITY. |
71987 | 202 |
|
72070 | 203 |
* Session HOL-TPTP: The "tptp_isabelle" and "tptp_sledgehammer" commands |
204 |
are in working order again, as opposed to outputting "GaveUp" on nearly |
|
205 |
all problems. |
|
71959 | 206 |
|
72518
4be6ae020fc4
Added smt (verit) to Sledgehammer's proof preplay.
desharna
parents:
72516
diff
changeset
|
207 |
* Sledgehammer: |
4be6ae020fc4
Added smt (verit) to Sledgehammer's proof preplay.
desharna
parents:
72516
diff
changeset
|
208 |
- Use veriT in proof preplay. |
4be6ae020fc4
Added smt (verit) to Sledgehammer's proof preplay.
desharna
parents:
72516
diff
changeset
|
209 |
- Take adventage of more cores in proof preplay. |
4be6ae020fc4
Added smt (verit) to Sledgehammer's proof preplay.
desharna
parents:
72516
diff
changeset
|
210 |
|
72581 | 211 |
* Syntax for state monad combinators fcomp and scomp is organized in |
212 |
bundle state_combinator_syntax. Minor INCOMPATIBILITY. |
|
213 |
||
72607 | 214 |
* Syntax for reflected term syntax is organized in bundle term_syntax, |
215 |
discontinuing previous locale term_syntax. Minor INCOMPATIBILITY. |
|
216 |
||
72987
b1be35908165
clarified modules: avoid multiple uses of the same ML file;
wenzelm
parents:
72972
diff
changeset
|
217 |
* Session "HOL-Hoare": concrete syntax only for Hoare triples, not |
b1be35908165
clarified modules: avoid multiple uses of the same ML file;
wenzelm
parents:
72972
diff
changeset
|
218 |
abstract language constructors. |
b1be35908165
clarified modules: avoid multiple uses of the same ML file;
wenzelm
parents:
72972
diff
changeset
|
219 |
|
b1be35908165
clarified modules: avoid multiple uses of the same ML file;
wenzelm
parents:
72972
diff
changeset
|
220 |
* Session "HOL-Hoare": now provides a total correctness logic as well. |
b1be35908165
clarified modules: avoid multiple uses of the same ML file;
wenzelm
parents:
72972
diff
changeset
|
221 |
|
71901 | 222 |
|
223 |
*** FOL *** |
|
224 |
||
225 |
* Added the "at most 1" quantifier, Uniq, as in HOL. |
|
226 |
||
72070 | 227 |
* Simproc "defined_all" and rewrite rule "subst_all" have been changed |
228 |
as in HOL. |
|
71923 | 229 |
|
71901 | 230 |
|
71908 | 231 |
*** ML *** |
232 |
||
72060
efb7fd4a6d1f
subtle change of Theory_Data extend/merge semantics due to Theory.join_theory;
wenzelm
parents:
72042
diff
changeset
|
233 |
* Theory_Data extend operation is obsolete and needs to be the identity |
efb7fd4a6d1f
subtle change of Theory_Data extend/merge semantics due to Theory.join_theory;
wenzelm
parents:
72042
diff
changeset
|
234 |
function; merge should be conservative and not reset to the empty value. |
efb7fd4a6d1f
subtle change of Theory_Data extend/merge semantics due to Theory.join_theory;
wenzelm
parents:
72042
diff
changeset
|
235 |
Subtle INCOMPATIBILITY and change of semantics (due to |
efb7fd4a6d1f
subtle change of Theory_Data extend/merge semantics due to Theory.join_theory;
wenzelm
parents:
72042
diff
changeset
|
236 |
Theory.join_theory from Isabelle2020). Special extend/merge behaviour at |
efb7fd4a6d1f
subtle change of Theory_Data extend/merge semantics due to Theory.join_theory;
wenzelm
parents:
72042
diff
changeset
|
237 |
the begin of a new theory can be achieved via Theory.at_begin. |
efb7fd4a6d1f
subtle change of Theory_Data extend/merge semantics due to Theory.join_theory;
wenzelm
parents:
72042
diff
changeset
|
238 |
|
72332
319dd5c618a5
allow Scala function execution on separate thread: better reactivity, but potential overloading of the JVM;
wenzelm
parents:
72316
diff
changeset
|
239 |
* Antiquotations @{scala_function}, @{scala}, @{scala_thread} refer to |
319dd5c618a5
allow Scala function execution on separate thread: better reactivity, but potential overloading of the JVM;
wenzelm
parents:
72316
diff
changeset
|
240 |
registered Isabelle/Scala functions (of type String => String): |
319dd5c618a5
allow Scala function execution on separate thread: better reactivity, but potential overloading of the JVM;
wenzelm
parents:
72316
diff
changeset
|
241 |
invocation works via the PIDE protocol. |
71908 | 242 |
|
72511
460d743010bc
clarified signature: overloaded "+" for Path.append;
wenzelm
parents:
72510
diff
changeset
|
243 |
* Path.append is available as overloaded "+" operator, similar to |
460d743010bc
clarified signature: overloaded "+" for Path.append;
wenzelm
parents:
72510
diff
changeset
|
244 |
corresponding Isabelle/Scala operation. |
460d743010bc
clarified signature: overloaded "+" for Path.append;
wenzelm
parents:
72510
diff
changeset
|
245 |
|
71908 | 246 |
|
71715 | 247 |
*** System *** |
248 |
||
72879
b3e9e9e4ff74
clarified session log file: avoid erratic messages;
wenzelm
parents:
72876
diff
changeset
|
249 |
* The command-line tool "isabelle log" prints prover messages from the |
b3e9e9e4ff74
clarified session log file: avoid erratic messages;
wenzelm
parents:
72876
diff
changeset
|
250 |
build database of the given session, following the the order of theory |
b3e9e9e4ff74
clarified session log file: avoid erratic messages;
wenzelm
parents:
72876
diff
changeset
|
251 |
sources, instead of erratic parallel evaluation. Consequently, the |
b3e9e9e4ff74
clarified session log file: avoid erratic messages;
wenzelm
parents:
72876
diff
changeset
|
252 |
session log file is restricted to system messages of the overall build |
b3e9e9e4ff74
clarified session log file: avoid erratic messages;
wenzelm
parents:
72876
diff
changeset
|
253 |
process, and thus becomes more informative. |
72876 | 254 |
|
72457 | 255 |
* Update/rebuild external provers on currently supported OS platforms, |
72684 | 256 |
notably CVC4 1.8, E prover 2.5, SPASS 3.8ds, CSDP 6.1.1. |
72457 | 257 |
|
72309
564012e31db1
discontinued obsolete DVI document format and related settings/tools;
wenzelm
parents:
72299
diff
changeset
|
258 |
* Discontinued obsolete isabelle display tool, and DVI_VIEWER settings |
564012e31db1
discontinued obsolete DVI document format and related settings/tools;
wenzelm
parents:
72299
diff
changeset
|
259 |
variable. |
564012e31db1
discontinued obsolete DVI document format and related settings/tools;
wenzelm
parents:
72299
diff
changeset
|
260 |
|
72316
3cc6aa405858
clarified "isabelle logo", after discontinuation of DVI output (see 564012e31db1);
wenzelm
parents:
72314
diff
changeset
|
261 |
* The command-line tool "isabelle logo" only outputs PDF; obsolete EPS |
3cc6aa405858
clarified "isabelle logo", after discontinuation of DVI output (see 564012e31db1);
wenzelm
parents:
72314
diff
changeset
|
262 |
(for DVI documents) has been discontinued. Former option -n has been |
3cc6aa405858
clarified "isabelle logo", after discontinuation of DVI output (see 564012e31db1);
wenzelm
parents:
72314
diff
changeset
|
263 |
turned into -o with explicit file name. Minor INCOMPATIBILITY. |
3cc6aa405858
clarified "isabelle logo", after discontinuation of DVI output (see 564012e31db1);
wenzelm
parents:
72314
diff
changeset
|
264 |
|
72162 | 265 |
* The shell function "isabelle_directory" (within etc/settings of |
266 |
components) augments the list of special directories for persistent |
|
267 |
symbolic path names. This improves portability of heap images and |
|
268 |
session databases. It used to be hard-wired for Isabelle + AFP, but |
|
269 |
other projects may now participate on equal terms. |
|
270 |
||
72120 | 271 |
* ML statistics via an external Poly/ML process: this allows monitoring |
272 |
the runtime system while the ML program sleeps. |
|
273 |
||
72681 | 274 |
* The command-line tool "isabelle process" now prints output to |
275 |
stdout/stderr separately and incrementally, instead of just one bulk to |
|
276 |
stdout after termination. Potential INCOMPATIBILITY for external tools. |
|
277 |
||
278 |
* The command-line tool "isabelle console" now supports interrupts |
|
279 |
properly (on Linux and macOS). |
|
280 |
||
72103 | 281 |
* Batch-builds via "isabelle build" use a PIDE session with special |
282 |
protocol: this allows to invoke Isabelle/Scala operations from |
|
283 |
Isabelle/ML. Big build jobs (e.g. AFP) require extra heap space for the |
|
284 |
java process, e.g. like this in $ISABELLE_HOME_USER/etc/settings: |
|
71976 | 285 |
|
286 |
ISABELLE_TOOL_JAVA_OPTIONS="$ISABELLE_TOOL_JAVA_OPTIONS -Xmx8g" |
|
71975
2d658beb815b
enable pide_session by default (again), with extra JVM heap for AFP tests (see also 86e429abd38d, 026de3424c39);
wenzelm
parents:
71964
diff
changeset
|
287 |
|
72728
caa182bdab7a
clarified options: batch-build has pide_reports disabled by default (requires significant resources);
wenzelm
parents:
72684
diff
changeset
|
288 |
This includes full PIDE markup, if option "build_pide_reports" is |
caa182bdab7a
clarified options: batch-build has pide_reports disabled by default (requires significant resources);
wenzelm
parents:
72684
diff
changeset
|
289 |
enabled. |
caa182bdab7a
clarified options: batch-build has pide_reports disabled by default (requires significant resources);
wenzelm
parents:
72684
diff
changeset
|
290 |
|
72679 | 291 |
* The command-line tool "isabelle build" provides option -P DIR to |
292 |
produce PDF/HTML presentation in the specified directory; -P: refers to |
|
293 |
the standard directory according to ISABELLE_BROWSER_INFO / |
|
294 |
ISABELLE_BROWSER_INFO_SYSTEM settings. Generated PDF documents are taken |
|
295 |
from the build database -- from this or earlier builds with option |
|
296 |
document=pdf. |
|
297 |
||
72574
d892f6d66402
build documents in Isabelle/Scala, based on generated tex files as session exports;
wenzelm
parents:
72557
diff
changeset
|
298 |
* The command-line tool "isabelle document" generates theory documents |
72679 | 299 |
on the spot, using the underlying session build database (exported |
72681 | 300 |
LaTeX sources or existing PDF files). INCOMPATIBILITY, the former |
72679 | 301 |
"isabelle document" tool was rather different and has been discontinued. |
72574
d892f6d66402
build documents in Isabelle/Scala, based on generated tex files as session exports;
wenzelm
parents:
72557
diff
changeset
|
302 |
|
71808 | 303 |
* The command-line tool "isabelle sessions" explores the structure of |
304 |
Isabelle sessions and prints result names in topological order (on |
|
305 |
stdout). |
|
306 |
||
71733 | 307 |
* The Isabelle/Scala "Progress" interface changed slightly and |
308 |
"No_Progress" has been discontinued. INCOMPATIBILITY, use "new Progress" |
|
309 |
instead. |
|
310 |
||
311 |
* General support for Isabelle/Scala system services, configured via the |
|
312 |
shell function "isabelle_scala_service" in etc/settings (e.g. of an |
|
71741 | 313 |
Isabelle component); see implementations of class |
314 |
Isabelle_System.Service in Isabelle/Scala. This supersedes former |
|
315 |
"isabelle_scala_tools" and "isabelle_file_format": minor |
|
316 |
INCOMPATIBILITY. |
|
71728 | 317 |
|
72748
04d5f6d769a7
more flexible syntax for theory load commands via Isabelle/Scala;
wenzelm
parents:
72728
diff
changeset
|
318 |
* The syntax of theory load commands (for auxiliary files) is now |
04d5f6d769a7
more flexible syntax for theory load commands via Isabelle/Scala;
wenzelm
parents:
72728
diff
changeset
|
319 |
specified in Isabelle/Scala, as instance of class |
04d5f6d769a7
more flexible syntax for theory load commands via Isabelle/Scala;
wenzelm
parents:
72728
diff
changeset
|
320 |
isabelle.Command_Span.Load_Command registered via isabelle_scala_service |
04d5f6d769a7
more flexible syntax for theory load commands via Isabelle/Scala;
wenzelm
parents:
72728
diff
changeset
|
321 |
in etc/settings. This allows more flexible schemes than just a list of |
04d5f6d769a7
more flexible syntax for theory load commands via Isabelle/Scala;
wenzelm
parents:
72728
diff
changeset
|
322 |
file extensions. Minor INCOMPATIBILITY, e.g. see theory |
04d5f6d769a7
more flexible syntax for theory load commands via Isabelle/Scala;
wenzelm
parents:
72728
diff
changeset
|
323 |
HOL-SPARK.SPARK_Setup to emulate the old behaviour. |
04d5f6d769a7
more flexible syntax for theory load commands via Isabelle/Scala;
wenzelm
parents:
72728
diff
changeset
|
324 |
|
72163
f5722290a4d0
allow user-defined server commands via isabelle_scala_service;
wenzelm
parents:
72162
diff
changeset
|
325 |
* Isabelle server allows user-defined commands via |
f5722290a4d0
allow user-defined server commands via isabelle_scala_service;
wenzelm
parents:
72162
diff
changeset
|
326 |
isabelle_scala_service. |
f5722290a4d0
allow user-defined server commands via isabelle_scala_service;
wenzelm
parents:
72162
diff
changeset
|
327 |
|
72521 | 328 |
* Isabelle/Phabricator supports Ubuntu 20.04 LTS. |
329 |
||
71845 | 330 |
* Isabelle/Phabricator setup has been updated to follow ongoing |
331 |
development: libphutil has been discontinued. Minor INCOMPATIBILITY: |
|
332 |
existing server installations should remove libphutil from |
|
333 |
/usr/local/bin/isabelle-phabricator-upgrade and each installation root |
|
334 |
directory (e.g. /var/www/phabricator-vcs/libphutil). |
|
335 |
||
72510 | 336 |
* Experimental support for arm64-linux platform. The reference platform |
337 |
is Raspberry Pi 4 with 8 GB RAM running Pi OS (64 bit). |
|
338 |
||
71557 | 339 |
|
71839 | 340 |
|
71485 | 341 |
New in Isabelle2020 (April 2020) |
342 |
-------------------------------- |
|
70265 | 343 |
|
70562 | 344 |
*** General *** |
345 |
||
70677 | 346 |
* Session ROOT files need to specify explicit 'directories' for import |
70681 | 347 |
of theory files. Directories cannot be shared by different sessions. |
348 |
(Recall that import of theories from other sessions works via |
|
349 |
session-qualified theory names, together with suitable 'sessions' |
|
350 |
declarations in the ROOT.) |
|
70677 | 351 |
|
70562 | 352 |
* Internal derivations record dependencies on oracles and other theorems |
353 |
accurately, including the implicit type-class reasoning wrt. proven |
|
354 |
class relations and type arities. In particular, the formal tagging with |
|
355 |
"Pure.skip_proofs" of results stemming from "instance ... sorry" is now |
|
356 |
propagated properly to theorems depending on such type instances. |
|
357 |
||
358 |
* Command 'sorry' (oracle "Pure.skip_proofs") is more precise about the |
|
359 |
actual proposition that is assumed in the goal and proof context. This |
|
360 |
requires at least Proofterm.proofs = 1 to show up in theorem |
|
361 |
dependencies. |
|
362 |
||
363 |
* Command 'thm_oracles' prints all oracles used in given theorems, |
|
364 |
covering the full graph of transitive dependencies. |
|
365 |
||
70605 | 366 |
* Command 'thm_deps' prints immediate theorem dependencies of the given |
367 |
facts. The former graph visualization has been discontinued, because it |
|
368 |
was hardly usable. |
|
369 |
||
71446 | 370 |
* Refined treatment of proof terms, including type-class proofs for |
371 |
minor object-logics (FOL, FOLP, Sequents). |
|
372 |
||
71448 | 373 |
* The inference kernel is now confined to one main module: structure |
374 |
Thm, without the former circular dependency on structure Axclass. |
|
375 |
||
71545
b0b16088ccf2
allow slightly odd "' " in mixfix as documented (introduced in 55754d6d399c, but broken in be8a8d60d962);
wenzelm
parents:
71543
diff
changeset
|
376 |
* 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
|
377 |
separate delimiters (as documented in the isar-ref manual), without |
71547 | 378 |
requiring an auxiliary empty block. A literal single quote needs to be |
71551 | 379 |
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
|
380 |
|
70562 | 381 |
|
70522 | 382 |
*** Isar *** |
383 |
||
384 |
* The proof method combinator (subproofs m) applies the method |
|
385 |
expression m consecutively to each subgoal, constructing individual |
|
386 |
subproofs internally. This impacts the internal construction of proof |
|
387 |
terms: it makes a cascade of let-expressions within the derivation tree |
|
388 |
and may thus improve scalability. |
|
389 |
||
71427 | 390 |
* Attribute "trace_locales" activates tracing of locale instances during |
391 |
roundup. It replaces the diagnostic command 'print_dependencies', which |
|
392 |
has been discontinued. |
|
70608 | 393 |
|
70522 | 394 |
|
70683
8c7706b053c7
find theory files via session structure: much faster Prover IDE startup;
wenzelm
parents:
70681
diff
changeset
|
395 |
*** Isabelle/jEdit Prover IDE *** |
8c7706b053c7
find theory files via session structure: much faster Prover IDE startup;
wenzelm
parents:
70681
diff
changeset
|
396 |
|
71543 | 397 |
* Prover IDE startup is now much faster, because theory dependencies are |
398 |
no longer explored in advance. The overall session structure with its |
|
399 |
declarations of 'directories' is sufficient to locate theory files. Thus |
|
400 |
the "session focus" of option "isabelle jedit -S" has become obsolete |
|
401 |
(likewise for "isabelle vscode_server -S"). Existing option "-R" is both |
|
402 |
sufficient and more convenient to start editing a particular session. |
|
403 |
||
71497 | 404 |
* Actions isabelle.tooltip (CS+b) and isabelle.message (CS+m) display |
405 |
tooltip message popups, corresponding to mouse hovering with/without the |
|
406 |
CONTROL/COMMAND key pressed. |
|
407 |
||
71499 | 408 |
* The following actions allow to navigate errors within the current |
409 |
document snapshot: |
|
410 |
||
411 |
isabelle.first-error (CS+a) |
|
71505 | 412 |
isabelle.last-error (CS+z) |
413 |
isabelle.next-error (CS+n) |
|
414 |
isabelle.prev-error (CS+p) |
|
71499 | 415 |
|
71430 | 416 |
* Support more brackets: \<llangle> \<rrangle> (intended for implicit argument syntax). |
417 |
||
71520 | 418 |
* Action isabelle.jconsole (menu item Plugins / Isabelle / Java/VM |
419 |
Monitor) applies the jconsole tool on the running Isabelle/jEdit |
|
420 |
process. This allows to monitor resource usage etc. |
|
421 |
||
71543 | 422 |
* More adequate default font sizes for Linux on HD / UHD displays: |
423 |
automatic font scaling is usually absent on Linux, in contrast to |
|
424 |
Windows and macOS. |
|
425 |
||
71575 | 426 |
* The default value for the jEdit property "view.antiAlias" (menu item |
427 |
Utilities / Global Options / Text Area / Anti Aliased smooth text) is |
|
428 |
now "subpixel HRGB", instead of former "standard". Especially on Linux |
|
429 |
this often leads to faster text rendering, but can also cause problems |
|
430 |
with odd color shades. An alternative is to switch back to "standard" |
|
431 |
here, and set the following Java system property: |
|
432 |
||
433 |
isabelle jedit -Dsun.java2d.opengl=true |
|
434 |
||
435 |
This can be made persistent via JEDIT_JAVA_OPTIONS in |
|
436 |
$ISABELLE_HOME_USER/etc/settings. For the "Isabelle2020" desktop |
|
437 |
application there is a corresponding options file in the same directory. |
|
438 |
||
70683
8c7706b053c7
find theory files via session structure: much faster Prover IDE startup;
wenzelm
parents:
70681
diff
changeset
|
439 |
|
71473
be84312a2d53
update to WebviewPanel API, following initial version by Peter Zeller;
wenzelm
parents:
71448
diff
changeset
|
440 |
*** Isabelle/VSCode Prover IDE *** |
be84312a2d53
update to WebviewPanel API, following initial version by Peter Zeller;
wenzelm
parents:
71448
diff
changeset
|
441 |
|
71484 | 442 |
* Update of State and Preview panels to use new WebviewPanel API of |
443 |
VSCode. |
|
71473
be84312a2d53
update to WebviewPanel API, following initial version by Peter Zeller;
wenzelm
parents:
71448
diff
changeset
|
444 |
|
be84312a2d53
update to WebviewPanel API, following initial version by Peter Zeller;
wenzelm
parents:
71448
diff
changeset
|
445 |
|
70337
48609a6af1a0
removed relics of ASCII syntax for indexed big operators
haftmann
parents:
70300
diff
changeset
|
446 |
*** HOL *** |
48609a6af1a0
removed relics of ASCII syntax for indexed big operators
haftmann
parents:
70300
diff
changeset
|
447 |
|
71427 | 448 |
* Improvements of the 'lift_bnf' command: |
71264 | 449 |
- Add support for quotient types. |
71427 | 450 |
- Generate transfer rules for the lifted map/set/rel/pred constants |
451 |
(theorems "<type>.<constant>_transfer_raw"). |
|
71264 | 452 |
|
70784
799437173553
Term_XML.Encode/Decode.term uses Const "typargs";
wenzelm
parents:
70686
diff
changeset
|
453 |
* Term_XML.Encode/Decode.term uses compact representation of Const |
799437173553
Term_XML.Encode/Decode.term uses Const "typargs";
wenzelm
parents:
70686
diff
changeset
|
454 |
"typargs" from the given declaration environment. This also makes more |
799437173553
Term_XML.Encode/Decode.term uses Const "typargs";
wenzelm
parents:
70686
diff
changeset
|
455 |
sense for translations to lambda-calculi with explicit polymorphism. |
799437173553
Term_XML.Encode/Decode.term uses Const "typargs";
wenzelm
parents:
70686
diff
changeset
|
456 |
INCOMPATIBILITY, use Term_XML.Encode/Decode.term_raw in special |
799437173553
Term_XML.Encode/Decode.term uses Const "typargs";
wenzelm
parents:
70686
diff
changeset
|
457 |
applications. |
799437173553
Term_XML.Encode/Decode.term uses Const "typargs";
wenzelm
parents:
70686
diff
changeset
|
458 |
|
70524 | 459 |
* ASCII membership syntax concerning big operators for infimum and |
71427 | 460 |
supremum has been discontinued. INCOMPATIBILITY. |
70524 | 461 |
|
71543 | 462 |
* Removed multiplicativity assumption from class |
463 |
"normalization_semidom". Introduced various new intermediate classes |
|
464 |
with the multiplicativity assumption; many theorem statements |
|
465 |
(especially involving GCD/LCM) had to be adapted. This allows for a more |
|
466 |
natural instantiation of the algebraic typeclasses for e.g. Gaussian |
|
467 |
integers. INCOMPATIBILITY. |
|
468 |
||
70524 | 469 |
* Clear distinction between types for bits (False / True) and Z2 (0 / |
71427 | 470 |
1): theory HOL-Library.Bit has been renamed accordingly. |
471 |
INCOMPATIBILITY. |
|
472 |
||
473 |
* 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
|
474 |
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
|
475 |
potentially splitting goals; algebra_split_simps roughly replaces |
dd675800469d
dedicated fact collections for algebraic simplification rules potentially splitting goals
haftmann
parents:
70784
diff
changeset
|
476 |
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
|
477 |
INCOMPATIBILITY. |
70524 | 478 |
|
71428 | 479 |
* Theory HOL.Complete_Lattices: |
480 |
renamed Inf_Sup -> Inf_eq_Sup and Sup_Inf -> Sup_eq_Inf |
|
481 |
||
71434 | 482 |
* Theory HOL-Library.Monad_Syntax: infix operation "bind" (\<bind>) |
70524 | 483 |
associates to the left now as is customary. |
484 |
||
71259
09aee7f5b447
Ramsey with multiple colours and arbitrary exponents
paulson <lp15@cam.ac.uk>
parents:
71166
diff
changeset
|
485 |
* 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
|
486 |
multiple colours and arbitrary exponents. |
09aee7f5b447
Ramsey with multiple colours and arbitrary exponents
paulson <lp15@cam.ac.uk>
parents:
71166
diff
changeset
|
487 |
|
71484 | 488 |
* Session HOL-Proofs: build faster thanks to better treatment of proof |
489 |
terms in Isabelle/Pure. |
|
71147 | 490 |
|
71438 | 491 |
* Session HOL-Word: bitwise NOT-operator has proper prefix syntax. Minor |
492 |
INCOMPATIBILITY. |
|
493 |
||
71484 | 494 |
* Session HOL-Analysis: proof method "metric" implements a decision |
495 |
procedure for simple linear statements in metric spaces. |
|
496 |
||
497 |
* Session HOL-Complex_Analysis has been split off from HOL-Analysis. |
|
71149 | 498 |
|
71150 | 499 |
|
70525 | 500 |
*** ML *** |
501 |
||
502 |
* Theory construction may be forked internally, the operation |
|
503 |
Theory.join_theory recovers a single result theory. See also the example |
|
504 |
in theory "HOL-ex.Join_Theory". |
|
505 |
||
70565 | 506 |
* Antiquotation @{oracle_name} inlines a formally checked oracle name. |
507 |
||
71436 | 508 |
* Minimal support for a soft-type system within the Isabelle logical |
509 |
framework (module Soft_Type_System). |
|
510 |
||
71750 | 511 |
* Former Variable.auto_fixes has been replaced by slightly more general |
512 |
Proof_Context.augment: it is subject to an optional soft-type system of |
|
513 |
the underlying object-logic. Minor INCOMPATIBILITY. |
|
71436 | 514 |
|
71438 | 515 |
* More scalable Export.export using XML.tree to avoid premature string |
516 |
allocations, with convenient shortcut XML.blob. Minor INCOMPATIBILITY. |
|
517 |
||
71493 | 518 |
* Prover IDE support for the underlying Poly/ML compiler (not the basis |
519 |
library). Open $ML_SOURCES/ROOT.ML in Isabelle/jEdit to browse the |
|
520 |
implementation with full markup. |
|
521 |
||
70525 | 522 |
|
70599 | 523 |
*** System *** |
524 |
||
71433 | 525 |
* Standard rendering for more Isabelle symbols: \<llangle> \<rrangle> \<bbar> \<sqdot> |
526 |
||
71378
820cf124dced
added "isabelle scala_project" to support e.g. IntelliJ IDEA;
wenzelm
parents:
71343
diff
changeset
|
527 |
* 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
|
528 |
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
|
529 |
such as IntelliJ IDEA. |
820cf124dced
added "isabelle scala_project" to support e.g. IntelliJ IDEA;
wenzelm
parents:
71343
diff
changeset
|
530 |
|
71293 | 531 |
* The command-line tool "isabelle phabricator_setup" facilitates |
532 |
self-hosting of the Phabricator software-development platform, with |
|
533 |
support for Git, Mercurial, Subversion repositories. This helps to avoid |
|
534 |
monoculture and to escape the gravity of centralized version control by |
|
535 |
Github and/or Bitbucket. For further documentation, see chapter |
|
536 |
"Phabricator server administration" in the "system" manual. A notable |
|
537 |
example installation is https://isabelle-dev.sketis.net/. |
|
71134 | 538 |
|
71325 | 539 |
* The command-line tool "isabelle hg_setup" simplifies the setup of |
540 |
Mercurial repositories, with hosting via Phabricator or SSH file server |
|
541 |
access. |
|
542 |
||
70686
9cde8c4ea5a5
discontinued obsolete "isabelle imports" and all_known data;
wenzelm
parents:
70683
diff
changeset
|
543 |
* The command-line tool "isabelle imports" has been discontinued: strict |
9cde8c4ea5a5
discontinued obsolete "isabelle imports" and all_known data;
wenzelm
parents:
70683
diff
changeset
|
544 |
checking of session directories enforces session-qualified theory names |
9cde8c4ea5a5
discontinued obsolete "isabelle imports" and all_known data;
wenzelm
parents:
70683
diff
changeset
|
545 |
in applications -- users are responsible to specify session ROOT entries |
9cde8c4ea5a5
discontinued obsolete "isabelle imports" and all_known data;
wenzelm
parents:
70683
diff
changeset
|
546 |
properly. |
9cde8c4ea5a5
discontinued obsolete "isabelle imports" and all_known data;
wenzelm
parents:
70683
diff
changeset
|
547 |
|
71429 | 548 |
* The command-line tool "isabelle dump" and its underlying |
549 |
Isabelle/Scala module isabelle.Dump has become more scalable, by |
|
550 |
splitting sessions and supporting a base logic image. Minor |
|
551 |
INCOMPATIBILITY in options and parameters. |
|
552 |
||
71750 | 553 |
* The command-line tool "isabelle build_docker" has been slightly |
554 |
improved: it is now properly documented in the "system" manual. |
|
555 |
||
71438 | 556 |
* Isabelle/Scala support for the Linux platform (Ubuntu): packages, |
557 |
users, system services. |
|
558 |
||
559 |
* Isabelle/Scala support for proof terms (with full type/term |
|
560 |
information) in module isabelle.Term. |
|
561 |
||
71662 | 562 |
* Isabelle/Scala: more scalable output of YXML files, e.g. relevant for |
563 |
"isabelle dump". |
|
564 |
||
70599 | 565 |
* Theory export via Isabelle/Scala has been reworked. The former "fact" |
566 |
name space is now split into individual "thm" items: names are |
|
567 |
potentially indexed, such as "foo" for singleton facts, or "bar(1)", |
|
568 |
"bar(2)", "bar(3)" for multi-facts. Theorem dependencies are now |
|
569 |
exported as well: this spans an overall dependency graph of internal |
|
570 |
inferences; it might help to reconstruct the formal structure of theory |
|
71751 | 571 |
libraries. See also the module isabelle.Export_Theory in Isabelle/Scala. |
70599 | 572 |
|
71484 | 573 |
* Theory export of structured specifications, based on internal |
574 |
declarations of Spec_Rules by packages like 'definition', 'inductive', |
|
575 |
'primrec', 'function'. |
|
576 |
||
71428 | 577 |
* Old settings variables ISABELLE_PLATFORM and ISABELLE_WINDOWS_PLATFORM |
578 |
have been discontinued -- deprecated since Isabelle2018. |
|
579 |
||
71438 | 580 |
* More complete x86_64 platform support on macOS, notably Catalina where |
581 |
old x86 has been discontinued. |
|
582 |
||
583 |
* Update to GHC stack 2.1.3 with stackage lts-13.19/ghc-8.6.4. |
|
584 |
||
585 |
* Update to OCaml Opam 2.0.6 (using ocaml 4.05.0 as before). |
|
586 |
||
70265 | 587 |
|
70784
799437173553
Term_XML.Encode/Decode.term uses Const "typargs";
wenzelm
parents:
70686
diff
changeset
|
588 |
|
70023 | 589 |
New in Isabelle2019 (June 2019) |
590 |
------------------------------- |
|
68683 | 591 |
|
69042 | 592 |
*** General *** |
593 |
||
70032 | 594 |
* The font collection "Isabelle DejaVu" is systematically derived from |
595 |
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
|
596 |
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
|
597 |
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
|
598 |
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
|
599 |
"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
|
600 |
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
|
601 |
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
|
602 |
"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
|
603 |
|
395c4fb15ea2
use "Isabelle DejaVu" fonts uniformly: Text Area, GUI elements, HTML output etc.;
wenzelm
parents:
69316
diff
changeset
|
604 |
* 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
|
605 |
|
69042 | 606 |
* Old-style inner comments (* ... *) within the term language are no |
607 |
longer supported (legacy feature in Isabelle2018). |
|
608 |
||
70023 | 609 |
* Old-style {* verbatim *} tokens are explicitly marked as legacy |
610 |
feature and will be removed soon. Use \<open>cartouche\<close> syntax instead, e.g. |
|
611 |
via "isabelle update_cartouches -t" (available since Isabelle2015). |
|
612 |
||
70297 | 613 |
* Infix operators that begin or end with a "*" are now parenthesized |
614 |
without additional spaces, e.g. "(*)" instead of "( * )". Minor |
|
70023 | 615 |
INCOMPATIBILITY. |
69066 | 616 |
|
69580 | 617 |
* Mixfix annotations may use cartouches instead of old-style double |
69586
9171d1ce5a35
support for "isabelle update -u mixfix_cartouches";
wenzelm
parents:
69585
diff
changeset
|
618 |
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
|
619 |
mixfix_cartouches" allows to update existing theory sources |
9171d1ce5a35
support for "isabelle update -u mixfix_cartouches";
wenzelm
parents:
69585
diff
changeset
|
620 |
automatically. |
69580 | 621 |
|
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
|
622 |
* 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
|
623 |
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
|
624 |
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
|
625 |
|
70057 | 626 |
* Commands 'generate_file', 'export_generated_files', and |
627 |
'compile_generated_files' support a stateless (PIDE-conformant) model |
|
628 |
for generated sources and compiled binaries of other languages. The |
|
70060 | 629 |
compilation process is managed in Isabelle/ML, and results exported to |
70057 | 630 |
the session database for further use (e.g. with "isabelle export" or |
631 |
"isabelle build -e"). |
|
632 |
||
69042 | 633 |
|
69189 | 634 |
*** Isabelle/jEdit Prover IDE *** |
635 |
||
70023 | 636 |
* Fonts for the text area, gutter, GUI elements etc. use the "Isabelle |
637 |
DejaVu" collection by default, which provides uniform rendering quality |
|
638 |
with the usual Isabelle symbols. Line spacing no longer needs to be |
|
639 |
adjusted: properties for the old IsabelleText font had "Global Options / |
|
70069 | 640 |
Text Area / Extra vertical line spacing (in pixels): -2", it now |
641 |
defaults to 1, but 0 works as well. |
|
70023 | 642 |
|
69780 | 643 |
* The jEdit File Browser is more prominent in the default GUI layout of |
644 |
Isabelle/jEdit: various virtual file-systems provide access to Isabelle |
|
645 |
resources, notably via "favorites:" (or "Edit Favorites"). |
|
646 |
||
70061 | 647 |
* Further markup and rendering for "plain text" (e.g. informal prose) |
648 |
and "raw text" (e.g. verbatim sources). This improves the visual |
|
649 |
appearance of formal comments inside the term language, or in general |
|
650 |
for repeated alternation of formal and informal text. |
|
651 |
||
69643 | 652 |
* Action "isabelle-export-browser" points the File Browser to the theory |
69764 | 653 |
exports of the current buffer, based on the "isabelle-export:" virtual |
654 |
file-system. The directory view needs to be reloaded manually to follow |
|
655 |
ongoing document processing. |
|
656 |
||
657 |
* Action "isabelle-session-browser" points the File Browser to session |
|
658 |
information, based on the "isabelle-session:" virtual file-system. Its |
|
659 |
entries are structured according to chapter / session names, the open |
|
660 |
operation is redirected to the session ROOT file. |
|
69643 | 661 |
|
69273 | 662 |
* 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
|
663 |
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
|
664 |
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
|
665 |
Isabelle component). |
69273 | 666 |
|
70023 | 667 |
* System option "jedit_text_overview" allows to disable the text |
668 |
overview column. |
|
669 |
||
69854
cc0b3e177b49
system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents:
69829
diff
changeset
|
670 |
* 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
|
671 |
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
|
672 |
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
|
673 |
separated from option "-s". |
cc0b3e177b49
system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents:
69829
diff
changeset
|
674 |
|
70105 | 675 |
* The Isabelle/jEdit desktop application uses the same options as |
676 |
"isabelle jedit" for its internal "isabelle build" process: the implicit |
|
677 |
option "-o system_heaps" (or "-s") has been discontinued. This reduces |
|
678 |
the potential for surprise wrt. command-line tools. |
|
679 |
||
680 |
* The official download of the Isabelle/jEdit application already |
|
681 |
contains heap images for Isabelle/HOL within its main directory: thus |
|
682 |
the first encounter becomes faster and more robust (e.g. when run from a |
|
683 |
read-only directory). |
|
684 |
||
70072 | 685 |
* Isabelle DejaVu fonts are available with hinting by default, which is |
686 |
relevant for low-resolution displays. This may be disabled via system |
|
687 |
option "isabelle_fonts_hinted = false" in |
|
70075 | 688 |
$ISABELLE_HOME_USER/etc/preferences -- it occasionally yields better |
70072 | 689 |
results. |
690 |
||
70031 | 691 |
* OpenJDK 11 has quite different font rendering, with better glyph |
692 |
shapes and improved sub-pixel anti-aliasing. In some situations results |
|
70072 | 693 |
might be *worse* than Oracle Java 8, though -- a proper HiDPI / UHD |
694 |
display is recommended. |
|
70023 | 695 |
|
70258 | 696 |
* OpenJDK 11 supports GTK version 2.2 and 3 (according to system |
697 |
property jdk.gtk.version). The factory default is version 3, but |
|
698 |
ISABELLE_JAVA_SYSTEM_OPTIONS includes "-Djdk.gtk.version=2.2" to make |
|
699 |
this more conservative (as in Java 8). Depending on the GTK theme |
|
700 |
configuration, "-Djdk.gtk.version=3" might work better or worse. |
|
701 |
||
69189 | 702 |
|
69962
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
703 |
*** Document preparation *** |
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
704 |
|
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
705 |
* 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
|
706 |
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
|
707 |
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
|
708 |
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
|
709 |
e.g. \<^marker>\<open>contributor arg\<close> or \<^marker>\<open>license arg\<close> and produce PIDE markup that |
70281 | 710 |
can be retrieved from the document database. |
69962
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
711 |
|
70140 | 712 |
* Old-style command tags %name are re-interpreted as markers with |
713 |
proof-scope \<^marker>\<open>tag (proof) name\<close> and produce LaTeX environments as |
|
714 |
before. Potential INCOMPATIBILITY: multiple markers are composed in |
|
715 |
canonical order, resulting in a reversed list of tags in the |
|
716 |
presentation context. |
|
717 |
||
718 |
* Marker \<^marker>\<open>tag name\<close> does not apply to the proof of a top-level goal |
|
719 |
statement by default (e.g. 'theorem', 'lemma'). This is a subtle change |
|
720 |
of semantics wrt. old-style %name. |
|
69962
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
721 |
|
70143 | 722 |
* In Isabelle/jEdit, the string "\tag" may be completed to a "\<^marker>\<open>tag \<close>" |
723 |
template. |
|
724 |
||
70121 | 725 |
* Document antiquotation option "cartouche" indicates if the output |
726 |
should be delimited as cartouche; this takes precedence over the |
|
727 |
analogous option "quotes". |
|
728 |
||
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
|
729 |
* 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
|
730 |
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
|
731 |
\<^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
|
732 |
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
|
733 |
"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
|
734 |
"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
|
735 |
|
69962
82e945d472d5
documentation of document markers and re-interpreted command tags;
wenzelm
parents:
69960
diff
changeset
|
736 |
|
68879 | 737 |
*** Isar *** |
738 |
||
69045 | 739 |
* Implicit cases goal1, goal2, goal3, etc. have been discontinued |
740 |
(legacy feature since Isabelle2016). |
|
741 |
||
70023 | 742 |
* More robust treatment of structural errors: begin/end blocks take |
743 |
precedence over goal/proof. This is particularly relevant for the |
|
744 |
headless PIDE session and server. |
|
745 |
||
746 |
* Command keywords of kind thy_decl / thy_goal may be more specifically |
|
747 |
fit into the traditional document model of "definition-statement-proof" |
|
748 |
via thy_defn / thy_stmt / thy_goal_defn / thy_goal_stmt. |
|
749 |
||
69045 | 750 |
|
68796
9ca183045102
simplified syntax setup for big operators under image, retaining input abbreviations for backward compatibility
haftmann
parents:
68770
diff
changeset
|
751 |
*** HOL *** |
9ca183045102
simplified syntax setup for big operators under image, retaining input abbreviations for backward compatibility
haftmann
parents:
68770
diff
changeset
|
752 |
|
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
|
753 |
* Command 'export_code' produces output as logical files within the |
70011 | 754 |
theory context, as well as formal session exports that can be |
755 |
materialized via command-line tools "isabelle export" or "isabelle build |
|
756 |
-e" (with 'export_files' in the session ROOT). Isabelle/jEdit also |
|
757 |
provides a virtual file-system "isabelle-export:" that can be explored |
|
758 |
in the regular file-browser. A 'file_prefix' argument allows to specify |
|
759 |
an explicit name prefix for the target file (SML, OCaml, Scala) or |
|
760 |
directory (Haskell); the default is "export" with a consecutive number |
|
761 |
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
|
762 |
|
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
|
763 |
* 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
|
764 |
removed soon: writing to the physical file-system is not well-defined in |
70011 | 765 |
a reactive/parallel application like Isabelle. The empty 'file' argument |
766 |
has been discontinued already: it is superseded by the file-browser in |
|
767 |
Isabelle/jEdit on "isabelle-export:". Minor INCOMPATIBILITY. |
|
69624 | 768 |
|
70022
49e178cbf923
'code_reflect' only supports new-style 'file_prefix';
wenzelm
parents:
70011
diff
changeset
|
769 |
* 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
|
770 |
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
|
771 |
'export_code'. Minor INCOMPATIBILITY. |
49e178cbf923
'code_reflect' only supports new-style 'file_prefix';
wenzelm
parents:
70011
diff
changeset
|
772 |
|
69743 | 773 |
* Code generation for OCaml: proper strings are used for literals. |
774 |
Minor INCOMPATIBILITY. |
|
775 |
||
69926
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
776 |
* Code generation for OCaml: Zarith supersedes Nums as library for |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
777 |
proper integer arithmetic. The library is located via standard |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
778 |
invocations of "ocamlfind" (via ISABELLE_OCAMLFIND settings variable). |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
779 |
The environment provided by "isabelle ocaml_setup" already contains this |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
780 |
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
|
781 |
|
69690 | 782 |
* Code generation for Haskell: code includes for Haskell must contain |
783 |
proper module frame, nothing is added magically any longer. |
|
784 |
INCOMPATIBILITY. |
|
785 |
||
70023 | 786 |
* Code generation: slightly more conventional syntax for 'code_stmts' |
787 |
antiquotation. Minor INCOMPATIBILITY. |
|
788 |
||
789 |
* Theory List: the precedence of the list_update operator has changed: |
|
790 |
"f a [n := x]" now needs to be written "(f a)[n := x]". |
|
791 |
||
792 |
* The functions \<Union>, \<Inter>, \<Squnion>, \<Sqinter> (not the corresponding binding operators) |
|
793 |
now have the same precedence as any other prefix function symbol. Minor |
|
794 |
INCOMPATIBILITY. |
|
69861
62e47f06d22c
avoid context-sensitive simp rules whose context-free form (image_comp) is not simp by default
haftmann
parents:
69854
diff
changeset
|
795 |
|
68796
9ca183045102
simplified syntax setup for big operators under image, retaining input abbreviations for backward compatibility
haftmann
parents:
68770
diff
changeset
|
796 |
* 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
|
797 |
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
|
798 |
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
|
799 |
SUPREMUM, UNION, INTER should now rarely occur in output and are just |
70237 | 800 |
retained as migration auxiliary. Abbreviations MINIMUM and MAXIMUM |
801 |
are gone INCOMPATIBILITY. |
|
68796
9ca183045102
simplified syntax setup for big operators under image, retaining input abbreviations for backward compatibility
haftmann
parents:
68770
diff
changeset
|
802 |
|
70023 | 803 |
* The simplifier uses image_cong_simp as a congruence rule. The historic |
804 |
and not really well-formed congruence rules INF_cong*, SUP_cong*, are |
|
805 |
not used by default any longer. INCOMPATIBILITY; consider using declare |
|
806 |
image_cong_simp [cong del] in extreme situations. |
|
807 |
||
808 |
* INF_image and SUP_image are no default simp rules any longer. |
|
809 |
INCOMPATIBILITY, prefer image_comp as simp rule if needed. |
|
68938 | 810 |
|
69164 | 811 |
* 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
|
812 |
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
|
813 |
rules produced for mappers by the datatype package. INCOMPATIBILITY. |
69164 | 814 |
|
70023 | 815 |
* Retired lemma card_Union_image; use the simpler card_UN_disjoint |
816 |
instead. INCOMPATIBILITY. |
|
817 |
||
818 |
* Facts sum_mset.commute and prod_mset.commute have been renamed to |
|
819 |
sum_mset.swap and prod_mset.swap, similarly to sum.swap and prod.swap. |
|
820 |
INCOMPATIBILITY. |
|
821 |
||
822 |
* ML structure Inductive: slightly more conventional naming schema. |
|
823 |
Minor INCOMPATIBILITY. |
|
824 |
||
825 |
* ML: Various _global variants of specification tools have been removed. |
|
826 |
Minor INCOMPATIBILITY, prefer combinators |
|
827 |
Named_Target.theory_map[_result] to lift specifications to the global |
|
828 |
theory level. |
|
829 |
||
830 |
* Theory HOL-Library.Simps_Case_Conv: 'case_of_simps' now supports |
|
831 |
overlapping and non-exhaustive patterns and handles arbitrarily nested |
|
832 |
patterns. It uses on the same algorithm as HOL-Library.Code_Lazy, which |
|
833 |
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
|
834 |
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
|
835 |
INCOMPATIBILITY. |
de09a7261120
new implementation for case_of_simps based on Code_Lazy's pattern matching elimination algorithm
Andreas Lochbihler
parents:
69506
diff
changeset
|
836 |
|
70297 | 837 |
* Theory HOL-Library.Multiset: the \<Union># operator now has the same |
70023 | 838 |
precedence as any other prefix function symbol. |
839 |
||
70080 | 840 |
* Theory HOL-Library.Cardinal_Notations has been discontinued in favor |
70168 | 841 |
of the bundle cardinal_syntax (available in theory Main). Minor |
842 |
INCOMPATIBILITY. |
|
70080 | 843 |
|
70023 | 844 |
* Session HOL-Library and HOL-Number_Theory: Exponentiation by squaring, |
845 |
used for computing powers in class "monoid_mult" and modular |
|
846 |
exponentiation. |
|
847 |
||
848 |
* Session HOL-Computational_Algebra: Formal Laurent series and overhaul |
|
849 |
of Formal power series. |
|
850 |
||
851 |
* Session HOL-Number_Theory: More material on residue rings in |
|
852 |
Carmichael's function, primitive roots, more properties for "ord". |
|
853 |
||
70125
b601c2c87076
type instantiations for poly_mapping as a real_normed_vector
paulson <lp15@cam.ac.uk>
parents:
70106
diff
changeset
|
854 |
* 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
|
855 |
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
|
856 |
|
70164
1f163f772da3
Group theory developments towards proving algebraic closure (by de Vilhena and Baillon)
paulson <lp15@cam.ac.uk>
parents:
70143
diff
changeset
|
857 |
* 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
|
858 |
algebraic closure of a field by de Vilhena and Baillon. |
70032 | 859 |
|
70168 | 860 |
* Session HOL-Homology has been added. It is a port of HOL Light's |
861 |
homology library, with new proofs of "invariance of domain" and related |
|
862 |
results. |
|
863 |
||
69099
d44cb8a3e5e0
HOL-SPARK .prv files are no longer written to the file-system;
wenzelm
parents:
69094
diff
changeset
|
864 |
* 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
|
865 |
file-system, but exported to the session database. Results may be |
70026 | 866 |
retrieved via "isabelle build -e HOL-SPARK-Examples" on the |
867 |
command-line. |
|
69099
d44cb8a3e5e0
HOL-SPARK .prv files are no longer written to the file-system;
wenzelm
parents:
69094
diff
changeset
|
868 |
|
70023 | 869 |
* Sledgehammer: |
870 |
- The URL for SystemOnTPTP, which is used by remote provers, has been |
|
871 |
updated. |
|
872 |
- The machine-learning-based filter MaSh has been optimized to take |
|
873 |
less time (in most cases). |
|
874 |
||
875 |
* SMT: reconstruction is now possible using the SMT solver veriT. |
|
876 |
||
70174 | 877 |
* Session HOL-Word: |
878 |
* New theory More_Word as comprehensive entrance point. |
|
70175 | 879 |
* Merged type class bitss into type class bits. |
70174 | 880 |
INCOMPATIBILITY. |
881 |
||
68796
9ca183045102
simplified syntax setup for big operators under image, retaining input abbreviations for backward compatibility
haftmann
parents:
68770
diff
changeset
|
882 |
|
68803 | 883 |
*** ML *** |
884 |
||
70023 | 885 |
* Command 'generate_file' allows to produce sources for other languages, |
886 |
with antiquotations in the Isabelle context (only the control-cartouche |
|
887 |
form). The default "cartouche" antiquotation evaluates an ML expression |
|
888 |
of type string and inlines the result as a string literal of the target |
|
889 |
language. For example, this works for Haskell as follows: |
|
890 |
||
891 |
generate_file "Pure.hs" = \<open> |
|
892 |
module Isabelle.Pure where |
|
893 |
allConst, impConst, eqConst :: String |
|
894 |
allConst = \<open>\<^const_name>\<open>Pure.all\<close>\<close> |
|
895 |
impConst = \<open>\<^const_name>\<open>Pure.imp\<close>\<close> |
|
896 |
eqConst = \<open>\<^const_name>\<open>Pure.eq\<close>\<close> |
|
897 |
\<close> |
|
898 |
||
70082
4f936de6d9b8
tuned -- prefer Isar command 'compile_generated_files';
wenzelm
parents:
70080
diff
changeset
|
899 |
See also commands 'export_generated_files' and 'compile_generated_files' |
4f936de6d9b8
tuned -- prefer Isar command 'compile_generated_files';
wenzelm
parents:
70080
diff
changeset
|
900 |
to use the results. |
68803 | 901 |
|
70260 | 902 |
* ML evaluation (notably via command 'ML' or 'ML_file') is subject to |
68824 | 903 |
option ML_environment to select a named environment, such as "Isabelle" |
70260 | 904 |
for Isabelle/ML, or "SML" for official Standard ML. |
68803 | 905 |
|
69381
4c9b4e2c5460
more general command 'generate_file' for registered file types, notably Haskell;
wenzelm
parents:
69377
diff
changeset
|
906 |
* 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
|
907 |
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
|
908 |
|
69470 | 909 |
* ML antiquotation @{verbatim} inlines its argument as string literal, |
910 |
preserving newlines literally. The short form \<^verbatim>\<open>abc\<close> is particularly |
|
911 |
useful. |
|
912 |
||
70023 | 913 |
* Local_Theory.reset is no longer available in user space. Regular |
914 |
definitional packages should use balanced blocks of |
|
915 |
Local_Theory.open_target versus Local_Theory.close_target instead, or |
|
916 |
the Local_Theory.subtarget(_result) combinator. Rare INCOMPATIBILITY. |
|
917 |
||
918 |
* Original PolyML.pointerEq is retained as a convenience for tools that |
|
919 |
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
|
920 |
|
69282 | 921 |
|
68883
3653b3ad729e
clarified Thy_Resources.Session.use_theories: "terminated" node status is sufficient;
wenzelm
parents:
68879
diff
changeset
|
922 |
*** System *** |
3653b3ad729e
clarified Thy_Resources.Session.use_theories: "terminated" node status is sufficient;
wenzelm
parents:
68879
diff
changeset
|
923 |
|
70031 | 924 |
* Update to OpenJDK 11: the current long-term support version of Java. |
70023 | 925 |
|
926 |
* Update to Poly/ML 5.8 allows to use the native x86_64 platform without |
|
927 |
the full overhead of 64-bit values everywhere. This special x86_64_32 |
|
928 |
mode provides up to 16GB ML heap, while program code and stacks are |
|
929 |
allocated elsewhere. Thus approx. 5 times more memory is available for |
|
930 |
applications compared to old x86 mode (which is no longer used by |
|
931 |
Isabelle). The switch to the x86_64 CPU architecture also avoids |
|
932 |
compatibility problems with Linux and macOS, where 32-bit applications |
|
933 |
are gradually phased out. |
|
934 |
||
935 |
* System option "checkpoint" has been discontinued: obsolete thanks to |
|
936 |
improved memory management in Poly/ML. |
|
937 |
||
938 |
* 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
|
939 |
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
|
940 |
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
|
941 |
INCOMPATIBILITY in command-line syntax. |
cc0b3e177b49
system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents:
69829
diff
changeset
|
942 |
|
70023 | 943 |
* Session directory $ISABELLE_HOME/src/Tools/Haskell provides some |
944 |
source modules for Isabelle tools implemented in Haskell, notably for |
|
945 |
Isabelle/PIDE. |
|
946 |
||
947 |
* The command-line tool "isabelle build -e" retrieves theory exports |
|
948 |
from the session build database, using 'export_files' in session ROOT |
|
949 |
entries. |
|
950 |
||
69585 | 951 |
* The command-line tool "isabelle update" uses Isabelle/PIDE in |
952 |
batch-mode to update theory sources based on semantic markup produced in |
|
69609 | 953 |
Isabelle/ML. Actual updates depend on system options that may be enabled |
69588 | 954 |
via "-u OPT" (for "update_OPT"), see also $ISABELLE_HOME/etc/options |
955 |
section "Theory update". Theory sessions are specified as in "isabelle |
|
69585 | 956 |
dump". |
957 |
||
69592
a80d8ec6c998
support for isabelle update -u control_cartouches;
wenzelm
parents:
69588
diff
changeset
|
958 |
* The command-line tool "isabelle update -u control_cartouches" changes |
a80d8ec6c998
support for isabelle update -u control_cartouches;
wenzelm
parents:
69588
diff
changeset
|
959 |
antiquotations into control-symbol format (where possible): @{NAME} |
a80d8ec6c998
support for isabelle update -u control_cartouches;
wenzelm
parents:
69588
diff
changeset
|
960 |
becomes \<^NAME> and @{NAME ARG} becomes \<^NAME>\<open>ARG\<close>. |
a80d8ec6c998
support for isabelle update -u control_cartouches;
wenzelm
parents:
69588
diff
changeset
|
961 |
|
69277
258bef08b31e
support for user-defined Isabelle/Scala command-line tools;
wenzelm
parents:
69273
diff
changeset
|
962 |
* 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
|
963 |
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
|
964 |
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
|
965 |
component). |
258bef08b31e
support for user-defined Isabelle/Scala command-line tools;
wenzelm
parents:
69273
diff
changeset
|
966 |
|
70023 | 967 |
* Isabelle Server command "use_theories" supports "nodes_status_delay" |
69044 | 968 |
for continuous output of node status information. The time interval is |
969 |
specified in seconds; a negative value means it is disabled (default). |
|
970 |
||
971 |
* 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
|
972 |
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
|
973 |
is no longer required. |
3653b3ad729e
clarified Thy_Resources.Session.use_theories: "terminated" node status is sufficient;
wenzelm
parents:
68879
diff
changeset
|
974 |
|
69926
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
975 |
* OCaml tools and libraries are now accesed via ISABELLE_OCAMLFIND, |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
976 |
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
|
977 |
OPAM, see below). INCOMPATIBILITY: settings variables ISABELLE_OCAML and |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
978 |
ISABELLE_OCAMLC are no longer supported. |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
979 |
|
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
|
980 |
* 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
|
981 |
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
|
982 |
|
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
|
983 |
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
|
984 |
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
|
985 |
|
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
|
986 |
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
|
987 |
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
|
988 |
|
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
|
989 |
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
|
990 |
(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
|
991 |
|
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
|
992 |
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
|
993 |
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
|
994 |
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
|
995 |
|
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
|
996 |
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
|
997 |
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
|
998 |
|
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
|
999 |
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
|
1000 |
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
|
1001 |
|
69269 | 1002 |
ISABELLE_GHC |
1003 |
||
69926
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
1004 |
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
|
1005 |
|
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
|
1006 |
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
|
1007 |
be recovered by purging the directories ISABELLE_STACK_ROOT / |
69926
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
1008 |
ISABELLE_OPAM_ROOT, or by resetting these variables in |
110fff287217
access OCaml tools and libraries via ISABELLE_OCAMLFIND;
wenzelm
parents:
69914
diff
changeset
|
1009 |
$ISABELLE_HOME_USER/etc/settings. |
69189 | 1010 |
|
69822
8c587dd44f51
updated to polyml-5.8-20190220 (pre-release of Poly/ML 5.8);
wenzelm
parents:
69811
diff
changeset
|
1011 |
|
68883
3653b3ad729e
clarified Thy_Resources.Session.use_theories: "terminated" node status is sufficient;
wenzelm
parents:
68879
diff
changeset
|
1012 |
|
68391 | 1013 |
New in Isabelle2018 (August 2018) |
1014 |
--------------------------------- |
|
66651 | 1015 |
|
66712 | 1016 |
*** General *** |
1017 |
||
68393 | 1018 |
* Session-qualified theory names are mandatory: it is no longer possible |
1019 |
to refer to unqualified theories from the parent session. |
|
1020 |
INCOMPATIBILITY for old developments that have not been updated to |
|
1021 |
Isabelle2017 yet (using the "isabelle imports" tool). |
|
1022 |
||
1023 |
* Only the most fundamental theory names are global, usually the entry |
|
1024 |
points to major logic sessions: Pure, Main, Complex_Main, HOLCF, IFOL, |
|
1025 |
FOL, ZF, ZFC etc. INCOMPATIBILITY, need to use qualified names for |
|
1026 |
formerly global "HOL-Probability.Probability" and "HOL-SPARK.SPARK". |
|
1027 |
||
68558
7aae213d9e69
discontinued pending_shyps: too much complication due to lazy facts;
wenzelm
parents:
68548
diff
changeset
|
1028 |
* 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
|
1029 |
Rare INCOMPATIBILITY. |
68540 | 1030 |
|
68661 | 1031 |
* Facts stemming from locale interpretation are subject to lazy |
1032 |
evaluation for improved performance. Rare INCOMPATIBILITY: errors |
|
1033 |
stemming from interpretation morphisms might be deferred and thus |
|
1034 |
difficult to locate; enable system option "strict_facts" temporarily to |
|
1035 |
avoid this. |
|
1036 |
||
67446 | 1037 |
* Marginal comments need to be written exclusively in the new-style form |
1038 |
"\<comment> \<open>text\<close>", old ASCII variants like "-- {* ... *}" are no longer |
|
1039 |
supported. INCOMPATIBILITY, use the command-line tool "isabelle |
|
1040 |
update_comments" to update existing theory files. |
|
1041 |
||
67507 | 1042 |
* Old-style inner comments (* ... *) within the term language are legacy |
1043 |
and will be discontinued soon: use formal comments "\<comment> \<open>...\<close>" or "\<^cancel>\<open>...\<close>" |
|
1044 |
instead. |
|
1045 |
||
67402 | 1046 |
* The "op <infix-op>" syntax for infix operators has been replaced by |
67400 | 1047 |
"(<infix-op>)". If <infix-op> begins or ends with a "*", there needs to |
1048 |
be a space between the "*" and the corresponding parenthesis. |
|
68543 | 1049 |
INCOMPATIBILITY, use the command-line tool "isabelle update_op" to |
1050 |
convert theory and ML files to the new syntax. Because it is based on |
|
1051 |
regular expression matching, the result may need a bit of manual |
|
1052 |
postprocessing. Invoking "isabelle update_op" converts all files in the |
|
1053 |
current directory (recursively). In case you want to exclude conversion |
|
1054 |
of ML files (because the tool frequently also converts ML's "op" |
|
1055 |
syntax), use option "-m". |
|
67398 | 1056 |
|
67013
335a7dce7cb3
more uniform header syntax, in contrast to the former etc/abbrevs file-format (see 73939a9b70a3);
wenzelm
parents:
66994
diff
changeset
|
1057 |
* 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
|
1058 |
INCOMPATIBILITY. |
335a7dce7cb3
more uniform header syntax, in contrast to the former etc/abbrevs file-format (see 73939a9b70a3);
wenzelm
parents:
66994
diff
changeset
|
1059 |
|
66757 | 1060 |
* Command 'external_file' declares the formal dependency on the given |
1061 |
file name, such that the Isabelle build process knows about it, but |
|
1062 |
without specific Prover IDE management. |
|
1063 |
||
66759 | 1064 |
* Session ROOT entries no longer allow specification of 'files'. Rare |
1065 |
INCOMPATIBILITY, use command 'external_file' within a proper theory |
|
1066 |
context. |
|
1067 |
||
66764
006deaf5c3dc
process ROOT files only once, which allows duplicate (or overlapping) session root directories;
wenzelm
parents:
66759
diff
changeset
|
1068 |
* 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
|
1069 |
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
|
1070 |
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
|
1071 |
-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
|
1072 |
|
006deaf5c3dc
process ROOT files only once, which allows duplicate (or overlapping) session root directories;
wenzelm
parents:
66759
diff
changeset
|
1073 |
isabelle build -D '~~/src/ZF' |
006deaf5c3dc
process ROOT files only once, which allows duplicate (or overlapping) session root directories;
wenzelm
parents:
66759
diff
changeset
|
1074 |
|
67263 | 1075 |
* The command 'display_drafts' has been discontinued. INCOMPATIBILITY, |
1076 |
use action "isabelle.draft" (or "print") in Isabelle/jEdit instead. |
|
1077 |
||
68393 | 1078 |
* In HTML output, the Isabelle symbol "\<hyphen>" is rendered as explicit |
1079 |
Unicode hyphen U+2010, to avoid unclear meaning of the old "soft hyphen" |
|
1080 |
U+00AD. Rare INCOMPATIBILITY, e.g. copy-paste of historic Isabelle HTML |
|
1081 |
output. |
|
67305
ecb74607063f
more robust hyphen (see also "Soft hyphen (SHY) – a hard problem?" http://jkorpela.fi/shy.html);
wenzelm
parents:
67304
diff
changeset
|
1082 |
|
66712 | 1083 |
|
67261 | 1084 |
*** Isabelle/jEdit Prover IDE *** |
66768 | 1085 |
|
68393 | 1086 |
* The command-line tool "isabelle jedit" provides more flexible options |
1087 |
for session management: |
|
1088 |
||
68472 | 1089 |
- option -R builds an auxiliary logic image with all theories from |
1090 |
other sessions that are not already present in its parent |
|
68393 | 1091 |
|
1092 |
- option -S is like -R, with a focus on the selected session and its |
|
1093 |
descendants (this reduces startup time for big projects like AFP) |
|
1094 |
||
68472 | 1095 |
- option -A specifies an alternative ancestor session for options -R |
1096 |
and -S |
|
1097 |
||
68541 | 1098 |
- option -i includes additional sessions into the name-space of |
1099 |
theories |
|
1100 |
||
68393 | 1101 |
Examples: |
1102 |
isabelle jedit -R HOL-Number_Theory |
|
1103 |
isabelle jedit -R HOL-Number_Theory -A HOL |
|
1104 |
isabelle jedit -d '$AFP' -S Formal_SSA -A HOL |
|
1105 |
isabelle jedit -d '$AFP' -S Formal_SSA -A HOL-Analysis |
|
68541 | 1106 |
isabelle jedit -d '$AFP' -S Formal_SSA -A HOL-Analysis -i CryptHOL |
68393 | 1107 |
|
1108 |
* PIDE markup for session ROOT files: allows to complete session names, |
|
1109 |
follow links to theories and document files etc. |
|
1110 |
||
1111 |
* Completion supports theory header imports, using theory base name. |
|
1112 |
E.g. "Prob" may be completed to "HOL-Probability.Probability". |
|
1113 |
||
1114 |
* Named control symbols (without special Unicode rendering) are shown as |
|
1115 |
bold-italic keyword. This is particularly useful for the short form of |
|
1116 |
antiquotations with control symbol: \<^name>\<open>argument\<close>. The action |
|
1117 |
"isabelle.antiquoted_cartouche" turns an antiquotation with 0 or 1 |
|
1118 |
arguments into this format. |
|
1119 |
||
1120 |
* Completion provides templates for named symbols with arguments, |
|
1121 |
e.g. "\<comment> \<open>ARGUMENT\<close>" or "\<^emph>\<open>ARGUMENT\<close>". |
|
1122 |
||
68368 | 1123 |
* Slightly more parallel checking, notably for high priority print |
1124 |
functions (e.g. State output). |
|
1125 |
||
68080 | 1126 |
* The view title is set dynamically, according to the Isabelle |
1127 |
distribution and the logic session name. The user can override this via |
|
1128 |
set-view-title (stored persistently in $JEDIT_SETTINGS/perspective.xml). |
|
1129 |
||
67395
b39d596b77ce
more accurate spell-checking for nested quotations / antiquotations, notably in formal comments;
wenzelm
parents:
67381
diff
changeset
|
1130 |
* 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
|
1131 |
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
|
1132 |
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
|
1133 |
|
67248
68177abb2988
isabelle.preview presents bibtex database files as well;
wenzelm
parents:
67246
diff
changeset
|
1134 |
* Action "isabelle.preview" is able to present more file formats, |
67266 | 1135 |
notably bibtex database files and ML files. |
67246
4cedf44f2af1
isabelle.preview presents auxiliary text files as well;
wenzelm
parents:
67224
diff
changeset
|
1136 |
|
67262 | 1137 |
* Action "isabelle.draft" is similar to "isabelle.preview", but shows a |
68067 | 1138 |
plain-text document draft. Both are available via the menu "Plugins / |
1139 |
Isabelle". |
|
67262 | 1140 |
|
67304
3cf05d7cf174
more robust treatment of conflicts with existing Unicode text;
wenzelm
parents:
67303
diff
changeset
|
1141 |
* 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
|
1142 |
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
|
1143 |
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
|
1144 |
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
|
1145 |
Unicode content when saving the file. |
3cf05d7cf174
more robust treatment of conflicts with existing Unicode text;
wenzelm
parents:
67303
diff
changeset
|
1146 |
|
68545 | 1147 |
* Bibtex database files (.bib) are semantically checked. |
1148 |
||
67993 | 1149 |
* Update to jedit-5.5.0, the latest release. |
1150 |
||
67246
4cedf44f2af1
isabelle.preview presents auxiliary text files as well;
wenzelm
parents:
67224
diff
changeset
|
1151 |
|
67261 | 1152 |
*** Isabelle/VSCode Prover IDE *** |
1153 |
||
1154 |
* HTML preview of theories and other file-formats similar to |
|
1155 |
Isabelle/jEdit. |
|
1156 |
||
68690
354c04092cd0
more flexible session selection as in "isabelle jedit";
wenzelm
parents:
68681
diff
changeset
|
1157 |
* Command-line tool "isabelle vscode_server" accepts the same options |
354c04092cd0
more flexible session selection as in "isabelle jedit";
wenzelm
parents:
68681
diff
changeset
|
1158 |
-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
|
1159 |
relevant for isabelle.args configuration settings in VSCode. The former |
354c04092cd0
more flexible session selection as in "isabelle jedit";
wenzelm
parents:
68681
diff
changeset
|
1160 |
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
|
1161 |
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
|
1162 |
spot in the session structure. INCOMPATIBILITY. |
354c04092cd0
more flexible session selection as in "isabelle jedit";
wenzelm
parents:
68681
diff
changeset
|
1163 |
|
66768 | 1164 |
|
67140 | 1165 |
*** Document preparation *** |
1166 |
||
67448 | 1167 |
* Formal comments work uniformly in outer syntax, inner syntax (term |
1168 |
language), Isabelle/ML and some other embedded languages of Isabelle. |
|
1169 |
See also "Document comments" in the isar-ref manual. The following forms |
|
1170 |
are supported: |
|
1171 |
||
1172 |
- marginal text comment: \<comment> \<open>\<dots>\<close> |
|
1173 |
- canceled source: \<^cancel>\<open>\<dots>\<close> |
|
1174 |
- raw LaTeX: \<^latex>\<open>\<dots>\<close> |
|
67413 | 1175 |
|
67381 | 1176 |
* Outside of the inner theory body, the default presentation context is |
1177 |
theory Pure. Thus elementary antiquotations may be used in markup |
|
1178 |
commands (e.g. 'chapter', 'section', 'text') and formal comments. |
|
1179 |
||
68513 | 1180 |
* System option "document_tags" specifies alternative command tags. This |
1181 |
is occasionally useful to control the global visibility of commands via |
|
1182 |
session options (e.g. in ROOT). |
|
67140 | 1183 |
|
1184 |
* Document markup commands ('section', 'text' etc.) are implicitly |
|
1185 |
tagged as "document" and visible by default. This avoids the application |
|
1186 |
of option "document_tags" to these commands. |
|
1187 |
||
67145 | 1188 |
* Isabelle names are mangled into LaTeX macro names to allow the full |
1189 |
identifier syntax with underscore, prime, digits. This is relevant for |
|
1190 |
antiquotations in control symbol notation, e.g. \<^const_name> becomes |
|
1191 |
\isactrlconstUNDERSCOREname. |
|
1192 |
||
68393 | 1193 |
* Document preparation with skip_proofs option now preserves the content |
1194 |
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
|
1195 |
|
68484 | 1196 |
* Document antiquotation @{theory name} requires the long |
1197 |
session-qualified theory name: this is what users reading the text |
|
1198 |
normally need to import. |
|
1199 |
||
67219 | 1200 |
* Document antiquotation @{session name} checks and prints the given |
1201 |
session name verbatim. |
|
1202 |
||
68393 | 1203 |
* Document antiquotation @{cite} now checks the given Bibtex entries |
1204 |
against the Bibtex database files -- only in batch-mode session builds. |
|
67157 | 1205 |
|
67176
13b5c3ff1954
re-implemented "isabelle document" in Isabelle/Scala, include latex_errors here;
wenzelm
parents:
67173
diff
changeset
|
1206 |
* 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
|
1207 |
Isabelle/Scala, with simplified arguments and explicit errors from the |
67203 | 1208 |
latex and bibtex process. Minor INCOMPATIBILITY. |
67173 | 1209 |
|
68393 | 1210 |
* Session ROOT entry: empty 'document_files' means there is no document |
1211 |
for this session. There is no need to specify options [document = false] |
|
1212 |
anymore. |
|
1213 |
||
67140 | 1214 |
|
67702
2d9918f5b33c
command 'interpret' no longer exposes resulting theorems as literal facts;
wenzelm
parents:
67616
diff
changeset
|
1215 |
*** Isar *** |
2d9918f5b33c
command 'interpret' no longer exposes resulting theorems as literal facts;
wenzelm
parents:
67616
diff
changeset
|
1216 |
|
2d9918f5b33c
command 'interpret' no longer exposes resulting theorems as literal facts;
wenzelm
parents:
67616
diff
changeset
|
1217 |
* 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
|
1218 |
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
|
1219 |
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
|
1220 |
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
|
1221 |
(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
|
1222 |
|
68393 | 1223 |
* The old 'def' command has been discontinued (legacy since |
1224 |
Isbelle2016-1). INCOMPATIBILITY, use 'define' instead -- usually with |
|
1225 |
object-logic equality or equivalence. |
|
1226 |
||
68543 | 1227 |
|
1228 |
*** Pure *** |
|
1229 |
||
1230 |
* The inner syntax category "sort" now includes notation "_" for the |
|
1231 |
dummy sort: it is effectively ignored in type-inference. |
|
1232 |
||
67740 | 1233 |
* Rewrites clauses (keyword 'rewrites') were moved into the locale |
68393 | 1234 |
expression syntax, where they are part of locale instances. In |
1235 |
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
|
1236 |
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
|
1237 |
rewriting may need to be pulled up into the surrounding theory. |
68393 | 1238 |
|
1239 |
* For 'rewrites' clauses, if activating a locale instance fails, fall |
|
1240 |
back to reading the clause first. This helps avoid qualification of |
|
67764 | 1241 |
locale instances where the qualifier's sole purpose is avoiding |
1242 |
duplicate constant declarations. |
|
67741
d5a7f2c54655
Fall back to reading rewrite morphism first if activation fails without it.
ballarin
parents:
67740
diff
changeset
|
1243 |
|
68543 | 1244 |
* Proof method "simp" now supports a new modifier "flip:" followed by a |
1245 |
list of theorems. Each of these theorems is removed from the simpset |
|
1246 |
(without warning if it is not there) and the symmetric version of the |
|
1247 |
theorem (i.e. lhs and rhs exchanged) is added to the simpset. For "auto" |
|
1248 |
and friends the modifier is "simp flip:". |
|
67718 | 1249 |
|
1250 |
||
66661 | 1251 |
*** HOL *** |
1252 |
||
68568 | 1253 |
* Sledgehammer: bundled version of "vampire" (for non-commercial users) |
1254 |
helps to avoid fragility of "remote_vampire" service. |
|
1255 |
||
68028 | 1256 |
* Clarified relationship of characters, strings and code generation: |
1257 |
||
68393 | 1258 |
- Type "char" is now a proper datatype of 8-bit values. |
1259 |
||
1260 |
- Conversions "nat_of_char" and "char_of_nat" are gone; use more |
|
1261 |
general conversions "of_char" and "char_of" with suitable type |
|
1262 |
constraints instead. |
|
1263 |
||
1264 |
- The zero character is just written "CHR 0x00", not "0" any longer. |
|
1265 |
||
1266 |
- Type "String.literal" (for code generation) is now isomorphic to |
|
1267 |
lists of 7-bit (ASCII) values; concrete values can be written as |
|
1268 |
"STR ''...''" for sequences of printable characters and "STR 0x..." |
|
1269 |
for one single ASCII code point given as hexadecimal numeral. |
|
1270 |
||
1271 |
- Type "String.literal" supports concatenation "... + ..." for all |
|
1272 |
standard target languages. |
|
1273 |
||
1274 |
- Theory HOL-Library.Code_Char is gone; study the explanations |
|
1275 |
concerning "String.literal" in the tutorial on code generation to |
|
1276 |
get an idea how target-language string literals can be converted to |
|
1277 |
HOL string values and vice versa. |
|
1278 |
||
1279 |
- Session Imperative-HOL: operation "raise" directly takes a value of |
|
1280 |
type "String.literal" as argument, not type "string". |
|
1281 |
||
1282 |
INCOMPATIBILITY. |
|
1283 |
||
1284 |
* Code generation: Code generation takes an explicit option |
|
1285 |
"case_insensitive" to accomodate case-insensitive file systems. |
|
1286 |
||
1287 |
* Abstract bit operations as part of Main: push_bit, take_bit, drop_bit. |
|
1288 |
||
1289 |
* New, more general, axiomatization of complete_distrib_lattice. The |
|
1290 |
former axioms: |
|
1291 |
||
1292 |
"sup x (Inf X) = Inf (sup x ` X)" and "inf x (Sup X) = Sup (inf x ` X)" |
|
1293 |
||
1294 |
are replaced by: |
|
1295 |
||
1296 |
"Inf (Sup ` A) <= Sup (Inf ` {f ` A | f . (! Y \<in> A . f Y \<in> Y)})" |
|
1297 |
||
1298 |
The instantiations of sets and functions as complete_distrib_lattice are |
|
1299 |
moved to Hilbert_Choice.thy because their proofs need the Hilbert choice |
|
1300 |
operator. The dual of this property is also proved in theory |
|
1301 |
HOL.Hilbert_Choice. |
|
67831
07f5588f2735
Removed stray 'sledgehammer' invocation
Manuel Eberl <eberlm@in.tum.de>
parents:
67830
diff
changeset
|
1302 |
|
67999
1b05f74f2e5f
tidying up including contributions from Paulo EmÃlio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
67993
diff
changeset
|
1303 |
* New syntax for the minimum/maximum of a function over a finite set: |
68393 | 1304 |
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
|
1305 |
|
67525
5d04d7bcd5f6
avoid concrete (anti)mono in theorem names since it could be the other way round
haftmann
parents:
67510
diff
changeset
|
1306 |
* Clarifed theorem names: |
5d04d7bcd5f6
avoid concrete (anti)mono in theorem names since it could be the other way round
haftmann
parents:
67510
diff
changeset
|
1307 |
|
5d04d7bcd5f6
avoid concrete (anti)mono in theorem names since it could be the other way round
haftmann
parents:
67510
diff
changeset
|
1308 |
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
|
1309 |
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
|
1310 |
|
5d04d7bcd5f6
avoid concrete (anti)mono in theorem names since it could be the other way round
haftmann
parents:
67510
diff
changeset
|
1311 |
Minor INCOMPATIBILITY. |
5d04d7bcd5f6
avoid concrete (anti)mono in theorem names since it could be the other way round
haftmann
parents:
67510
diff
changeset
|
1312 |
|
66661 | 1313 |
* SMT module: |
68393 | 1314 |
|
66661 | 1315 |
- The 'smt_oracle' option is now necessary when using the 'smt' method |
66662 | 1316 |
with a solver other than Z3. INCOMPATIBILITY. |
68393 | 1317 |
|
66844 | 1318 |
- The encoding to first-order logic is now more complete in the |
1319 |
presence of higher-order quantifiers. An 'smt_explicit_application' |
|
1320 |
option has been added to control this. INCOMPATIBILITY. |
|
1321 |
||
66804
3f9bb52082c4
avoid name clashes on interpretation of abstract locales
haftmann
parents:
66803
diff
changeset
|
1322 |
* Facts sum.commute(_restrict) and prod.commute(_restrict) renamed to |
66844 | 1323 |
sum.swap(_restrict) and prod.swap(_restrict), to avoid name clashes on |
1324 |
interpretation of abstract locales. INCOMPATIBILITY. |
|
66804
3f9bb52082c4
avoid name clashes on interpretation of abstract locales
haftmann
parents:
66803
diff
changeset
|
1325 |
|
68393 | 1326 |
* Predicate coprime is now a real definition, not a mere abbreviation. |
1327 |
INCOMPATIBILITY. |
|
1328 |
||
66803 | 1329 |
* Predicate pairwise_coprime abolished, use "pairwise coprime" instead. |
1330 |
INCOMPATIBILITY. |
|
1331 |
||
68373 | 1332 |
* The relator rel_filter on filters has been strengthened to its |
68393 | 1333 |
canonical categorical definition with better properties. |
1334 |
INCOMPATIBILITY. |
|
67616
1d005f514417
strengthen filter relator to canonical categorical definition with better properties
Andreas Lochbihler
parents:
67591
diff
changeset
|
1335 |
|
68072
493b818e8e10
added Johannes' generalizations Modules.thy and Vector_Spaces.thy; adapted HOL and HOL-Analysis accordingly
immler
parents:
67999
diff
changeset
|
1336 |
* 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
|
1337 |
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
|
1338 |
Renamed: |
68393 | 1339 |
|
1340 |
span_inc ~> span_superset |
|
1341 |
span_superset ~> span_base |
|
1342 |
span_eq ~> span_eq_iff |
|
1343 |
||
1344 |
INCOMPATIBILITY. |
|
66844 | 1345 |
|
66937 | 1346 |
* Class linordered_semiring_1 covers zero_less_one also, ruling out |
1347 |
pathologic instances. Minor INCOMPATIBILITY. |
|
1348 |
||
68393 | 1349 |
* Theory HOL.List: functions "sorted_wrt" and "sorted" now compare every |
1350 |
element in a list to all following elements, not just the next one. |
|
1351 |
||
1352 |
* Theory HOL.List syntax: |
|
1353 |
||
1354 |
- filter-syntax "[x <- xs. P]" is no longer output syntax, but only |
|
1355 |
input syntax |
|
1356 |
||
1357 |
- 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
|
1358 |
|
68450 | 1359 |
* Theory Map: "empty" must now be qualified as "Map.empty". |
1360 |
||
67051 | 1361 |
* Removed nat-int transfer machinery. Rare INCOMPATIBILITY. |
1362 |
||
68100 | 1363 |
* Fact mod_mult_self4 (on nat) renamed to Suc_mod_mult_self3, to avoid |
1364 |
clash with fact mod_mult_self4 (on more generic semirings). |
|
1365 |
INCOMPATIBILITY. |
|
1366 |
||
1367 |
* Eliminated some theorem aliasses: |
|
1368 |
even_times_iff ~> even_mult_iff |
|
1369 |
mod_2_not_eq_zero_eq_one_nat ~> not_mod_2_eq_0_eq_1 |
|
1370 |
even_of_nat ~> even_int_iff |
|
1371 |
||
1372 |
INCOMPATIBILITY. |
|
1373 |
||
68157 | 1374 |
* Eliminated some theorem duplicate variations: |
68393 | 1375 |
|
1376 |
- dvd_eq_mod_eq_0_numeral can be replaced by dvd_eq_mod_eq_0 |
|
1377 |
- mod_Suc_eq_Suc_mod can be replaced by mod_Suc |
|
1378 |
- mod_Suc_eq_Suc_mod [symmetrict] can be replaced by mod_simps |
|
1379 |
- mod_eq_0_iff can be replaced by mod_eq_0_iff_dvd and dvd_def |
|
1380 |
- the witness of mod_eqD can be given directly as "_ div _" |
|
68157 | 1381 |
|
1382 |
INCOMPATIBILITY. |
|
1383 |
||
68260 | 1384 |
* Classical setup: Assumption "m mod d = 0" (for m d :: nat) is no |
68393 | 1385 |
longer aggresively destroyed to "\<exists>q. m = d * q". INCOMPATIBILITY, adding |
1386 |
"elim!: dvd" to classical proof methods in most situations restores |
|
1387 |
broken proofs. |
|
1388 |
||
1389 |
* Theory HOL-Library.Conditional_Parametricity provides command |
|
1390 |
'parametric_constant' for proving parametricity of non-recursive |
|
1391 |
definitions. For constants that are not fully parametric the command |
|
1392 |
will infer conditions on relations (e.g., bi_unique, bi_total, or type |
|
1393 |
class conditions such as "respects 0") sufficient for parametricity. See |
|