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