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