blanchet [Thu, 04 Sep 2014 09:02:36 +0200] rev 58178
tuning
blanchet [Wed, 03 Sep 2014 22:49:05 +0200] rev 58177
introduced local interpretation mechanism for BNFs, to solve issues with datatypes in locales
blanchet [Wed, 03 Sep 2014 22:47:48 +0200] rev 58176
tuned ctr_sugar database handling
blanchet [Wed, 03 Sep 2014 22:47:35 +0200] rev 58175
tuned BNF database handling
blanchet [Wed, 03 Sep 2014 22:47:09 +0200] rev 58174
intelligible errors instead of tactic failures
blanchet [Wed, 03 Sep 2014 22:47:05 +0200] rev 58173
reenabled yet another example
blanchet [Wed, 03 Sep 2014 22:47:05 +0200] rev 58172
made new tactic even more robust
blanchet [Wed, 03 Sep 2014 22:47:05 +0200] rev 58171
reenabled more examples
blanchet [Wed, 03 Sep 2014 22:47:05 +0200] rev 58170
fixed tactic for n-way mutual recursion, n >= 4 (balanced conjunctions confuse the tactic)
blanchet [Wed, 03 Sep 2014 22:47:05 +0200] rev 58169
reintroduced more examples
blanchet [Wed, 03 Sep 2014 22:47:05 +0200] rev 58168
improved tactic further
blanchet [Wed, 03 Sep 2014 22:47:05 +0200] rev 58167
reenabled example
blanchet [Wed, 03 Sep 2014 22:47:05 +0200] rev 58166
improved new countability tactic
blanchet [Wed, 03 Sep 2014 22:47:05 +0200] rev 58165
'prove_sorry' is too dangerous here -- the tactic is sometimes applied to non-theorems
blanchet [Wed, 03 Sep 2014 22:47:05 +0200] rev 58164
more robust exception handling
blanchet [Wed, 03 Sep 2014 22:46:54 +0200] rev 58163
added tests for new 'countable_datatype' proof method
traytel [Wed, 03 Sep 2014 12:30:25 +0200] rev 58162
lessen the burden on the caller: sort where necessary in n2m
blanchet [Wed, 03 Sep 2014 09:43:00 +0200] rev 58161
added compatibility function
blanchet [Wed, 03 Sep 2014 00:31:38 +0200] rev 58160
added countable tactic for new-style datatypes
blanchet [Wed, 03 Sep 2014 00:31:37 +0200] rev 58159
tuning
blanchet [Wed, 03 Sep 2014 00:06:32 +0200] rev 58158
registered 'typerep' as countable again
blanchet [Wed, 03 Sep 2014 00:06:30 +0200] rev 58157
moved old datatype material around
blanchet [Wed, 03 Sep 2014 00:06:28 +0200] rev 58156
removed vacuous theorem references
blanchet [Wed, 03 Sep 2014 00:06:27 +0200] rev 58155
commented out failing tactic (now that 'typerep' is defined using the new package
blanchet [Wed, 03 Sep 2014 00:06:26 +0200] rev 58154
tuned imports
blanchet [Wed, 03 Sep 2014 00:06:25 +0200] rev 58153
use 'datatype_new'
blanchet [Wed, 03 Sep 2014 00:06:24 +0200] rev 58152
use 'datatype_new' in 'Main'
blanchet [Wed, 03 Sep 2014 00:06:23 +0200] rev 58151
take out 'x = C' of the simplifier for unit types
blanchet [Wed, 03 Sep 2014 00:06:22 +0200] rev 58150
giving up calling 'datatype_compat' in a locale -- causes trouble with extensions
blanchet [Wed, 03 Sep 2014 00:06:22 +0200] rev 58149
ported 'Statespace' to support new datatypes as well
blanchet [Wed, 03 Sep 2014 00:06:21 +0200] rev 58148
use 'datatype_new' in Quickcheck examples
blanchet [Wed, 03 Sep 2014 00:06:19 +0200] rev 58147
more compatibility functions