Andreas Lochbihler [Fri, 15 Feb 2013 09:41:25 +0100] rev 51139
partially revert 0dac0158b8d4 as it too aggressively spreads card_UNIV type class whose dictionary constructions can slow down generated code;
provide better error messages instead for card and subseteq
blanchet [Fri, 15 Feb 2013 09:17:26 +0100] rev 51138
killed legacy alias
blanchet [Fri, 15 Feb 2013 09:17:20 +0100] rev 51137
updated news
blanchet [Fri, 15 Feb 2013 09:17:20 +0100] rev 51136
avoid crude/wrong theorem comparision
blanchet [Fri, 15 Feb 2013 09:17:20 +0100] rev 51135
tuned code
blanchet [Fri, 15 Feb 2013 09:17:20 +0100] rev 51134
more MaSh tracing
blanchet [Fri, 15 Feb 2013 09:17:20 +0100] rev 51133
tuning
smolkas [Thu, 14 Feb 2013 23:54:46 +0100] rev 51132
fixed metis_steps_total - was off by one
smolkas [Thu, 14 Feb 2013 22:49:22 +0100] rev 51131
preplay subblocks
smolkas [Thu, 14 Feb 2013 22:49:22 +0100] rev 51130
renamed sledgehammer_shrink to sledgehammer_compress
smolkas [Thu, 14 Feb 2013 22:49:22 +0100] rev 51129
dont skolemize conjecture
smolkas [Thu, 14 Feb 2013 22:49:22 +0100] rev 51128
introduced subblock in isar_step datatype for conjecture herbrandization
wenzelm [Thu, 14 Feb 2013 21:31:25 +0100] rev 51127
write_pdf for JFreeChart;
haftmann [Thu, 14 Feb 2013 15:27:10 +0100] rev 51126
reform of predicate compiler / quickcheck theories:
implement yieldn operations uniformly on the ML level -- predicate compiler uses negative integers as parameter to yieldn, whereas code_numeral represents natural numbers!
avoid odd New_ prefix by joining related theories;
avoid overcompact name DSequence;
separated predicate inside random monad into separate theory;
consolidated name of theory Quickcheck
Andreas Lochbihler [Thu, 14 Feb 2013 17:58:28 +0100] rev 51125
merged
Andreas Lochbihler [Thu, 14 Feb 2013 17:58:13 +0100] rev 51124
instantiate finite_UNIV and card_UNIV for finfun type
wenzelm [Thu, 14 Feb 2013 17:06:15 +0100] rev 51123
merged
wenzelm [Thu, 14 Feb 2013 16:36:21 +0100] rev 51122
more parallel proofs in 'nominal_datatype', although sequential dark matter remains;
wenzelm [Thu, 14 Feb 2013 16:35:32 +0100] rev 51121
tuned proof;
wenzelm [Thu, 14 Feb 2013 16:25:13 +0100] rev 51120
obsolete;
wenzelm [Thu, 14 Feb 2013 16:17:36 +0100] rev 51119
tuned proofs;
wenzelm [Thu, 14 Feb 2013 15:34:33 +0100] rev 51118
tuned signature -- legacy packages might want to fork proofs as well;
Andreas Lochbihler [Thu, 14 Feb 2013 16:01:59 +0100] rev 51117
merged
Andreas Lochbihler [Thu, 14 Feb 2013 16:01:28 +0100] rev 51116
implement code generation for finite, card, op = and op <= for sets always via finite_UNIV and card_UNIV, as fragile rewrites based on sorts are hard to find and debug
haftmann [Thu, 14 Feb 2013 14:14:55 +0100] rev 51115
consolidation of library theories on product orders
haftmann [Thu, 14 Feb 2013 12:24:56 +0100] rev 51114
type lifting setup for code numeral types
haftmann [Thu, 14 Feb 2013 12:24:56 +0100] rev 51113
factored out shared preprocessor setup into theory Code_Abstract_Nat, tuning descriptions
haftmann [Thu, 14 Feb 2013 12:24:42 +0100] rev 51112
abandoned theory Plain
wenzelm [Thu, 14 Feb 2013 13:16:47 +0100] rev 51111
tuned;
wenzelm [Wed, 13 Feb 2013 21:53:02 +0100] rev 51110
clarified default according to etc/options;