NEWS
author wenzelm
Wed, 05 Mar 1997 13:37:16 +0100
changeset 2730 865995b744f5
parent 2726 e050f8bb1177
child 2731 b31da96769b6
permissions -rw-r--r--
*** empty log message ***
wenzelm@2553
     1
wenzelm@2553
     2
Isabelle NEWS -- history of user-visible changes
wenzelm@2553
     3
================================================
wenzelm@2553
     4
wenzelm@2730
     5
New in Isabelle94-8 (April 1997)
wenzelm@2654
     6
------------------------------------------------
wenzelm@2654
     7
wenzelm@2705
     8
* added token_translation interface (may translate name tokens in
wenzelm@2705
     9
arbitrary ways, dependent on their type (free, bound, tfree, ...));
wenzelm@2705
    10
wenzelm@2730
    11
* token translations for modes "xterm" and "xterm_color" that display
wenzelm@2730
    12
names in bold, underline etc. or colors;
wenzelm@2730
    13
slotosch@2653
    14
* HOLCF changes: derived all rules and arities 
slotosch@2653
    15
  + axiomatic type classes instead of classes 
slotosch@2653
    16
  + typedef instead of faking type definitions
slotosch@2653
    17
  + eliminated the initernal constants less_fun, less_cfun, UU_fun, UU_cfun etc.
wenzelm@2730
    18
  + new axclasses cpo, chfin, flat with flat < chfin < pcpo < cpo < po
slotosch@2653
    19
  + eliminated the types void, one, tr
slotosch@2653
    20
  + use unit lift and bool lift (with translations) instead of one and tr
slotosch@2653
    21
  + eliminated blift from Lift3.thy (use Def instead of blift)
slotosch@2653
    22
  all eliminated rules are derivd as theorems --> no visible changes 
oheimb@2649
    23
oheimb@2639
    24
* simplifier: new functions delcongs, deleqcongs, and Delcongs. richer rep_ss.
oheimb@2639
    25
oheimb@2639
    26
* simplifier: the solver is now split into a safe and an unsafe part.
oheimb@2639
    27
  This should be invisible for the normal user, except that the functions
oheimb@2639
    28
  setsolver and addsolver have been renamed to setSolver and addSolver.
oheimb@2639
    29
  added safe_asm_full_simp_tac. 
oheimb@2639
    30
oheimb@2649
    31
* classical reasoner: little changes in semantics of addafter (now: addaltern),
oheimb@2649
    32
  renamed setwrapper to setWrapper, addwrapper to addWrapper
oheimb@2639
    33
  added safe wrapper (and access functions for it)
oheimb@2639
    34
oheimb@2649
    35
* improved combination of classical reasoner and simplifier: 
oheimb@2639
    36
  new addss, auto_tac, functions for handling clasimpsets, ...
oheimb@2639
    37
  Now, the simplification is safe (therefore moved to safe_step_tac) and thus
oheimb@2649
    38
  more complete, as multiple instantiation of unknowns (with slow_tac) possible
oheimb@2649
    39
  COULD MAKE EXISTING PROOFS FAIL; in case of problems with unstable old proofs:
wenzelm@2730
    40
  use unsafe_addss and unsafe_auto_tac
wenzelm@2553
    41
wenzelm@2556
    42
* HOL: primrec now also works with type nat;
wenzelm@2553
    43
paulson@2726
    44
* HOL: the constant for negation has been renamed from "not" to "Not" to
paulson@2726
    45
harmonize with FOL, ZF, LK, etc.
paulson@2726
    46
wenzelm@2553
    47
* new utilities to build / run / maintain Isabelle etc. (in parts
wenzelm@2555
    48
still somewhat experimental); old Makefiles etc. still functional;
wenzelm@2553
    49
wenzelm@2553
    50
* simplifier: termless order as parameter; added interface for
wenzelm@2553
    51
simplification procedures (functions that produce *proven* rewrite
wenzelm@2553
    52
rules on the fly, depending on current redex);
wenzelm@2553
    53
wenzelm@2553
    54
* now supports alternative (named) syntax tables (parser and pretty
wenzelm@2553
    55
printer); internal interface is provided by add_modesyntax(_i);
wenzelm@2553
    56
wenzelm@2553
    57
* Pure, FOL, ZF, HOL, HOLCF now support symbolic input and output; to
wenzelm@2553
    58
be used in conjunction with the isabelle symbol font; uses the
wenzelm@2553
    59
"symbols" syntax table;
wenzelm@2553
    60
wenzelm@2553
    61
* infixes may now be declared with names independent of their syntax;
wenzelm@2553
    62
wenzelm@2555
    63
