haftmann [Tue, 07 Nov 2006 14:02:08 +0100] rev 21213
changed import order
krauss [Tue, 07 Nov 2006 12:20:11 +0100] rev 21212
Added a (stub of a) function tutorial
krauss [Tue, 07 Nov 2006 11:53:55 +0100] rev 21211
Preparations for making "lexicographic_order" part of "fun"
wenzelm [Tue, 07 Nov 2006 11:47:57 +0100] rev 21210
renamed 'const_syntax' to 'notation';
wenzelm [Tue, 07 Nov 2006 11:47:56 +0100] rev 21209
'const_syntax' command: allow fixed variables, renamed to 'notation';
wenzelm [Tue, 07 Nov 2006 11:46:50 +0100] rev 21208
replaced const_syntax by notation, which operates on terms;
read_const: include type;
wenzelm [Tue, 07 Nov 2006 11:46:49 +0100] rev 21207
Isar.context: proper error;
wenzelm [Tue, 07 Nov 2006 11:46:48 +0100] rev 21206
replaced const_syntax by notation, which operates on terms;
wenzelm [Tue, 07 Nov 2006 11:46:47 +0100] rev 21205
read_const: include type;
wenzelm [Tue, 07 Nov 2006 11:46:46 +0100] rev 21204
renamed 'const_syntax' to 'notation';
proper notation for fixed variables;
wenzelm [Tue, 07 Nov 2006 11:46:45 +0100] rev 21203
updated;
berghofe [Tue, 07 Nov 2006 11:28:25 +0100] rev 21202
Adapted to changes in FixedPoint theory.
krauss [Tue, 07 Nov 2006 09:59:43 +0100] rev 21201
method exported
krauss [Tue, 07 Nov 2006 09:41:14 +0100] rev 21200
updated NEWS
krauss [Tue, 07 Nov 2006 09:33:47 +0100] rev 21199
* Added annihilation axioms ("x * 0 = 0") to axclass semiring_0.
Richer structures do not inherit from semiring_0 anymore, because
anihilation is a theorem there, not an axiom.
* Generalized axclass "recpower" to arbitrary monoid, not just
commutative semirings.
haftmann [Tue, 07 Nov 2006 08:03:46 +0100] rev 21198
added gfx
haftmann [Mon, 06 Nov 2006 16:29:21 +0100] rev 21197
dropped blastdata.ML
haftmann [Mon, 06 Nov 2006 16:28:37 +0100] rev 21196
(adjustions)
haftmann [Mon, 06 Nov 2006 16:28:36 +0100] rev 21195
two further lemmas on split
haftmann [Mon, 06 Nov 2006 16:28:35 +0100] rev 21194
removed dependency of ord on eq
haftmann [Mon, 06 Nov 2006 16:28:34 +0100] rev 21193
removed itrev as inlining theorem
haftmann [Mon, 06 Nov 2006 16:28:33 +0100] rev 21192
added state monad to HOL library
haftmann [Mon, 06 Nov 2006 16:28:31 +0100] rev 21191
code generator module naming improved
haftmann [Mon, 06 Nov 2006 16:28:30 +0100] rev 21190
(continued)
haftmann [Mon, 06 Nov 2006 16:28:29 +0100] rev 21189
(continued)
krauss [Mon, 06 Nov 2006 12:04:44 +0100] rev 21188
minor cleanup
wenzelm [Sun, 05 Nov 2006 21:44:42 +0100] rev 21187
case_tr: do not intern already internal consts;
wenzelm [Sun, 05 Nov 2006 21:44:41 +0100] rev 21186
updated;
wenzelm [Sun, 05 Nov 2006 21:44:40 +0100] rev 21185
removed isactrlconst;
wenzelm [Sun, 05 Nov 2006 21:44:39 +0100] rev 21184
instantiate: avoid global references;
wenzelm [Sun, 05 Nov 2006 21:44:37 +0100] rev 21183
added const_syntax_name;
wenzelm [Sun, 05 Nov 2006 21:44:35 +0100] rev 21182
removed obsolete first_duplicate;
wenzelm [Sun, 05 Nov 2006 21:44:34 +0100] rev 21181
added syntax_name;
wenzelm [Sun, 05 Nov 2006 21:44:33 +0100] rev 21180
fixed print_translation for ALL/EX and <, <=, etc.; tuned syntax names;
wenzelm [Sun, 05 Nov 2006 21:44:32 +0100] rev 21179
Sign.const_syntax_name;
haftmann [Sun, 05 Nov 2006 09:36:25 +0100] rev 21178
added gfx
wenzelm [Sat, 04 Nov 2006 19:25:43 +0100] rev 21177
removed checkpoint interface;
moved back to copy/checkpoint instead of checkpoint/checkpoint
(NB 1: checkpoint is idempotent, i.e. impure data is being shared, which is inappropriate;
NB 2: copying a checkpoint always produces a related theory);
present_proof: proper treatment of history;
tuned;
wenzelm [Sat, 04 Nov 2006 19:25:43 +0100] rev 21176
String.compare: slow version -- performance test;
wenzelm [Sat, 04 Nov 2006 19:25:41 +0100] rev 21175
replaced apply_copy by apply';
tuned;
wenzelm [Sat, 04 Nov 2006 19:25:41 +0100] rev 21174
removed is_Trueprop (use can dest_Trueprop'' instead);
wenzelm [Sat, 04 Nov 2006 19:25:40 +0100] rev 21173
removed is_Trueprop (use can dest_Trueprop'' instead);
tuned list_all;
wenzelm [Sat, 04 Nov 2006 19:25:39 +0100] rev 21172
updated;
wenzelm [Sat, 04 Nov 2006 19:25:38 +0100] rev 21171
HOL_USEDIR_OPTIONS: -p 1 by default;
wenzelm [Sat, 04 Nov 2006 19:25:36 +0100] rev 21170
tuned;
wenzelm [Sat, 04 Nov 2006 19:25:34 +0100] rev 21169
* October 2006: Stefan Hohe, TUM;
wenzelm [Sat, 04 Nov 2006 13:19:04 +0100] rev 21168
replaced Toplevel.proof_to_theory by Toplevel.end_proof;
wenzelm [Sat, 04 Nov 2006 12:53:35 +0100] rev 21167
optional argument for timespan (default 100);
wenzelm [Sat, 04 Nov 2006 12:46:40 +0100] rev 21166
added at-mac-poly-e, at64-poly-e;
huffman [Sat, 04 Nov 2006 00:12:06 +0100] rev 21165
moved DERIV stuff from Lim.thy to new Deriv.thy; cleaned up LIMSEQ_SEQ proofs
huffman [Sat, 04 Nov 2006 00:11:11 +0100] rev 21164
new Deriv.thy contains stuff from Lim.thy
haftmann [Fri, 03 Nov 2006 15:28:13 +0100] rev 21163
re-added simpdata.ML
haftmann [Fri, 03 Nov 2006 14:22:48 +0100] rev 21162
new ML serializer
haftmann [Fri, 03 Nov 2006 14:22:47 +0100] rev 21161
fixed problem with eta-expansion
haftmann [Fri, 03 Nov 2006 14:22:46 +0100] rev 21160
tuned
haftmann [Fri, 03 Nov 2006 14:22:45 +0100] rev 21159
fixed problem with variable names
haftmann [Fri, 03 Nov 2006 14:22:44 +0100] rev 21158
tightened notion of function equations
haftmann [Fri, 03 Nov 2006 14:22:43 +0100] rev 21157
dropped name_mangler.ML
haftmann [Fri, 03 Nov 2006 14:22:42 +0100] rev 21156
some example tweaking
haftmann [Fri, 03 Nov 2006 14:22:41 +0100] rev 21155
added particular test for partially applied case constants
haftmann [Fri, 03 Nov 2006 14:22:40 +0100] rev 21154
improved evaluation setup