author | berghofe |
Wed, 07 May 2008 10:59:18 +0200 | |
changeset 26808 | d334a6d69598 |
parent 26728 | 1cfa52844c56 |
child 26874 | b2daa27fc0a7 |
permissions | -rw-r--r-- |
24799 | 1 |
For the purposes of the license agreement in the file COPYRIGHT, a |
2 |
'contributor' is anybody who is listed in this file (CONTRIBUTORS) or |
|
23382 | 3 |
who is listed as an author in one of the source files of this Isabelle |
4 |
distribution. |
|
5 |
||
25468 | 6 |
Contributions to this Isabelle version |
7 |
-------------------------------------- |
|
8 |
||
9 |
* November 2007: Peter Lammich, Uni Muenster |
|
10 |
HOL-Lattice: some more lemmas. |
|
11 |
||
26728 | 12 |
* December 2007: Florian Haftmann, TUM |
13 |
Overloading and Instantiation Target |
|
14 |
||
15 |
* February 2008: Alexander Krauss, Florian Haftmann & Lukas Bulwahn, TUM |
|
16 |
and John Matthews, Galois: HOL/Library/Imperative_HOL: Haskell-style |
|
17 |
imperative data structures for HOL. |
|
18 |
||
26198 | 19 |
* March 2008: Markus Reiter, TUM |
20 |
HOL/Library/RBT: red-black trees. |
|
21 |
||
25454 | 22 |
Contributions to Isabelle2007 |
23 |
----------------------------- |
|
23252 | 24 |
|
25409 | 25 |
* October 2007: Norbert Schirmer, TUM / Uni Saarbruecken |
25398 | 26 |
State Spaces: The Locale Way (in HOL). |
27 |
||
25057
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
28 |
* October 2007: Mark A. Hillebrand, DFKI |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
29 |
Robust sub/superscripts in LaTeX document output. |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
30 |
|
24799 | 31 |
* August 2007: Jeremy Dawson, NICTA and Paul Graunke, Galois and Brian |
32 |
Huffman, PSU and Gerwin Klein, NICTA and John Matthews, Galois |
|
24333 | 33 |
HOL-Word: a library for fixed-size machine words in Isabelle. |
34 |
||
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
23449
diff
changeset
|
35 |
* August 2007: Brian Huffman, PSU |
24799 | 36 |
HOL/Library/Boolean_Algebra and HOL/Library/Numeral_Type. |
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
23449
diff
changeset
|
37 |
|
23252 | 38 |
* June 2007: Amine Chaieb, TUM |
24799 | 39 |
Semiring normalization and Groebner Bases. |
25449 | 40 |
Support for dense linear orders. |
17866 | 41 |
|
23449 | 42 |
* June 2007: Joe Hurd, Oxford |
24799 | 43 |
Metis theorem-prover. |
44 |
||
45 |
* 2007: Kong W. Susanto, Cambridge |
|
46 |
HOL: Metis prover integration. |
|
23449 | 47 |
|
24799 | 48 |
* 2007: Stefan Berghofer, TUM |
25449 | 49 |
HOL: inductive predicates and sets. |
24799 | 50 |
|
24803 | 51 |
* 2007: Norbert Schirmer, TUM |
52 |
HOL/record: misc improvements. |
|
53 |
||
24799 | 54 |
* 2006/2007: Alexander Krauss, TUM |
55 |
HOL: function package and related theories on termination. |
|
23449 | 56 |
|
22449 | 57 |
* 2006/2007: Florian Haftmann, TUM |
58 |
Pure: generic code generator framework. |
|
59 |
Pure: class package. |
|
24799 | 60 |
HOL: theory reorganization, code generator setup. |
61 |
||
25449 | 62 |
* 2006/2007: Christian Urban, TUM and Stefan Berghofer, TUM and |
63 |
Julien Narboux, TUM |
|
24799 | 64 |
HOL/Nominal package and related tools. |
22449 | 65 |
|
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
66 |
* November 2006: Lukas Bulwahn, TUM |
24799 | 67 |
HOL: method "lexicographic_order" for function package. |
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
68 |
|
21169 | 69 |
* October 2006: Stefan Hohe, TUM |
70 |
HOL-Algebra: ideals and quotients over rings. |
|
71 |
||
20340
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
72 |
* August 2006: Amine Chaieb, TUM |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
73 |
Experimental support for generic reflection and reification in HOL. |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
74 |
|
20067
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
75 |
* July 2006: Rafal Kolanski, NICTA |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
76 |
Hex (0xFF) and binary (0b1011) numerals. |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
77 |
|
19896 | 78 |
* May 2006: Klaus Aehlig, LMU |
79 |
Command 'normal_form': normalization by evaluation. |
|
80 |
||
19650 | 81 |
* May 2006: Amine Chaieb, TUM |
82 |
HOL-Complex: Ferrante and Rackoff Algorithm for linear real |
|
83 |
arithmetic. |
|
19470 | 84 |
|
85 |
* February 2006: Benjamin Porter, NICTA |
|
23382 | 86 |
HOL and HOL-Complex: generalised mean value theorem, continuum is |
19470 | 87 |
not denumerable, harmonic and arithmetic series, and denumerability |
88 |
of rationals. |
|
17532 | 89 |
|
19650 | 90 |
* October 2005: Martin Wildmoser, TUM |
91 |
Sketch for Isar 'guess' element. |
|
92 |
||
93 |
||
25454 | 94 |
Contributions to Isabelle2005 |
95 |
----------------------------- |
|
17382 | 96 |
|
17640 | 97 |
* September 2005: Lukas Bulwahn and Bernhard Haeupler, TUM |
98 |
HOL-Complex: Formalization of Taylor series. |
|
99 |
||
100 |
* September 2005: Stephan Merz, Alwen Tiu, QSL Loria |
|
101 |
Components for SAT solver method using zChaff. |
|
102 |
||
17534 | 103 |
* September 2005: Ning Zhang and Christian Urban, LMU Munich |
104 |
A Chinese theory. |
|
105 |
||
17562 | 106 |
* September 2005: Bernhard Haeupler, TUM |
17382 | 107 |
Method comm_ring for proving equalities in commutative rings. |
16892 | 108 |
|
17532 | 109 |
* July/August 2005: Jeremy Avigad, Carnegie Mellon University |
16892 | 110 |
Various improvements of the HOL and HOL-Complex library. |
16868 | 111 |
|
16892 | 112 |
* July 2005: Florian Zuleger, Johannes Hoelzl, and Simon Funke, TUM |
113 |
Some structured proofs about completeness of real numbers. |
|
114 |
||
17532 | 115 |
* May 2005: Rafal Kolanski and Gerwin Klein, NICTA |
116 |
Improved retrieval of facts from theory/proof context. |
|
15994 | 117 |
|
16252 | 118 |
* February 2005: Lucas Dixon, University of Edinburgh |
17532 | 119 |
Improved subst method. |
120 |
||
121 |
* 2005: Brian Huffman, OGI |
|
122 |
Various improvements of HOLCF. |
|
123 |
Some improvements of the HOL-Complex library. |
|
124 |
||
125 |
* 2005: Claire Quigley and Jia Meng, University of Cambridge |
|
126 |
Some support for asynchronous communication with external provers |
|
127 |
(experimental). |
|
128 |
||
129 |
* 2005: Florian Haftmann, TUM |
|
17543 | 130 |
Contributions to document 'sugar'. |
17532 | 131 |
Various ML combinators, notably linear functional transformations. |
132 |
Some cleanup of ML legacy. |
|
133 |
Additional antiquotations. |
|
134 |
Improved Isabelle web site. |
|
135 |
||
136 |
* 2004/2005: David Aspinall, University of Edinburgh |
|
137 |
Various elements of XML and PGIP based communication with user |
|
138 |
interfaces (experimental). |
|
139 |
||
140 |
* 2004/2005: Gerwin Klein, NICTA |
|
141 |
Contributions to document 'sugar'. |
|
142 |
Improved Isabelle web site. |
|
143 |
Improved HTML presentation of theories. |
|
144 |
||
145 |
* 2004/2005: Clemens Ballarin, TUM |
|
146 |
Provers: tools for transitive relations and quasi orders. |
|
147 |
Improved version of locales, notably interpretation of locales. |
|
148 |
Improved version of HOL-Algebra. |
|
149 |
||
150 |
* 2004/2005: Amine Chaieb, TUM |
|
151 |
Improved version of HOL presburger method. |
|
152 |
||
153 |
* 2004/2005: Steven Obua, TUM |
|
154 |
Improved version of HOL/Import, support for HOL-Light. |
|
155 |
Improved version of HOL-Complex-Matrix. |
|
17572 | 156 |
Pure/defs: more sophisticated checks on well-formedness of overloading. |
17543 | 157 |
Pure/Tools: an experimental evaluator for lambda terms. |
17532 | 158 |
|
159 |
* 2004/2005: Norbert Schirmer, TUM |
|
160 |
Contributions to document 'sugar'. |
|
161 |
Improved version of HOL/record. |
|
162 |
||
163 |
* 2004/2005: Sebastian Skalberg, TUM |
|
164 |
Improved version of HOL/Import. |
|
165 |
Some internal ML reorganizations. |
|
166 |
||
167 |
* 2004/2005: Tjark Weber, TUM |
|
17640 | 168 |
SAT solver method using zChaff. |
17532 | 169 |
Improved version of HOL/refute. |
16252 | 170 |
|
15994 | 171 |
$Id$ |