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