ANNOUNCE
author haftmann
Fri, 02 Nov 2007 08:17:33 +0100
changeset 25259 8d6b03eef9c9
parent 25242 6c3890cbceac
child 25271 f28efd37e18a
permissions -rw-r--r--
tuned
wenzelm@24802
     1
Subject: Announcing Isabelle2007
wenzelm@9928
     2
To: isabelle-users@cl.cam.ac.uk
wenzelm@9928
     3
wenzelm@24802
     4
Isabelle2007 is finally available.
wenzelm@12927
     5
wenzelm@24802
     6
This release introduces fundamental changes over Isabelle2005, see the
wenzelm@24802
     7
NEWS file in the distribution for more details.  Numerous existing
wenzelm@24802
     8
concepts have been generalized and re-implemented based on novel
wenzelm@24802
     9
system architecture.  New theories and proof tools have been added
wenzelm@24802
    10
(mostly for HOL).
wenzelm@12927
    11
wenzelm@24802
    12
The main highlights are:
wenzelm@9928
    13
wenzelm@25148
    14
* Support for nominal datatypes (binding structures) due to the
wenzelm@25148
    15
HOL-Nominal logic.
wenzelm@24813
    16
wenzelm@24813
    17
* General local theory infrastructure for specifications depending on
wenzelm@24813
    18
parameters and assumptions (e.g. from locales, classes).
wenzelm@24813
    19
wenzelm@24813
    20
* New basic specification elements 'definition', 'axiomatization',
wenzelm@24813
    21
'abbreviation', 'notation'.
kleing@14624
    22
wenzelm@24802
    23
* New version of 'inductive' package for inductive predicates;
wenzelm@24802
    24
separate variant 'inductive_set'.
wenzelm@9928
    25
wenzelm@24813
    26
* New 'function' package for general recursive function definitions.
wenzelm@10161
    27
wenzelm@24802
    28
* New 'class' package combination of axclass + locale interpretation.
wenzelm@10161
    29
haftmann@25213
    30
* Built-in Metis prover, external linkup for automated provers, and
haftmann@25229
    31
'sledgehammer' command for automated proof synthesis.
haftmann@25213
    32
haftmann@25242
    33
* Second generation code generator for a subset of HOL, targeting SML,
wenzelm@24802
    34
Haskell, and OCaml.
wenzelm@24802
    35
haftmann@25228
    36
* Command 'normal_form' and method 'normalization'
haftmann@25228
    37
for evaluating terms with free variables.
haftmann@25228
    38
haftmann@25259
    39
* Full list comprehension syntax.
wenzelm@24802
    40
wenzelm@24802
    41
* Parallel loading of theories based on native multicore support in
wenzelm@24802
    42
Poly/ML 5.1.
wenzelm@24802
    43
haftmann@25259
    44
* Much improved algebraic capabilities, including Groebner bases.
haftmann@25197
    45
wenzelm@24802
    46
wenzelm@24802
    47
You may get Isabelle2007 from the following mirror sites:
wenzelm@9928
    48
haftmann@17696
    49
  Cambridge (UK)       http://www.cl.cam.ac.uk/Research/HVG/Isabelle/
haftmann@17696
    50
  Munich (Germany)     http://isabelle.in.tum.de/
kleing@14616
    51
  Sydney (Australia)   http://mirror.cse.unsw.edu.au/pub/isabelle/