author | paulson |
Fri, 27 Jun 1997 10:47:13 +0200 | |
changeset 3466 | 30791e5a69c4 |
parent 3454 | 40b1287347d7 |
child 3511 | da4dd8b7ced4 |
permissions | -rw-r--r-- |
2553 | 1 |
|
2 |
Isabelle NEWS -- history of user-visible changes |
|
3 |
================================================ |
|
4 |
||
3454 | 5 |
New in Isabelle???? (DATE ????) |
6 |
------------------------------- |
|
7 |
||
8 |
* removed old README and Makefiles; |
|
9 |
||
10 |
||
3006 | 11 |
New in Isabelle94-8 (May 1997) |
12 |
------------------------------ |
|
2654 | 13 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
14 |
*** General Changes *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
15 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
16 |
* 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
|
17 |
still somewhat experimental); old Makefiles etc. still functional; |
2971 | 18 |
|
3205 | 19 |
* new 'Isabelle System Manual'; |
20 |
||
2825 | 21 |
* INSTALL text, together with ./configure and ./build scripts; |
2773 | 22 |
|
3006 | 23 |
* reimplemented type inference for greater efficiency, better error |
24 |
messages and clean internal interface; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
25 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
26 |
* 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
|
27 |
setting goals_limit); |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
28 |
|
3006 | 29 |
|
30 |
*** Syntax *** |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
31 |
|
3116 | 32 |
* supports alternative (named) syntax tables (parser and pretty |
33 |
printer); internal interface is provided by add_modesyntax(_i); |
|
34 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
35 |
* 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
|
36 |
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
|
37 |
"symbols" syntax table; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
38 |
|
2705 | 39 |
* added token_translation interface (may translate name tokens in |
2756 | 40 |
arbitrary ways, dependent on their type (free, bound, tfree, ...) and |
3116 | 41 |
the current print_mode); IMPORTANT: user print translation functions |
42 |
are responsible for marking newly introduced bounds |
|
43 |
(Syntax.mark_boundT); |
|
2705 | 44 |
|
2730 | 45 |
* token translations for modes "xterm" and "xterm_color" that display |
3006 | 46 |
names in bold, underline etc. or colors (which requires a color |
47 |
version of xterm); |
|
2730 | 48 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
49 |
* 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
|
50 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
51 |
* added typed_print_translation (like print_translation, but may |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
52 |
access type of constant); |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
53 |
|
3006 | 54 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
55 |
*** Classical Reasoner *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
56 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
57 |
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
|
58 |
some limitations. Blast_tac... |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
59 |
+ ignores addss, addbefore, addafter; this restriction is intrinsic |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
60 |
+ 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
|
61 |
(the conclusion MUST be a formula variable) |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
62 |
+ ignores types, which can make HOL proofs fail |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
63 |
+ 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
|
64 |
[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
|
65 |
+ 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
|
66 |
|
3107 | 67 |
* substitution with equality assumptions no longer permutes other |
68 |
assumptions; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
69 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
70 |
* 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
|
71 |
setwrapper to setWrapper and compwrapper to compWrapper; added safe wrapper |
3107 | 72 |
(and access functions for it); |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
73 |
|
3317 | 74 |
* improved combination of classical reasoner and simplifier: |
75 |
+ functions for handling clasimpsets |
|
76 |
+ improvement of addss: now the simplifier is called _after_ the |
|
77 |
safe steps. |
|
78 |
+ safe variant of addss called addSss: uses safe simplifications |
|
79 |
_during_ the safe steps. It is more complete as it allows multiple |
|
80 |
instantiations of unknowns (e.g. with slow_tac). |
|
3006 | 81 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
82 |
*** Simplifier *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
83 |
|
3006 | 84 |
* added interface for simplification procedures (functions that |
85 |
produce *proven* rewrite rules on the fly, depending on current |
|
86 |
redex); |
|
87 |
||
88 |
* ordering on terms as parameter (used for ordered rewriting); |
|
89 |
||
3107 | 90 |
* 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
|
91 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
92 |
* 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
|
93 |
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
|
94 |
functions setsolver and addsolver have been renamed to setSolver and |
3107 | 95 |
addSolver; added safe_asm_full_simp_tac; |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
96 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
97 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
98 |
*** HOL *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
99 |
|
3042 | 100 |
* a generic induction tactic `induct_tac' which works for all datatypes and |
3107 | 101 |
also for type `nat'; |
3042 | 102 |
|
3316 | 103 |
* a generic case distinction tactic `exhaust_tac' which works for all |
104 |
datatypes and also for type `nat'; |
|
105 |
||
106 |
* each datatype comes with a function `size'; |
|
107 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
108 |
* patterns in case expressions allow tuple patterns as arguments to |
3107 | 109 |
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
|
110 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
111 |
* primrec now also works with type nat; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
112 |
|
3338 | 113 |
* recdef: a new declaration form, allows general recursive functions to be |
114 |
defined in theory files. See HOL/ex/Fib, HOL/ex/Primes, HOL/Subst/Unify. |
|
115 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
116 |
* the constant for negation has been renamed from "not" to "Not" to |
3107 | 117 |
harmonize with FOL, ZF, LK, etc.; |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
118 |
|
3107 | 119 |
* HOL/ex/LFilter theory of a corecursive "filter" functional for |
120 |
infinite lists; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
121 |
|
3227 | 122 |
* HOL/Modelcheck demonstrates invocation of model checker oracle; |
123 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
124 |
* 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
|
125 |
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
|
126 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
127 |
* more examples in HOL/MiniML and HOL/Auth; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
128 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
129 |
* more default rewrite rules for quantifiers, union/intersection; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
130 |
|
3321 | 131 |
* a new constant `arbitrary == @x.False'; |
132 |
||
3107 | 133 |
* HOLCF/IOA replaces old HOL/IOA; |
134 |
||
2653
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
135 |
* HOLCF changes: derived all rules and arities |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
136 |
+ axiomatic type classes instead of classes |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
137 |
+ typedef instead of faking type definitions |
2747 | 138 |
+ eliminated the internal constants less_fun, less_cfun, UU_fun, UU_cfun etc. |
2730 | 139 |
+ 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
|
140 |
+ eliminated the types void, one, tr |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
141 |
+ 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
|
142 |
+ eliminated blift from Lift3.thy (use Def instead of blift) |
3107 | 143 |
all eliminated rules are derived as theorems --> no visible changes ; |
2649 | 144 |
|
3006 | 145 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
146 |
*** ZF *** |
2553 | 147 |
|
2865 | 148 |
* ZF now has Fast_tac, Simp_tac and Auto_tac. Union_iff is a now a default |
149 |
rewrite rule; this may affect some proofs. eq_cs is gone but can be put back |
|
150 |
as ZF_cs addSIs [equalityI]; |
|
2553 | 151 |
|
2554 | 152 |
|
2732 | 153 |
|
2553 | 154 |
New in Isabelle94-7 (November 96) |
155 |
--------------------------------- |
|
156 |
||
157 |
* allowing negative levels (as offsets) in prlev and choplev; |
|
158 |
||
2554 | 159 |
* super-linear speedup for large simplifications; |
160 |
||
161 |
* FOL, ZF and HOL now use miniscoping: rewriting pushes |
|
162 |
quantifications in as far as possible (COULD MAKE EXISTING PROOFS |
|
163 |
FAIL); can suppress it using the command Delsimps (ex_simps @ |
|
164 |
all_simps); De Morgan laws are also now included, by default; |
|
165 |
||
166 |
* improved printing of ==> : ~: |
|
167 |
||
168 |
* new object-logic "Sequents" adds linear logic, while replacing LK |
|
169 |
and Modal (thanks to Sara Kalvala); |
|
170 |
||
171 |
* HOL/Auth: correctness proofs for authentication protocols; |
|
172 |
||
173 |
* HOL: new auto_tac combines rewriting and classical reasoning (many |
|
174 |
examples on HOL/Auth); |
|
175 |
||
176 |
* HOL: new command AddIffs for declaring theorems of the form P=Q to |
|
177 |
the rewriter and classical reasoner simultaneously; |
|
178 |
||
179 |
* function uresult no longer returns theorems in "standard" format; |
|
180 |
regain previous version by: val uresult = standard o uresult; |
|
181 |
||
182 |
||
183 |
||
184 |
New in Isabelle94-6 |
|
185 |
------------------- |
|
186 |
||
187 |
* oracles -- these establish an interface between Isabelle and trusted |
|
188 |
external reasoners, which may deliver results as theorems; |
|
189 |
||
190 |
* proof objects (in particular record all uses of oracles); |
|
191 |
||
192 |
* Simp_tac, Fast_tac, etc. that refer to implicit simpset / claset; |
|
193 |
||
194 |
* "constdefs" section in theory files; |
|
195 |
||
196 |
* "primrec" section (HOL) no longer requires names; |
|
197 |
||
198 |
* internal type "tactic" now simply "thm -> thm Sequence.seq"; |
|
199 |
||
200 |
||
201 |
||
202 |
New in Isabelle94-5 |
|
203 |
------------------- |
|
204 |
||
205 |
* reduced space requirements; |
|
206 |
||
207 |
* automatic HTML generation from theories; |
|
208 |
||
209 |
* theory files no longer require "..." (quotes) around most types; |
|
210 |
||
211 |
* new examples, including two proofs of the Church-Rosser theorem; |
|
212 |
||
213 |
* non-curried (1994) version of HOL is no longer distributed; |
|
214 |
||
2553 | 215 |
|
2557 | 216 |
|
217 |
New in Isabelle94-4 |
|
218 |
------------------- |
|
219 |
||
2747 | 220 |
* greatly reduced space requirements; |
2557 | 221 |
|
222 |
* theory files (.thy) no longer require \...\ escapes at line breaks; |
|
223 |
||
224 |
* searchable theorem database (see the section "Retrieving theorems" on |
|
225 |
page 8 of the Reference Manual); |
|
226 |
||
227 |
* new examples, including Grabczewski's monumental case study of the |
|
228 |
Axiom of Choice; |
|
229 |
||
230 |
* The previous version of HOL renamed to Old_HOL; |
|
231 |
||
232 |
* The new version of HOL (previously called CHOL) uses a curried syntax |
|
233 |
for functions. Application looks like f a b instead of f(a,b); |
|
234 |
||
235 |
* Mutually recursive inductive definitions finally work in HOL; |
|
236 |
||
237 |
* In ZF, pattern-matching on tuples is now available in all abstractions and |
|
238 |
translates to the operator "split"; |
|
239 |
||
240 |
||
241 |
||
242 |
New in Isabelle94-3 |
|
243 |
------------------- |
|
244 |
||
245 |
* new infix operator, addss, allowing the classical reasoner to |
|
246 |
perform simplification at each step of its search. Example: |
|
247 |
fast_tac (cs addss ss) |
|
248 |
||
249 |
* a new logic, CHOL, the same as HOL, but with a curried syntax |
|
250 |
for functions. Application looks like f a b instead of f(a,b). Also pairs |
|
251 |
look like (a,b) instead of <a,b>; |
|
252 |
||
253 |
* PLEASE NOTE: CHOL will eventually replace HOL! |
|
254 |
||
255 |
* In CHOL, pattern-matching on tuples is now available in all abstractions. |
|
256 |
It translates to the operator "split". A new theory of integers is available; |
|
257 |
||
258 |
* In ZF, integer numerals now denote two's-complement binary integers. |
|
259 |
Arithmetic operations can be performed by rewriting. See ZF/ex/Bin.ML; |
|
260 |
||
261 |
* Many new examples: I/O automata, Church-Rosser theorem, equivalents |
|
262 |
of the Axiom of Choice; |
|
263 |
||
264 |
||
265 |
||
266 |
New in Isabelle94-2 |
|
267 |
------------------- |
|
268 |
||
269 |
* Significantly faster resolution; |
|
270 |
||
271 |
* the different sections in a .thy file can now be mixed and repeated |
|
272 |
freely; |
|
273 |
||
274 |
* Database of theorems for FOL, HOL and ZF. New |
|
275 |
commands including qed, qed_goal and bind_thm store theorems in the database. |
|
276 |
||
277 |
* Simple database queries: return a named theorem (get_thm) or all theorems of |
|
278 |
a given theory (thms_of), or find out what theory a theorem was proved in |
|
279 |
(theory_of_thm); |
|
280 |
||
281 |
* Bugs fixed in the inductive definition and datatype packages; |
|
282 |
||
283 |
* The classical reasoner provides deepen_tac and depth_tac, making FOL_dup_cs |
|
284 |
and HOL_dup_cs obsolete; |
|
285 |
||
286 |
* Syntactic ambiguities caused by the new treatment of syntax in Isabelle94-1 |
|
287 |
have been removed; |
|
288 |
||
289 |
* Simpler definition of function space in ZF; |
|
290 |
||
291 |
* new results about cardinal and ordinal arithmetic in ZF; |
|
292 |
||
293 |
* 'subtype' facility in HOL for introducing new types as subsets of existing |
|
294 |
types; |
|
295 |
||
296 |
||
2553 | 297 |
$Id$ |