* added typed_print_translation (like print_translation, but may
wenzelm@2555
    64
access type of constant);
wenzelm@2553
    65
wenzelm@2553
    66
* prlim command for dealing with lots of subgoals (an easier way of
wenzelm@2553
    67
setting goals_limit);
wenzelm@2553
    68
wenzelm@2553
    69
* HOL/ex/Ring.thy declares cring_simp, which solves equational
wenzelm@2553
    70
problems in commutative rings, using axiomatic type classes for + and *;
wenzelm@2553
    71
wenzelm@2553
    72
* ZF now has Fast_tac, Simp_tac and Auto_tac.  WARNING: don't use
wenzelm@2553
    73
ZF.thy anymore!  Contains fewer defs and could make a bogus simpset.
wenzelm@2553
    74
Beware of Union_iff.  eq_cs is gone, can be put back as ZF_cs addSIs
wenzelm@2553
    75
[equalityI];
wenzelm@2553
    76
wenzelm@2553
    77
* more examples in HOL/MiniML and HOL/Auth;
wenzelm@2553
    78
wenzelm@2553
    79
* more default rewrite rules in HOL for quantifiers, union/intersection;
wenzelm@2553
    80
wenzelm@2556
    81
* the NEWS file;
wenzelm@2553
    82
wenzelm@2554
    83
wenzelm@2553
    84
New in Isabelle94-7 (November 96)
wenzelm@2553
    85
---------------------------------
wenzelm@2553
    86
wenzelm@2553
    87
* allowing negative levels (as offsets) in prlev and choplev;
wenzelm@2553
    88
wenzelm@2554
    89
* super-linear speedup for large simplifications;
wenzelm@2554
    90
wenzelm@2554
    91
* FOL, ZF and HOL now use miniscoping: rewriting pushes
wenzelm@2554
    92
quantifications in as far as possible (COULD MAKE EXISTING PROOFS
wenzelm@2554
    93
FAIL); can suppress it using the command Delsimps (ex_simps @
wenzelm@2554
    94
all_simps); De Morgan laws are also now included, by default;
wenzelm@2554
    95
wenzelm@2554
    96
* improved printing of ==>  :  ~:
wenzelm@2554
    97
wenzelm@2554
    98
* new object-logic "Sequents" adds linear logic, while replacing LK
wenzelm@2554
    99
and Modal (thanks to Sara Kalvala);
wenzelm@2554
   100
wenzelm@2554
   101
* HOL/Auth: correctness proofs for authentication protocols;
wenzelm@2554
   102
wenzelm@2554
   103
* HOL: new auto_tac combines rewriting and classical reasoning (many
wenzelm@2554
   104
examples on HOL/Auth);
wenzelm@2554
   105
wenzelm@2554
   106
* HOL: new command AddIffs for declaring theorems of the form P=Q to
wenzelm@2554
   107
the rewriter and classical reasoner simultaneously;
wenzelm@2554
   108
wenzelm@2554
   109
* function uresult no longer returns theorems in "standard" format;
wenzelm@2554
   110
regain previous version by: val uresult = standard o uresult;
wenzelm@2554
   111
wenzelm@2554
   112
wenzelm@2554
   113
wenzelm@2554
   114
New in Isabelle94-6
wenzelm@2554
   115
-------------------
wenzelm@2554
   116
wenzelm@2554
   117
* oracles -- these establish an interface between Isabelle and trusted
wenzelm@2554
   118
external reasoners, which may deliver results as theorems;
wenzelm@2554
   119
wenzelm@2554
   120
* proof objects (in particular record all uses of oracles);
wenzelm@2554
   121
wenzelm@2554
   122
* Simp_tac, Fast_tac, etc. that refer to implicit simpset / claset;
wenzelm@2554
   123
wenzelm@2554
   124
* "constdefs" section in theory files;
wenzelm@2554
   125
wenzelm@2554
   126
* "primrec" section (HOL) no longer requires names;
wenzelm@2554
   127
wenzelm@2554
   128
* internal type "tactic" now simply "thm -> thm Sequence.seq";
wenzelm@2554
   129
wenzelm@2554
   130
wenzelm@2554
   131
wenzelm@2554
   132
New in Isabelle94-5
wenzelm@2554
   133
-------------------
wenzelm@2554
   134
wenzelm@2554
   135
* reduced space requirements;
wenzelm@2554
   136
wenzelm@2554
   137
* automatic HTML generation from theories;
wenzelm@2554
   138
wenzelm@2554
   139
* theory files no longer require "..." (quotes) around most types;
wenzelm@2554
   140
wenzelm@2554
   141
