Fri, 31 Aug 2001 16:10:03 +0200 Added setup for code generator.
berghofe [Fri, 31 Aug 2001 16:10:03 +0200] rev 11515
Added setup for code generator.
Fri, 31 Aug 2001 16:09:25 +0200 Added function unique_strings.
berghofe [Fri, 31 Aug 2001 16:09:25 +0200] rev 11514
Added function unique_strings.
Fri, 31 Aug 2001 16:08:45 +0200 - exported SAME exception
berghofe [Fri, 31 Aug 2001 16:08:45 +0200] rev 11513
- exported SAME exception - exported functions for normalizing types
Fri, 31 Aug 2001 16:07:56 +0200 Some basic rules are now stored with "open" derivations, to facilitate
berghofe [Fri, 31 Aug 2001 16:07:56 +0200] rev 11512
Some basic rules are now stored with "open" derivations, to facilitate simplification of proof terms.
Fri, 31 Aug 2001 16:06:21 +0200 Added new files for proof terms.
berghofe [Fri, 31 Aug 2001 16:06:21 +0200] rev 11511
Added new files for proof terms.
Thu, 30 Aug 2001 22:51:11 +0200 generated by Session.name;
wenzelm [Thu, 30 Aug 2001 22:51:11 +0200] rev 11510
generated by Session.name;
Thu, 30 Aug 2001 22:50:01 +0200 export name;
wenzelm [Thu, 30 Aug 2001 22:50:01 +0200] rev 11509
export name;
Thu, 30 Aug 2001 17:49:46 +0200 cosmetics
oheimb [Thu, 30 Aug 2001 17:49:46 +0200] rev 11508
cosmetics
Thu, 30 Aug 2001 15:47:30 +0200 removed imname, uncurried Meth
oheimb [Thu, 30 Aug 2001 15:47:30 +0200] rev 11507
removed imname, uncurried Meth
Wed, 29 Aug 2001 21:17:24 +0200 avoid ML bindings;
wenzelm [Wed, 29 Aug 2001 21:17:24 +0200] rev 11506
avoid ML bindings;
Tue, 28 Aug 2001 14:25:26 +0200 Implemented indentation schema for conditional rewrite trace.
nipkow [Tue, 28 Aug 2001 14:25:26 +0200] rev 11505
Implemented indentation schema for conditional rewrite trace.
Thu, 23 Aug 2001 14:32:48 +0200 Traced depth of conditional rewriting
nipkow [Thu, 23 Aug 2001 14:32:48 +0200] rev 11504
Traced depth of conditional rewriting
Tue, 21 Aug 2001 20:09:09 +0200 tuned error message;
wenzelm [Tue, 21 Aug 2001 20:09:09 +0200] rev 11503
tuned error message;
Thu, 16 Aug 2001 23:19:12 +0200 prefer immediate monos;
wenzelm [Thu, 16 Aug 2001 23:19:12 +0200] rev 11502
prefer immediate monos; tuned;
Wed, 15 Aug 2001 22:20:30 +0200 support for absolute namespace entry paths;
wenzelm [Wed, 15 Aug 2001 22:20:30 +0200] rev 11501
support for absolute namespace entry paths;
Fri, 10 Aug 2001 10:25:45 +0200 Updated proofs to take advantage of additional theorems proved by "typedef"
paulson [Fri, 10 Aug 2001 10:25:45 +0200] rev 11500
Updated proofs to take advantage of additional theorems proved by "typedef"
Thu, 09 Aug 2001 23:42:45 +0200 removed obsolete "arities";
wenzelm [Thu, 09 Aug 2001 23:42:45 +0200] rev 11499
removed obsolete "arities";
Thu, 09 Aug 2001 22:07:39 +0200 tuned;
wenzelm [Thu, 09 Aug 2001 22:07:39 +0200] rev 11498
tuned;
Thu, 09 Aug 2001 20:48:57 +0200 corrected initialization of locals, streamlined Impl
oheimb [Thu, 09 Aug 2001 20:48:57 +0200] rev 11497
corrected initialization of locals, streamlined Impl
Thu, 09 Aug 2001 19:33:22 +0200 corrected semantics of [iff] concerning rules with premises
oheimb [Thu, 09 Aug 2001 19:33:22 +0200] rev 11496
corrected semantics of [iff] concerning rules with premises
Thu, 09 Aug 2001 18:51:41 +0200 replaced 1 by 1'
oheimb [Thu, 09 Aug 2001 18:51:41 +0200] rev 11495
replaced 1 by 1'
Thu, 09 Aug 2001 18:12:15 +0200 revisions and indexing
paulson [Thu, 09 Aug 2001 18:12:15 +0200] rev 11494
revisions and indexing
Thu, 09 Aug 2001 10:17:45 +0200 added pair_imageI (also as intro rule)
oheimb [Thu, 09 Aug 2001 10:17:45 +0200] rev 11493
added pair_imageI (also as intro rule)
Thu, 09 Aug 2001 10:16:23 +0200 renamed addaltern to addafter, addSaltern to addSafter
oheimb [Thu, 09 Aug 2001 10:16:23 +0200] rev 11492
renamed addaltern to addafter, addSaltern to addSafter
Wed, 08 Aug 2001 17:39:32 +0200 added constify_ast_tr;
wenzelm [Wed, 08 Aug 2001 17:39:32 +0200] rev 11491
added constify_ast_tr;
Wed, 08 Aug 2001 17:39:16 +0200 field_name_ast_tr superceded by constify_ast_tr in Pure;
wenzelm [Wed, 08 Aug 2001 17:39:16 +0200] rev 11490
field_name_ast_tr superceded by constify_ast_tr in Pure;
Wed, 08 Aug 2001 17:38:53 +0200 _constify;
wenzelm [Wed, 08 Aug 2001 17:38:53 +0200] rev 11489
_constify;
Wed, 08 Aug 2001 17:38:29 +0200 constify numeral tokens in order to allow translations;
wenzelm [Wed, 08 Aug 2001 17:38:29 +0200] rev 11488
constify numeral tokens in order to allow translations;
Wed, 08 Aug 2001 17:37:47 +0200 * HOL: syntax translations now work properly with numerals and records
wenzelm [Wed, 08 Aug 2001 17:37:47 +0200] rev 11487
* HOL: syntax translations now work properly with numerals and records expressions;
Wed, 08 Aug 2001 16:57:43 +0200 layout, subscripts
oheimb [Wed, 08 Aug 2001 16:57:43 +0200] rev 11486
layout, subscripts
Wed, 08 Aug 2001 15:16:38 +0200 [ "$ML_SYSTEM" = polyml-4.1.1 ] && DISCGARB_OPTIONS="$DISCGARB_OPTIONS -S 120";
wenzelm [Wed, 08 Aug 2001 15:16:38 +0200] rev 11485
[ "$ML_SYSTEM" = polyml-4.1.1 ] && DISCGARB_OPTIONS="$DISCGARB_OPTIONS -S 120";
Wed, 08 Aug 2001 14:57:22 +0200 polyml-4.1.1;
wenzelm [Wed, 08 Aug 2001 14:57:22 +0200] rev 11484
polyml-4.1.1;
(0) -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 +30000 tip