wenzelm@3943
|
1 |
|
wenzelm@2553
|
2 |
Isabelle NEWS -- history of user-visible changes
|
wenzelm@2553
|
3 |
================================================
|
wenzelm@2553
|
4 |
|
wenzelm@3454
|
5 |
New in Isabelle???? (DATE ????)
|
wenzelm@3454
|
6 |
-------------------------------
|
wenzelm@3454
|
7 |
|
paulson@3715
|
8 |
*** General Changes ***
|
paulson@3715
|
9 |
|
wenzelm@3901
|
10 |
* hierachically structured name spaces (for consts, types, axms,
|
wenzelm@3943
|
11 |
etc.); new lexical class 'longid' (e.g. Foo.bar.x) may render much of
|
wenzelm@3943
|
12 |
old input syntactically incorrect (e.g. "%x.x"); isatool fixdots
|
wenzelm@3943
|
13 |
ensures space after dots (e.g. "%x. x"); set long_names for fully
|
wenzelm@3943
|
14 |
qualified output names; NOTE: in case of severe problems with backward
|
wenzelm@3985
|
15 |
campatibility try setting 'global_names' at compile time to disable
|
wenzelm@3943
|
16 |
qualified names for theories; may also fine tune theories via 'global'
|
wenzelm@3943
|
17 |
and 'local' section;
|
paulson@3856
|
18 |
|
wenzelm@3857
|
19 |
* HTML output now includes theory graph data for display with Java
|
wenzelm@3857
|
20 |
applet or isatool browser; data generated automatically via isatool
|
wenzelm@3901
|
21 |
usedir (see -i option, ISABELLE_USEDIR_OPTIONS);
|
wenzelm@3857
|
22 |
|
paulson@3856
|
23 |
* defs may now be conditional; improved rewrite_goals_tac to handle
|
paulson@3856
|
24 |
conditional equations;
|
paulson@3856
|
25 |
|
wenzelm@3901
|
26 |
* theory aliases via merge (e.g. M=A+B+C) no longer supported, always
|
wenzelm@3901
|
27 |
creates a new theory node; implicit merge of thms' signatures is
|
wenzelm@3901
|
28 |
restricted to 'trivial' ones, thus one may have to use
|
wenzelm@3901
|
29 |
transfer:theory->thm->thm in (rare) cases;
|
wenzelm@3901
|
30 |
|
wenzelm@3968
|
31 |
* improved handling of draft signatures / theories; draft thms (and
|
wenzelm@3968
|
32 |
ctyps, cterms) are automatically promoted to real ones;
|
wenzelm@3968
|
33 |
|
wenzelm@3901
|
34 |
* slightly changed interfaces for oracles: admit many per theory, named
|
wenzelm@3901
|
35 |
(e.g. oracle foo = mlfun), additional name argument for invoke_oracle;
|
wenzelm@3901
|
36 |
|
wenzelm@3901
|
37 |
* print_goals: optional output of const types (set show_consts and
|
wenzelm@3901
|
38 |
show_types);
|
wenzelm@3851
|
39 |
|
wenzelm@3744
|
40 |
* improved output of warnings (###) / errors (***);
|
wenzelm@3697
|
41 |
|
paulson@3715
|
42 |
* removed old README and Makefiles;
|
wenzelm@3697
|
43 |
|
paulson@3856
|
44 |
* replaced print_goals_ref hook by print_current_goals_fn and result_error_fn;
|
wenzelm@3670
|
45 |
|
paulson@3715
|
46 |
* removed obsolete init_pps and init_database;
|
paulson@3715
|
47 |
|
paulson@3715
|
48 |
* deleted the obsolete tactical STATE, which was declared by
|
paulson@3715
|
49 |
fun STATE tacfun st = tacfun st st;
|
paulson@3715
|
50 |
|
paulson@3715
|
51 |
|
paulson@3715
|
52 |
*** Classical Reasoner ***
|
paulson@3715
|
53 |
|
wenzelm@3744
|
54 |
* Clarify_tac, clarify_tac, clarify_step_tac, Clarify_step_tac: new
|
wenzelm@3744
|
55 |
tactics that use classical reasoning to simplify a subgoal without
|
wenzelm@3744
|
56 |
splitting it into several subgoals;
|
paulson@3715
|
57 |
|
paulson@3719
|
58 |
* Safe_tac: like safe_tac but uses the default claset;
|
paulson@3719
|
59 |
|
paulson@3715
|
60 |
|
paulson@3715
|
61 |
*** Simplifier ***
|
paulson@3715
|
62 |
|
paulson@3715
|
63 |
* added simplification meta rules:
|
paulson@3715
|
64 |
(asm_)(full_)simplify: simpset -> thm -> thm;
|
paulson@3715
|
65 |
|
paulson@3715
|
66 |
* simplifier.ML no longer part of Pure -- has to be loaded by object
|
paulson@3715
|
67 |
logics (again);
|
paulson@3715
|
68 |
|
paulson@3715
|
69 |
* added prems argument to simplification procedures;
|
paulson@3715
|
70 |
|
paulson@3715
|
71 |
|
paulson@3715
|
72 |
*** Syntax ***
|
paulson@3715
|
73 |
|
wenzelm@3985
|
74 |
* no longer handles consts with name "" -- declare as 'syntax' instead;
|
paulson@3856
|
75 |
|
paulson@3856
|
76 |
* pretty printer: changed order of mixfix annotation preference (again!);
|
wenzelm@3846
|
77 |
|
paulson@3715
|
78 |
* Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories;
|
paulson@3715
|
79 |
|
paulson@3715
|
80 |
|
paulson@3715
|
81 |
*** HOL ***
|
paulson@3715
|
82 |
|
wenzelm@3985
|
83 |
* HOL/TLA: Stephan Merz's formalization of Lamport's Temporal Logic of
|
wenzelm@3985
|
84 |
Actions;
|
wenzelm@3985
|
85 |
|
wenzelm@3985
|
86 |
* HOL/Auth: new protocol proofs including some for the Internet
|
wenzelm@3985
|
87 |
protocol TLS;
|
wenzelm@3985
|
88 |
|
nipkow@3982
|
89 |
* HOL/Map: new theory of `maps' a la VDM.
|
nipkow@3982
|
90 |
|
nipkow@3930
|
91 |
* HOL/simplifier: added infix function `addsplits':
|
nipkow@3930
|
92 |
instead of `<simpset> setloop (split_tac <thms>)'
|
nipkow@3964
|
93 |
you can simply write `<simpset> addsplits <thms>'
|
nipkow@3930
|
94 |
|
nipkow@3580
|
95 |
* HOL/simplifier: terms of the form
|
nipkow@3580
|
96 |
`? x. P1(x) & ... & Pn(x) & x=t & Q1(x) & ... Qn(x)' (or t=x)
|
nipkow@3580
|
97 |
are rewritten to
|
nipkow@3580
|
98 |
`P1(t) & ... & Pn(t) & Q1(t) & ... Qn(t)'
|
nipkow@3580
|
99 |
|
wenzelm@3744
|
100 |
* HOL/Lists: the function "set_of_list" has been renamed "set" (and
|
wenzelm@3744
|
101 |
its theorems too);
|
paulson@3570
|
102 |
|
wenzelm@3454
|
103 |
|
paulson@3715
|
104 |
*** HOLCF ***
|
wenzelm@3535
|
105 |
|
wenzelm@3985
|
106 |
* HOLCF: fixed LAM <x,y,zs>.b syntax;
|
wenzelm@3567
|
107 |
|
wenzelm@3744
|
108 |
* added extended adm_tac to simplifier in HOLCF -- can now discharge
|
wenzelm@3744
|
109 |
adm (%x. P (t x)), where P is chainfinite and t continuous;
|
wenzelm@3579
|
110 |
|
wenzelm@3579
|
111 |
|
paulson@3719
|
112 |
*** FOL and ZF ***
|
paulson@3719
|
113 |
|
wenzelm@3744
|
114 |
* qed_spec_mp, qed_goal_spec_mp, qed_goalw_spec_mp are available, as
|
wenzelm@3744
|
115 |
in HOL, they strip ALL and --> from proved theorems;
|
wenzelm@3744
|
116 |
|
paulson@3719
|
117 |
|
wenzelm@3579
|
118 |
|
wenzelm@3006
|
119 |
New in Isabelle94-8 (May 1997)
|
wenzelm@3006
|
120 |
------------------------------
|
wenzelm@2654
|
121 |
|
paulson@3002
|
122 |
*** General Changes ***
|
paulson@3002
|
123 |
|
paulson@3002
|
124 |
* new utilities to build / run / maintain Isabelle etc. (in parts
|
paulson@3002
|
125 |
still somewhat experimental); old Makefiles etc. still functional;
|
wenzelm@2971
|
126 |
|
wenzelm@3205
|
127 |
* new 'Isabelle System Manual';
|
wenzelm@3205
|
128 |
|
wenzelm@2825
|
129 |
* INSTALL text, together with ./configure and ./build scripts;
|
wenzelm@2773
|
130 |
|
wenzelm@3006
|
131 |
* reimplemented type inference for greater efficiency, better error
|
wenzelm@3006
|
132 |
messages and clean internal interface;
|
paulson@3002
|
133 |
|
paulson@3002
|
134 |
* prlim command for dealing with lots of subgoals (an easier way of
|
paulson@3002
|
135 |
setting goals_limit);
|
paulson@3002
|
136 |
|
wenzelm@3006
|
137 |
|
wenzelm@3006
|
138 |
*** Syntax ***
|
paulson@3002
|
139 |
|
wenzelm@3116
|
140 |
* supports alternative (named) syntax tables (parser and pretty
|
wenzelm@3116
|
141 |
printer); internal interface is provided by add_modesyntax(_i);
|
wenzelm@3116
|
142 |
|
paulson@3002
|
143 |
* Pure, FOL, ZF, HOL, HOLCF now support symbolic input and output; to
|
paulson@3002
|
144 |
be used in conjunction with the Isabelle symbol font; uses the
|
paulson@3002
|
145 |
"symbols" syntax table;
|
paulson@3002
|
146 |
|
wenzelm@2705
|
147 |
* added token_translation interface (may translate name tokens in
|
wenzelm@2756
|
148 |
arbitrary ways, dependent on their type (free, bound, tfree, ...) and
|
wenzelm@3116
|
149 |
the current print_mode); IMPORTANT: user print translation functions
|
wenzelm@3116
|
150 |
are responsible for marking newly introduced bounds
|
wenzelm@3116
|
151 |
(Syntax.mark_boundT);
|
wenzelm@2705
|
152 |
|
wenzelm@2730
|
153 |
* token translations for modes "xterm" and "xterm_color" that display
|
wenzelm@3006
|
154 |
names in bold, underline etc. or colors (which requires a color
|
wenzelm@3006
|
155 |
version of xterm);
|
wenzelm@2730
|
156 |
|
paulson@3002
|
157 |
* infixes may now be declared with names independent of their syntax;
|
paulson@3002
|
158 |
|
paulson@3002
|
159 |
* added typed_print_translation (like print_translation, but may
|
paulson@3002
|
160 |
access type of constant);
|
paulson@3002
|
161 |
|
wenzelm@3006
|
162 |
|
paulson@3002
|
163 |
*** Classical Reasoner ***
|
paulson@3002
|
164 |
|
paulson@3002
|
165 |
Blast_tac: a new tactic! It is often more powerful than fast_tac, but has
|
paulson@3002
|
166 |
some limitations. Blast_tac...
|
paulson@3002
|
167 |
+ ignores addss, addbefore, addafter; this restriction is intrinsic
|
paulson@3002
|
168 |
+ ignores elimination rules that don't have the correct format
|
paulson@3002
|
169 |
(the conclusion MUST be a formula variable)
|
paulson@3002
|
170 |
+ ignores types, which can make HOL proofs fail
|
paulson@3002
|
171 |
+ rules must not require higher-order unification, e.g. apply_type in ZF
|
paulson@3002
|
172 |
[message "Function Var's argument not a bound variable" relates to this]
|
paulson@3002
|
173 |
+ its proof strategy is more general but can actually be slower
|
paulson@3002
|
174 |
|
wenzelm@3107
|
175 |
* substitution with equality assumptions no longer permutes other
|
wenzelm@3107
|
176 |
assumptions;
|
paulson@3002
|
177 |
|
paulson@3002
|
178 |
* minor changes in semantics of addafter (now called addaltern); renamed
|
paulson@3002
|
179 |
setwrapper to setWrapper and compwrapper to compWrapper; added safe wrapper
|
wenzelm@3107
|
180 |
(and access functions for it);
|
paulson@3002
|
181 |
|
oheimb@3317
|
182 |
* improved combination of classical reasoner and simplifier:
|
oheimb@3317
|
183 |
+ functions for handling clasimpsets
|
oheimb@3317
|
184 |
+ improvement of addss: now the simplifier is called _after_ the
|
oheimb@3317
|
185 |
safe steps.
|
oheimb@3317
|
186 |
+ safe variant of addss called addSss: uses safe simplifications
|
oheimb@3317
|
187 |
_during_ the safe steps. It is more complete as it allows multiple
|
oheimb@3317
|
188 |
instantiations of unknowns (e.g. with slow_tac).
|
wenzelm@3006
|
189 |
|
paulson@3002
|
190 |
*** Simplifier ***
|
paulson@3002
|
191 |
|
wenzelm@3006
|
192 |
* added interface for simplification procedures (functions that
|
wenzelm@3006
|
193 |
produce *proven* rewrite rules on the fly, depending on current
|
wenzelm@3006
|
194 |
redex);
|
wenzelm@3006
|
195 |
|
wenzelm@3006
|
196 |
* ordering on terms as parameter (used for ordered rewriting);
|
wenzelm@3006
|
197 |
|
wenzelm@3107
|
198 |
* new functions delcongs, deleqcongs, and Delcongs. richer rep_ss;
|
paulson@3002
|
199 |
|
paulson@3002
|
200 |
* the solver is now split into a safe and an unsafe part.
|
paulson@3002
|
201 |
This should be invisible for the normal user, except that the
|
paulson@3002
|
202 |
functions setsolver and addsolver have been renamed to setSolver and
|
wenzelm@3107
|
203 |
addSolver; added safe_asm_full_simp_tac;
|
paulson@3002
|
204 |
|
paulson@3002
|
205 |
|
paulson@3002
|
206 |
*** HOL ***
|
paulson@3002
|
207 |
|
nipkow@3042
|
208 |
* a generic induction tactic `induct_tac' which works for all datatypes and
|
wenzelm@3107
|
209 |
also for type `nat';
|
nipkow@3042
|
210 |
|
nipkow@3316
|
211 |
* a generic case distinction tactic `exhaust_tac' which works for all
|
nipkow@3316
|
212 |
datatypes and also for type `nat';
|
nipkow@3316
|
213 |
|
nipkow@3316
|
214 |
* each datatype comes with a function `size';
|
nipkow@3316
|
215 |
|
paulson@3002
|
216 |
* patterns in case expressions allow tuple patterns as arguments to
|
wenzelm@3107
|
217 |
constructors, for example `case x of [] => ... | (x,y,z)#ps => ...';
|
paulson@3002
|
218 |
|
paulson@3002
|
219 |
* primrec now also works with type nat;
|
paulson@3002
|
220 |
|
paulson@3338
|
221 |
* recdef: a new declaration form, allows general recursive functions to be
|
paulson@3338
|
222 |
defined in theory files. See HOL/ex/Fib, HOL/ex/Primes, HOL/Subst/Unify.
|
paulson@3338
|
223 |
|
paulson@3002
|
224 |
* the constant for negation has been renamed from "not" to "Not" to
|
wenzelm@3107
|
225 |
harmonize with FOL, ZF, LK, etc.;
|
paulson@3002
|
226 |
|
wenzelm@3107
|
227 |
* HOL/ex/LFilter theory of a corecursive "filter" functional for
|
wenzelm@3107
|
228 |
infinite lists;
|
paulson@3002
|
229 |
|
wenzelm@3227
|
230 |
* HOL/Modelcheck demonstrates invocation of model checker oracle;
|
wenzelm@3227
|
231 |
|
paulson@3002
|
232 |
* HOL/ex/Ring.thy declares cring_simp, which solves equational
|
paulson@3002
|
233 |
problems in commutative rings, using axiomatic type classes for + and *;
|
paulson@3002
|
234 |
|
paulson@3002
|
235 |
* more examples in HOL/MiniML and HOL/Auth;
|
paulson@3002
|
236 |
|
paulson@3002
|
237 |
* more default rewrite rules for quantifiers, union/intersection;
|
paulson@3002
|
238 |
|
nipkow@3321
|
239 |
* a new constant `arbitrary == @x.False';
|
nipkow@3321
|
240 |
|
wenzelm@3107
|
241 |
* HOLCF/IOA replaces old HOL/IOA;
|
wenzelm@3107
|
242 |
|
slotosch@2653
|
243 |
* HOLCF changes: derived all rules and arities
|
slotosch@2653
|
244 |
+ axiomatic type classes instead of classes
|
slotosch@2653
|
245 |
+ typedef instead of faking type definitions
|
paulson@2747
|
246 |
+ eliminated the internal constants less_fun, less_cfun, UU_fun, UU_cfun etc.
|
wenzelm@2730
|
247 |
+ new axclasses cpo, chfin, flat with flat < chfin < pcpo < cpo < po
|
slotosch@2653
|
248 |
+ eliminated the types void, one, tr
|
slotosch@2653
|
249 |
+ use unit lift and bool lift (with translations) instead of one and tr
|
slotosch@2653
|
250 |
+ eliminated blift from Lift3.thy (use Def instead of blift)
|
wenzelm@3107
|
251 |
all eliminated rules are derived as theorems --> no visible changes ;
|
oheimb@2649
|
252 |
|
wenzelm@3006
|
253 |
|
paulson@3002
|
254 |
*** ZF ***
|
wenzelm@2553
|
255 |
|
paulson@2865
|
256 |
* ZF now has Fast_tac, Simp_tac and Auto_tac. Union_iff is a now a default
|
paulson@2865
|
257 |
rewrite rule; this may affect some proofs. eq_cs is gone but can be put back
|
paulson@2865
|
258 |
as ZF_cs addSIs [equalityI];
|
wenzelm@2553
|
259 |
|
wenzelm@2554
|
260 |
|
wenzelm@2732
|
261 |
|
wenzelm@2553
|
262 |
New in Isabelle94-7 (November 96)
|
wenzelm@2553
|
263 |
---------------------------------
|
wenzelm@2553
|
264 |
|
wenzelm@2553
|
265 |
* allowing negative levels (as offsets) in prlev and choplev;
|
wenzelm@2553
|
266 |
|
wenzelm@2554
|
267 |
* super-linear speedup for large simplifications;
|
wenzelm@2554
|
268 |
|
wenzelm@2554
|
269 |
* FOL, ZF and HOL now use miniscoping: rewriting pushes
|
wenzelm@2554
|
270 |
quantifications in as far as possible (COULD MAKE EXISTING PROOFS
|
wenzelm@2554
|
271 |
FAIL); can suppress it using the command Delsimps (ex_simps @
|
wenzelm@2554
|
272 |
all_simps); De Morgan laws are also now included, by default;
|
wenzelm@2554
|
273 |
|
wenzelm@2554
|
274 |
* improved printing of ==> : ~:
|
wenzelm@2554
|
275 |
|
wenzelm@2554
|
276 |
* new object-logic "Sequents" adds linear logic, while replacing LK
|
wenzelm@2554
|
277 |
and Modal (thanks to Sara Kalvala);
|
wenzelm@2554
|
278 |
|
wenzelm@2554
|
279 |
* HOL/Auth: correctness proofs for authentication protocols;
|
wenzelm@2554
|
280 |
|
wenzelm@2554
|
281 |
* HOL: new auto_tac combines rewriting and classical reasoning (many
|
wenzelm@2554
|
282 |
examples on HOL/Auth);
|
wenzelm@2554
|
283 |
|
wenzelm@2554
|
284 |
* HOL: new command AddIffs for declaring theorems of the form P=Q to
|
wenzelm@2554
|
285 |
the rewriter and classical reasoner simultaneously;
|
wenzelm@2554
|
286 |
|
wenzelm@2554
|
287 |
* function uresult no longer returns theorems in "standard" format;
|
wenzelm@2554
|
288 |
regain previous version by: val uresult = standard o uresult;
|
wenzelm@2554
|
289 |
|
wenzelm@2554
|
290 |
|
wenzelm@2554
|
291 |
|
wenzelm@2554
|
292 |
New in Isabelle94-6
|
wenzelm@2554
|
293 |
-------------------
|
wenzelm@2554
|
294 |
|
wenzelm@2554
|
295 |
* oracles -- these establish an interface between Isabelle and trusted
|
wenzelm@2554
|
296 |
external reasoners, which may deliver results as theorems;
|
wenzelm@2554
|
297 |
|
wenzelm@2554
|
298 |
* proof objects (in particular record all uses of oracles);
|
wenzelm@2554
|
299 |
|
wenzelm@2554
|
300 |
* Simp_tac, Fast_tac, etc. that refer to implicit simpset / claset;
|
wenzelm@2554
|
301 |
|
wenzelm@2554
|
302 |
* "constdefs" section in theory files;
|
wenzelm@2554
|
303 |
|
wenzelm@2554
|
304 |
* "primrec" section (HOL) no longer requires names;
|
wenzelm@2554
|
305 |
|
wenzelm@2554
|
306 |
* internal type "tactic" now simply "thm -> thm Sequence.seq";
|
wenzelm@2554
|
307 |
|
wenzelm@2554
|
308 |
|
wenzelm@2554
|
309 |
|
wenzelm@2554
|
310 |
New in Isabelle94-5
|
wenzelm@2554
|
311 |
-------------------
|
wenzelm@2554
|
312 |
|
wenzelm@2554
|
313 |
* reduced space requirements;
|
wenzelm@2554
|
314 |
|
wenzelm@2554
|
315 |
* automatic HTML generation from theories;
|
wenzelm@2554
|
316 |
|
wenzelm@2554
|
317 |
* theory files no longer require "..." (quotes) around most types;
|
wenzelm@2554
|
318 |
|
wenzelm@2554
|
319 |
* new examples, including two proofs of the Church-Rosser theorem;
|
wenzelm@2554
|
320 |
|
wenzelm@2554
|
321 |
* non-curried (1994) version of HOL is no longer distributed;
|
wenzelm@2554
|
322 |
|
wenzelm@2553
|
323 |
|
paulson@2557
|
324 |
|
paulson@2557
|
325 |
New in Isabelle94-4
|
paulson@2557
|
326 |
-------------------
|
paulson@2557
|
327 |
|
paulson@2747
|
328 |
* greatly reduced space requirements;
|
paulson@2557
|
329 |
|
paulson@2557
|
330 |
* theory files (.thy) no longer require \...\ escapes at line breaks;
|
paulson@2557
|
331 |
|
paulson@2557
|
332 |
* searchable theorem database (see the section "Retrieving theorems" on
|
paulson@2557
|
333 |
page 8 of the Reference Manual);
|
paulson@2557
|
334 |
|
paulson@2557
|
335 |
* new examples, including Grabczewski's monumental case study of the
|
paulson@2557
|
336 |
Axiom of Choice;
|
paulson@2557
|
337 |
|
paulson@2557
|
338 |
* The previous version of HOL renamed to Old_HOL;
|
paulson@2557
|
339 |
|
paulson@2557
|
340 |
* The new version of HOL (previously called CHOL) uses a curried syntax
|
paulson@2557
|
341 |
for functions. Application looks like f a b instead of f(a,b);
|
paulson@2557
|
342 |
|
paulson@2557
|
343 |
* Mutually recursive inductive definitions finally work in HOL;
|
paulson@2557
|
344 |
|
paulson@2557
|
345 |
* In ZF, pattern-matching on tuples is now available in all abstractions and
|
paulson@2557
|
346 |
translates to the operator "split";
|
paulson@2557
|
347 |
|
paulson@2557
|
348 |
|
paulson@2557
|
349 |
|
paulson@2557
|
350 |
New in Isabelle94-3
|
paulson@2557
|
351 |
-------------------
|
paulson@2557
|
352 |
|
paulson@2557
|
353 |
* new infix operator, addss, allowing the classical reasoner to
|
paulson@2557
|
354 |
perform simplification at each step of its search. Example:
|
paulson@2557
|
355 |
fast_tac (cs addss ss)
|
paulson@2557
|
356 |
|
paulson@2557
|
357 |
* a new logic, CHOL, the same as HOL, but with a curried syntax
|
paulson@2557
|
358 |
for functions. Application looks like f a b instead of f(a,b). Also pairs
|
paulson@2557
|
359 |
look like (a,b) instead of <a,b>;
|
paulson@2557
|
360 |
|
paulson@2557
|
361 |
* PLEASE NOTE: CHOL will eventually replace HOL!
|
paulson@2557
|
362 |
|
paulson@2557
|
363 |
* In CHOL, pattern-matching on tuples is now available in all abstractions.
|
paulson@2557
|
364 |
It translates to the operator "split". A new theory of integers is available;
|
paulson@2557
|
365 |
|
paulson@2557
|
366 |
* In ZF, integer numerals now denote two's-complement binary integers.
|
paulson@2557
|
367 |
Arithmetic operations can be performed by rewriting. See ZF/ex/Bin.ML;
|
paulson@2557
|
368 |
|
paulson@2557
|
369 |
* Many new examples: I/O automata, Church-Rosser theorem, equivalents
|
paulson@2557
|
370 |
of the Axiom of Choice;
|
paulson@2557
|
371 |
|
paulson@2557
|
372 |
|
paulson@2557
|
373 |
|
paulson@2557
|
374 |
New in Isabelle94-2
|
paulson@2557
|
375 |
-------------------
|
paulson@2557
|
376 |
|
paulson@2557
|
377 |
* Significantly faster resolution;
|
paulson@2557
|
378 |
|
paulson@2557
|
379 |
* the different sections in a .thy file can now be mixed and repeated
|
paulson@2557
|
380 |
freely;
|
paulson@2557
|
381 |
|
paulson@2557
|
382 |
* Database of theorems for FOL, HOL and ZF. New
|
paulson@2557
|
383 |
commands including qed, qed_goal and bind_thm store theorems in the database.
|
paulson@2557
|
384 |
|
paulson@2557
|
385 |
* Simple database queries: return a named theorem (get_thm) or all theorems of
|
paulson@2557
|
386 |
a given theory (thms_of), or find out what theory a theorem was proved in
|
paulson@2557
|
387 |
(theory_of_thm);
|
paulson@2557
|
388 |
|
paulson@2557
|
389 |
* Bugs fixed in the inductive definition and datatype packages;
|
paulson@2557
|
390 |
|
paulson@2557
|
391 |
* The classical reasoner provides deepen_tac and depth_tac, making FOL_dup_cs
|
paulson@2557
|
392 |
and HOL_dup_cs obsolete;
|
paulson@2557
|
393 |
|
paulson@2557
|
394 |
* Syntactic ambiguities caused by the new treatment of syntax in Isabelle94-1
|
paulson@2557
|
395 |
have been removed;
|
paulson@2557
|
396 |
|
paulson@2557
|
397 |
* Simpler definition of function space in ZF;
|
paulson@2557
|
398 |
|
paulson@2557
|
399 |
* new results about cardinal and ordinal arithmetic in ZF;
|
paulson@2557
|
400 |
|
paulson@2557
|
401 |
* 'subtype' facility in HOL for introducing new types as subsets of existing
|
paulson@2557
|
402 |
types;
|
paulson@2557
|
403 |
|
paulson@2557
|
404 |
|
wenzelm@2553
|
405 |
$Id$
|