* new examples, including two proofs of the Church-Rosser theorem;
wenzelm@2554
   142
wenzelm@2554
   143
* non-curried (1994) version of HOL is no longer distributed;
wenzelm@2554
   144
wenzelm@2553
   145
paulson@2557
   146
paulson@2557
   147
New in Isabelle94-4
paulson@2557
   148
-------------------
paulson@2557
   149
paulson@2557
   150
* greatly space requirements;
paulson@2557
   151
paulson@2557
   152
* theory files (.thy) no longer require \...\ escapes at line breaks;
paulson@2557
   153
paulson@2557
   154
* searchable theorem database (see the section "Retrieving theorems" on 
paulson@2557
   155
page 8 of the Reference Manual);
paulson@2557
   156
paulson@2557
   157
* new examples, including Grabczewski's monumental case study of the
paulson@2557
   158
Axiom of Choice;
paulson@2557
   159
paulson@2557
   160
* The previous version of HOL renamed to Old_HOL;
paulson@2557
   161
paulson@2557
   162
* The new version of HOL (previously called CHOL) uses a curried syntax 
paulson@2557
   163
for functions.  Application looks like f a b instead of f(a,b);
paulson@2557
   164
paulson@2557
   165
* Mutually recursive inductive definitions finally work in HOL;
paulson@2557
   166
paulson@2557
   167
* In ZF, pattern-matching on tuples is now available in all abstractions and
paulson@2557
   168
translates to the operator "split";
paulson@2557
   169
paulson@2557
   170
paulson@2557
   171
paulson@2557
   172
New in Isabelle94-3
paulson@2557
   173
-------------------
paulson@2557
   174
paulson@2557
   175
* new infix operator, addss, allowing the classical reasoner to 
paulson@2557
   176
perform simplification at each step of its search.  Example:
paulson@2557
   177
	fast_tac (cs addss ss)
paulson@2557
   178
paulson@2557
   179
* a new logic, CHOL, the same as HOL, but with a curried syntax 
paulson@2557
   180
for functions.  Application looks like f a b instead of f(a,b).  Also pairs 
paulson@2557
   181
look like (a,b) instead of <a,b>;
paulson@2557
   182
paulson@2557
   183
* PLEASE NOTE: CHOL will eventually replace HOL!
paulson@2557
   184
paulson@2557
   185
* In CHOL, pattern-matching on tuples is now available in all abstractions.
paulson@2557
   186
It translates to the operator "split".  A new theory of integers is available;
paulson@2557
   187
paulson@2557
   188
* In ZF, integer numerals now denote two's-complement binary integers.
paulson@2557
   189
Arithmetic operations can be performed by rewriting.  See ZF/ex/Bin.ML;
paulson@2557
   190
paulson@2557
   191
* Many new examples: I/O automata, Church-Rosser theorem, equivalents 
paulson@2557
   192
of the Axiom of Choice;
paulson@2557
   193
paulson@2557
   194
paulson@2557
   195
paulson@2557
   196
New in Isabelle94-2
paulson@2557
   197
-------------------
paulson@2557
   198
paulson@2557
   199
* Significantly faster resolution;  
paulson@2557
   200
paulson@2557
   201
* the different sections in a .thy file can now be mixed and repeated
paulson@2557
   202
freely;
paulson@2557
   203
paulson@2557
   204
* Database of theorems for FOL, HOL and ZF.  New
paulson@2557
   205
commands including qed, qed_goal and bind_thm store theorems in the database.
paulson@2557
   206
paulson@2557
   207
* Simple database queries: return a named theorem (get_thm) or all theorems of
paulson@2557
   208
a given theory (thms_of), or find out what theory a theorem was proved in
paulson@2557
   209
(theory_of_thm);
paulson@2557
   210
paulson@2557
   211
* Bugs fixed in the inductive definition and datatype packages;
paulson@2557
   212
paulson@2557
   213
* The classical reasoner provides deepen_tac and depth_tac, making FOL_dup_cs
paulson@2557
   214
and HOL_dup_cs obsolete;
paulson@2557
   215
paulson@2557
   216
* Syntactic ambiguities caused by the new treatment of syntax in Isabelle94-1
paulson@2557
   217
have been removed;
paulson@2557
   218
paulson@2557
   219
* Simpler definition of function space in ZF;
paulson@2557
   220
paulson@2557
   221
* new results about cardinal and ordinal arithmetic in ZF;
paulson@2557
   222
paulson@2557
   223
* 'subtype' facility in HOL for introducing new types as subsets of existing
paulson@2557
   224
types;
paulson@2557
   225
paulson@2557
   226
wenzelm@2553
   227
$Id$