Thu, 27 Oct 2011 13:50:54 +0200 respecting isabelle's programming style in the quotient package by simplifying quotdata_lookup function for data access
bulwahn [Thu, 27 Oct 2011 13:50:54 +0200] rev 45272
respecting isabelle's programming style in the quotient package by simplifying quotdata_lookup function for data access
Thu, 27 Oct 2011 07:48:07 +0200 merged
huffman [Thu, 27 Oct 2011 07:48:07 +0200] rev 45271
merged
Thu, 27 Oct 2011 07:46:57 +0200 fix bug in cancel_factor simprocs so they will work on goals like 'x * y < x * z' where the common term is already on the left
huffman [Thu, 27 Oct 2011 07:46:57 +0200] rev 45270
fix bug in cancel_factor simprocs so they will work on goals like 'x * y < x * z' where the common term is already on the left
Wed, 26 Oct 2011 22:51:06 +0200 more robust ML pretty printing (cf. b6c527c64789);
wenzelm [Wed, 26 Oct 2011 22:51:06 +0200] rev 45269
more robust ML pretty printing (cf. b6c527c64789);
Wed, 26 Oct 2011 22:50:40 +0200 tuned;
wenzelm [Wed, 26 Oct 2011 22:50:40 +0200] rev 45268
tuned;
Tue, 25 Oct 2011 16:37:11 +0200 renaming Cset and List_Cset in Quotient_Examples to Quotient_Set and List_Quotient_Set to avoid a name clash of theory names with the ones in HOL-Library
bulwahn [Tue, 25 Oct 2011 16:37:11 +0200] rev 45267
renaming Cset and List_Cset in Quotient_Examples to Quotient_Set and List_Quotient_Set to avoid a name clash of theory names with the ones in HOL-Library
Tue, 25 Oct 2011 16:09:02 +0200 tuned text
nipkow [Tue, 25 Oct 2011 16:09:02 +0200] rev 45266
tuned text
Tue, 25 Oct 2011 15:59:15 +0200 tuned names to avoid shadowing
nipkow [Tue, 25 Oct 2011 15:59:15 +0200] rev 45265
tuned names to avoid shadowing
Tue, 25 Oct 2011 12:00:52 +0200 merge Gcd/GCD and Lcm/LCM
huffman [Tue, 25 Oct 2011 12:00:52 +0200] rev 45264
merge Gcd/GCD and Lcm/LCM
Tue, 25 Oct 2011 08:48:36 +0200 clarify types of terms: use proper set type
boehmes [Tue, 25 Oct 2011 08:48:36 +0200] rev 45263
clarify types of terms: use proper set type
Mon, 24 Oct 2011 16:47:24 +0200 instance bool :: linorder
huffman [Mon, 24 Oct 2011 16:47:24 +0200] rev 45262
instance bool :: linorder
Mon, 24 Oct 2011 12:26:05 +0200 removing poor man's dictionary construction which were only for the ancient code generator with no support of type classes
bulwahn [Mon, 24 Oct 2011 12:26:05 +0200] rev 45261
removing poor man's dictionary construction which were only for the ancient code generator with no support of type classes
Mon, 24 Oct 2011 11:40:31 +0200 fixed typo
bulwahn [Mon, 24 Oct 2011 11:40:31 +0200] rev 45260
fixed typo
Mon, 24 Oct 2011 10:45:54 +0200 latex output not needed because errors manifest themselves earlier
nipkow [Mon, 24 Oct 2011 10:45:54 +0200] rev 45259
latex output not needed because errors manifest themselves earlier
Sun, 23 Oct 2011 23:11:53 +0200 some text on inner-syntax;
wenzelm [Sun, 23 Oct 2011 23:11:53 +0200] rev 45258
some text on inner-syntax;
Sun, 23 Oct 2011 16:03:59 +0200 renamed in ASM
nipkow [Sun, 23 Oct 2011 16:03:59 +0200] rev 45257
renamed in ASM
Sun, 23 Oct 2011 14:15:24 +0200 tuned order of eqns
nipkow [Sun, 23 Oct 2011 14:15:24 +0200] rev 45256
tuned order of eqns
Sun, 23 Oct 2011 14:03:37 +0200 tuned
nipkow [Sun, 23 Oct 2011 14:03:37 +0200] rev 45255
tuned
Sun, 23 Oct 2011 17:37:21 +1100 script for exporting filtered IMP files as tar.gz
kleing [Sun, 23 Oct 2011 17:37:21 +1100] rev 45254
script for exporting filtered IMP files as tar.gz
Sun, 23 Oct 2011 17:12:14 +1100 removed Norbert's email from isatest (bounces)
kleing [Sun, 23 Oct 2011 17:12:14 +1100] rev 45253
removed Norbert's email from isatest (bounces)
Sat, 22 Oct 2011 23:43:01 +0200 class Lexicon as abstract datatype;
wenzelm [Sat, 22 Oct 2011 23:43:01 +0200] rev 45252
class Lexicon as abstract datatype;
Sat, 22 Oct 2011 23:30:02 +0200 more private stuff;
wenzelm [Sat, 22 Oct 2011 23:30:02 +0200] rev 45251
more private stuff;
Sat, 22 Oct 2011 23:29:44 +0200 class Text.Edit as abstract datatype;
wenzelm [Sat, 22 Oct 2011 23:29:44 +0200] rev 45250
class Text.Edit as abstract datatype;
Sat, 22 Oct 2011 23:29:11 +0200 class Time as abstract datatype;
wenzelm [Sat, 22 Oct 2011 23:29:11 +0200] rev 45249
class Time as abstract datatype;
Sat, 22 Oct 2011 23:28:24 +0200 class Volatile as abstract datatype;
wenzelm [Sat, 22 Oct 2011 23:28:24 +0200] rev 45248
class Volatile as abstract datatype;
Sat, 22 Oct 2011 20:18:01 +0200 merged
nipkow [Sat, 22 Oct 2011 20:18:01 +0200] rev 45247
merged
Sat, 22 Oct 2011 20:17:50 +0200 added isaverbatimwrite that allows to cut out snippets of thy files in their latex form and dump them in a file
nipkow [Sat, 22 Oct 2011 20:17:50 +0200] rev 45246
added isaverbatimwrite that allows to cut out snippets of thy files in their latex form and dump them in a file
Sat, 22 Oct 2011 19:22:13 +0200 experimental support for Scala 2.9.1.final;
wenzelm [Sat, 22 Oct 2011 19:22:13 +0200] rev 45245
experimental support for Scala 2.9.1.final;
Sat, 22 Oct 2011 19:15:32 +0200 class Path as abstract datatype;
wenzelm [Sat, 22 Oct 2011 19:15:32 +0200] rev 45244
class Path as abstract datatype;
Sat, 22 Oct 2011 19:00:03 +0200 class Counter as abstract datatype;
wenzelm [Sat, 22 Oct 2011 19:00:03 +0200] rev 45243
class Counter as abstract datatype;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip