blanchet [Wed, 17 Sep 2014 17:32:27 +0200] rev 58361
added codatatype support for CVC4
blanchet [Wed, 17 Sep 2014 16:53:39 +0200] rev 58360
added interface for CVC4 extensions
blanchet [Wed, 17 Sep 2014 16:20:13 +0200] rev 58359
avoid 'subst_tac' when possible (it is suspected of not helping 'HOL-Proofs')
blanchet [Wed, 17 Sep 2014 12:09:33 +0200] rev 58358
tweaked compatibility layer
blanchet [Wed, 17 Sep 2014 11:54:59 +0200] rev 58357
avoid clash with Quickcheck's generated 'random_xxx' function
blanchet [Wed, 17 Sep 2014 11:12:46 +0200] rev 58356
added missing 'restore' in 'transfer' plugin
blanchet [Wed, 17 Sep 2014 08:24:10 +0200] rev 58355
syntactic check to determine when to prove 'nested_size_o_map'
blanchet [Wed, 17 Sep 2014 08:23:53 +0200] rev 58354
support (finite values of) codatatypes in Quickcheck
blanchet [Tue, 16 Sep 2014 19:23:37 +0200] rev 58353
tuned fact visibility
blanchet [Tue, 16 Sep 2014 19:23:37 +0200] rev 58352
register 'prod' and 'sum' as datatypes, to allow N2M through them
blanchet [Tue, 16 Sep 2014 19:23:37 +0200] rev 58351
took out 'old_datatype' examples -- those just cause timeouts in Isatests
blanchet [Tue, 16 Sep 2014 19:23:37 +0200] rev 58350
added 'extraction' plugins -- this might help 'HOL-Proofs'
nipkow [Tue, 16 Sep 2014 18:42:33 +0200] rev 58349
added lemma
Andreas Lochbihler [Tue, 16 Sep 2014 16:04:08 +0200] rev 58348
add target language evaluators for the value command;
drop obsolete command eval_term
blanchet [Mon, 15 Sep 2014 18:12:09 +0200] rev 58347
tuning
blanchet [Mon, 15 Sep 2014 17:56:37 +0200] rev 58346
refactoring
blanchet [Mon, 15 Sep 2014 16:34:05 +0200] rev 58345
tuning
blanchet [Mon, 15 Sep 2014 16:14:14 +0200] rev 58344
set 'mono' attribute on 'rel_mono'
blanchet [Mon, 15 Sep 2014 16:11:01 +0200] rev 58343
'code' is needed for extraction datatype
blanchet [Mon, 15 Sep 2014 14:31:32 +0200] rev 58342
tuning
blanchet [Mon, 15 Sep 2014 12:30:06 +0200] rev 58341
removed accidental '@{print}'
blanchet [Mon, 15 Sep 2014 12:11:41 +0200] rev 58340
tuning
blanchet [Mon, 15 Sep 2014 11:54:47 +0200] rev 58339
more hints on how to port 'size'
blanchet [Mon, 15 Sep 2014 11:37:55 +0200] rev 58338
tuned definition of 'size' function to get nicer properties
blanchet [Mon, 15 Sep 2014 11:17:44 +0200] rev 58337
tuning
blanchet [Mon, 15 Sep 2014 11:10:09 +0200] rev 58336
document size difference
blanchet [Mon, 15 Sep 2014 10:49:07 +0200] rev 58335
generate 'code' attribute only if 'code' plugin is enabled
blanchet [Sun, 14 Sep 2014 22:59:30 +0200] rev 58334
disable datatype 'plugins' for internal types
blanchet [Sat, 13 Sep 2014 18:08:45 +0200] rev 58333
ported Imperative HOL to new datatypes
blanchet [Sat, 13 Sep 2014 18:08:38 +0200] rev 58332
imported patch phantoms
blanchet [Fri, 12 Sep 2014 17:51:31 +0200] rev 58331
enabled 'Sudoku' only with 'ISABELLE_FULL_TEST' -- Sudoku is fast enough on modern hardware (within seconds on my MacBook), but it seems to fail on older test machines
blanchet [Fri, 12 Sep 2014 17:30:05 +0200] rev 58330
new datatype is too slow on the huge datatypes (at least the mutual ones) -- use 'old_datatype' instead