huffman [Sun, 30 Oct 2011 09:42:13 +0100] rev 45309
removed ad-hoc simp rules sin_cos_eq[symmetric], minus_sin_cos_eq[symmetric], cos_sin_eq[symmetric]
huffman [Sun, 30 Oct 2011 09:07:02 +0100] rev 45308
extend cancellation simproc patterns to cover terms like '- (2 * pi) < pi'
huffman [Sun, 30 Oct 2011 07:08:33 +0100] rev 45307
merged
huffman [Sat, 29 Oct 2011 10:00:35 +0200] rev 45306
remove unused function
blanchet [Sat, 29 Oct 2011 13:51:35 +0200] rev 45305
also export DFG formats
blanchet [Sat, 29 Oct 2011 13:15:58 +0200] rev 45304
always use DFG format to talk to SPASS -- since that's what we'll need to use anyway to benefit from sorts and other extensions
blanchet [Sat, 29 Oct 2011 13:15:58 +0200] rev 45303
added DFG unsorted support (like in the old days)
blanchet [Sat, 29 Oct 2011 13:15:58 +0200] rev 45302
gracefully do nothing if the SPASS input file is already in DFG format
blanchet [Sat, 29 Oct 2011 13:15:58 +0200] rev 45301
added sorted DFG output for coming version of SPASS
blanchet [Sat, 29 Oct 2011 13:15:58 +0200] rev 45300
specify proof output level 1 (i.e. no detailed, potentially huge E proofs) to LEO-II; requires version 1.2.9
blanchet [Sat, 29 Oct 2011 13:15:58 +0200] rev 45299
check "sound" flag before doing something unsound...
wenzelm [Sat, 29 Oct 2011 12:57:43 +0200] rev 45298
uniform treatment of syntax declaration wrt. aux. context (NB: notation avoids duplicate mixfix internally);
wenzelm [Sat, 29 Oct 2011 12:55:34 +0200] rev 45297
tuned;
huffman [Fri, 28 Oct 2011 16:49:15 +0200] rev 45296
more accurate class constraints on cancellation simproc patterns
wenzelm [Sat, 29 Oct 2011 00:23:58 +0200] rev 45295
tuned;
wenzelm [Fri, 28 Oct 2011 23:41:16 +0200] rev 45294
tuned Named_Thms: proper binding;
wenzelm [Fri, 28 Oct 2011 23:16:50 +0200] rev 45293
refined Local_Theory.declaration {syntax = false, pervasive} semantics: update is applied to auxiliary context as well;
wenzelm [Fri, 28 Oct 2011 23:10:44 +0200] rev 45292
more robust data storage (NB: the morphism can change the shape of qconst, and in the auxiliary context it is not even a constant yet);
wenzelm [Fri, 28 Oct 2011 22:17:30 +0200] rev 45291
uniform Local_Theory.declaration with explicit params;
wenzelm [Fri, 28 Oct 2011 17:15:52 +0200] rev 45290
tuned signature -- refined terminology;
wenzelm [Fri, 28 Oct 2011 15:38:41 +0200] rev 45289
slightly more explicit/syntactic modelling of morphisms;
hoelzl [Fri, 28 Oct 2011 14:10:19 +0200] rev 45288
correct import path
hoelzl [Fri, 28 Oct 2011 14:06:06 +0200] rev 45287
allow to build Probability and MV-Analysis with one ROOT.ML
bulwahn [Fri, 28 Oct 2011 12:37:18 +0200] rev 45286
removing dead code
huffman [Fri, 28 Oct 2011 10:33:23 +0200] rev 45285
ex/Simproc_Tests.thy: remove duplicate simprocs
huffman [Fri, 28 Oct 2011 11:02:27 +0200] rev 45284
use simproc_setup for cancellation simprocs, to get proper name bindings
wenzelm [Thu, 27 Oct 2011 22:37:19 +0200] rev 45283
tuned;
wenzelm [Thu, 27 Oct 2011 22:20:55 +0200] rev 45282
eliminated aliases of standard functions;
wenzelm [Thu, 27 Oct 2011 21:52:57 +0200] rev 45281
more standard attribute setup;
wenzelm [Thu, 27 Oct 2011 21:02:10 +0200] rev 45280
localized quotient data;
wenzelm [Thu, 27 Oct 2011 20:26:38 +0200] rev 45279
simplified/standardized signatures;
wenzelm [Thu, 27 Oct 2011 19:41:08 +0200] rev 45278
tuned signature;
nipkow [Thu, 27 Oct 2011 16:28:34 +0200] rev 45277
uses IMP and hence requires its tex setup
nipkow [Thu, 27 Oct 2011 15:59:33 +0200] rev 45276
merged
nipkow [Thu, 27 Oct 2011 15:59:25 +0200] rev 45275
tuned text
bulwahn [Thu, 27 Oct 2011 13:52:31 +0200] rev 45274
respecting isabelle's programming style in the quotient package by simplifying qconsts_lookup function for data access; removing odd NotFound exception
bulwahn [Thu, 27 Oct 2011 13:50:55 +0200] rev 45273
respecting isabelle's programming style in the quotient package by simplifying map_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
huffman [Thu, 27 Oct 2011 07:48:07 +0200] rev 45271
merged
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
wenzelm [Wed, 26 Oct 2011 22:51:06 +0200] rev 45269
more robust ML pretty printing (cf. b6c527c64789);
wenzelm [Wed, 26 Oct 2011 22:50:40 +0200] rev 45268
tuned;
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
nipkow [Tue, 25 Oct 2011 16:09:02 +0200] rev 45266
tuned text
nipkow [Tue, 25 Oct 2011 15:59:15 +0200] rev 45265
tuned names to avoid shadowing
huffman [Tue, 25 Oct 2011 12:00:52 +0200] rev 45264
merge Gcd/GCD and Lcm/LCM
boehmes [Tue, 25 Oct 2011 08:48:36 +0200] rev 45263
clarify types of terms: use proper set type
huffman [Mon, 24 Oct 2011 16:47:24 +0200] rev 45262
instance bool :: linorder
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
bulwahn [Mon, 24 Oct 2011 11:40:31 +0200] rev 45260
fixed typo
nipkow [Mon, 24 Oct 2011 10:45:54 +0200] rev 45259
latex output not needed because errors manifest themselves earlier
wenzelm [Sun, 23 Oct 2011 23:11:53 +0200] rev 45258
some text on inner-syntax;
nipkow [Sun, 23 Oct 2011 16:03:59 +0200] rev 45257
renamed in ASM
nipkow [Sun, 23 Oct 2011 14:15:24 +0200] rev 45256
tuned order of eqns
nipkow [Sun, 23 Oct 2011 14:03:37 +0200] rev 45255
tuned
kleing [Sun, 23 Oct 2011 17:37:21 +1100] rev 45254
script for exporting filtered IMP files as tar.gz
kleing [Sun, 23 Oct 2011 17:12:14 +1100] rev 45253
removed Norbert's email from isatest (bounces)
wenzelm [Sat, 22 Oct 2011 23:43:01 +0200] rev 45252
class Lexicon as abstract datatype;
wenzelm [Sat, 22 Oct 2011 23:30:02 +0200] rev 45251
more private stuff;
wenzelm [Sat, 22 Oct 2011 23:29:44 +0200] rev 45250
class Text.Edit as abstract datatype;