ANNOUNCE
author Walther Neuper <neuper@ist.tugraz.at>
Mon, 06 Sep 2010 17:07:28 +0200
branchisac-update-Isa09-2
changeset 37984 972a73d7c50b
parent 37353 b6222a65bacf
child 41852 313b0033034a
permissions -rw-r--r--
changed argument types for scripts

find . -type f -exec sed -i s/'real_list_'/'REAL_LIST'/g {} \;
find . -type f -exec sed -i s/'real_set_'/'REAL_SET'/g {} \;
find . -type f -exec sed -i s/'real_ '/'REAL '/g {} \;
find . -type f -exec sed -i s/'real_real_'/'REAL_REAL'/g {} \;

find . -type f -exec sed -i s/'bool_list_'/'BOOL_LIST'/g {} \;
find . -type f -exec sed -i s/'bool_'/'BOOL'/g {} \;
wenzelm@37159
     1
Subject: Announcing Isabelle2009-2
wenzelm@9928
     2
To: isabelle-users@cl.cam.ac.uk
wenzelm@9928
     3
wenzelm@37159
     4
Isabelle2009-2 is now available.
wenzelm@12927
     5
wenzelm@37159
     6
This release improves upon Isabelle2009-1 in many respects, see the
wenzelm@37159
     7
NEWS file in the distribution for more details.  Some notable changes
wenzelm@30848
     8
are:
wenzelm@9928
     9
haftmann@37314
    10
* Explicit proof terms for type class reasoning.
wenzelm@27066
    11
wenzelm@37353
    12
* Robust treatment of concrete syntax for different logical entities;
wenzelm@37353
    13
mixfix syntax in local proof context.
haftmann@37314
    14
wenzelm@37353
    15
* Type declarations and notation within local theory context.
haftmann@37314
    16
wenzelm@37353
    17
* HOL: package for quotient types.
haftmann@37314
    18
wenzelm@37353
    19
* HOL code generation: simple concept for abstract datatypes obeying
wenzelm@37353
    20
invariants (e.g. red-black trees).
haftmann@37314
    21
wenzelm@37353
    22
* HOL: new development of the Reals using Cauchy Sequences.
haftmann@37314
    23
wenzelm@37353
    24
* HOL: reorganization of abstract algebra type class hierarchy.
wenzelm@37353
    25
wenzelm@37353
    26
* HOL: substantial reorganization of main library and related tools.
wenzelm@37353
    27
wenzelm@37353
    28
* HOLCF: reorganization of 'domain' package.
wenzelm@37353
    29
haftmann@33866
    30
wenzelm@37159
    31
You may get Isabelle2009-2 from the following mirror sites:
wenzelm@9928
    32
haftmann@27085
    33
  Cambridge (UK)       http://www.cl.cam.ac.uk/research/hvg/Isabelle/
haftmann@17696
    34
  Munich (Germany)     http://isabelle.in.tum.de/
kleing@14616
    35
  Sydney (Australia)   http://mirror.cse.unsw.edu.au/pub/isabelle/