Thu, 18 Sep 2014 19:01:50 +0200 blanchet tuned imports
Thu, 18 Sep 2014 18:49:58 +0200 blanchet removed debugging junk
Thu, 18 Sep 2014 17:54:56 +0200 blanchet help AFP entry 'Free-Groups' to compile
Thu, 18 Sep 2014 16:57:10 +0200 blanchet reintroduced an instantiation of 'size' for 'numerals'
Thu, 18 Sep 2014 16:47:40 +0200 blanchet use selector
Thu, 18 Sep 2014 16:47:40 +0200 blanchet moved old 'size' generator together with 'old_datatype'
Thu, 18 Sep 2014 16:47:40 +0200 blanchet moved datatype realizer to 'old_datatype' and colleagues
Thu, 18 Sep 2014 16:47:40 +0200 blanchet careful with op = in n2m (actually by Dmitriy Traytel)
Thu, 18 Sep 2014 16:47:40 +0200 blanchet fixed attribute name in docs (thanks to Andreas Lochbihler)
Thu, 18 Sep 2014 16:47:40 +0200 blanchet updated NEWS
Thu, 18 Sep 2014 16:47:40 +0200 blanchet moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
Thu, 18 Sep 2014 16:47:40 +0200 blanchet increased 'HOL-Proofs' timeout
Thu, 18 Sep 2014 16:47:40 +0200 blanchet made 'mk_pointfree' work again in local theories
Thu, 18 Sep 2014 16:47:40 +0200 blanchet fixed authorship
Thu, 18 Sep 2014 15:07:43 +0200 haftmann product over monoids for lists
Thu, 18 Sep 2014 00:03:46 +0200 blanchet renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
Thu, 18 Sep 2014 00:02:45 +0200 blanchet more meaningful record tests
Thu, 18 Sep 2014 00:01:27 +0200 blanchet updated SMT certificates
Wed, 17 Sep 2014 23:45:57 +0200 blanchet tuning
Wed, 17 Sep 2014 23:45:28 +0200 blanchet take out selectors for records -- for derived records, these don't quite have the right type
Wed, 17 Sep 2014 21:35:58 +0200 blanchet register Isabelle selectors as SMT selectors when possible
Wed, 17 Sep 2014 17:32:27 +0200 blanchet added codatatype support for CVC4
Wed, 17 Sep 2014 16:53:39 +0200 blanchet added interface for CVC4 extensions
Wed, 17 Sep 2014 16:20:13 +0200 blanchet avoid 'subst_tac' when possible (it is suspected of not helping 'HOL-Proofs')
Wed, 17 Sep 2014 12:09:33 +0200 blanchet tweaked compatibility layer
Wed, 17 Sep 2014 11:54:59 +0200 blanchet avoid clash with Quickcheck's generated 'random_xxx' function
Wed, 17 Sep 2014 11:12:46 +0200 blanchet added missing 'restore' in 'transfer' plugin
Wed, 17 Sep 2014 08:24:10 +0200 blanchet syntactic check to determine when to prove 'nested_size_o_map'
Wed, 17 Sep 2014 08:23:53 +0200 blanchet support (finite values of) codatatypes in Quickcheck
Tue, 16 Sep 2014 19:23:37 +0200 blanchet tuned fact visibility
Tue, 16 Sep 2014 19:23:37 +0200 blanchet register 'prod' and 'sum' as datatypes, to allow N2M through them
Tue, 16 Sep 2014 19:23:37 +0200 blanchet took out 'old_datatype' examples -- those just cause timeouts in Isatests
Tue, 16 Sep 2014 19:23:37 +0200 blanchet added 'extraction' plugins -- this might help 'HOL-Proofs'
Tue, 16 Sep 2014 18:42:33 +0200 nipkow added lemma
Tue, 16 Sep 2014 16:04:08 +0200 Andreas Lochbihler add target language evaluators for the value command;
Mon, 15 Sep 2014 18:12:09 +0200 blanchet tuning
Mon, 15 Sep 2014 17:56:37 +0200 blanchet refactoring
Mon, 15 Sep 2014 16:34:05 +0200 blanchet tuning
Mon, 15 Sep 2014 16:14:14 +0200 blanchet set 'mono' attribute on 'rel_mono'
Mon, 15 Sep 2014 16:11:01 +0200 blanchet 'code' is needed for extraction datatype
Mon, 15 Sep 2014 14:31:32 +0200 blanchet tuning
Mon, 15 Sep 2014 12:30:06 +0200 blanchet removed accidental '@{print}'
Mon, 15 Sep 2014 12:11:41 +0200 blanchet tuning
Mon, 15 Sep 2014 11:54:47 +0200 blanchet more hints on how to port 'size'
Mon, 15 Sep 2014 11:37:55 +0200 blanchet tuned definition of 'size' function to get nicer properties
Mon, 15 Sep 2014 11:17:44 +0200 blanchet tuning
Mon, 15 Sep 2014 11:10:09 +0200 blanchet document size difference
Mon, 15 Sep 2014 10:49:07 +0200 blanchet generate 'code' attribute only if 'code' plugin is enabled
Sun, 14 Sep 2014 22:59:30 +0200 blanchet disable datatype 'plugins' for internal types
Sat, 13 Sep 2014 18:08:45 +0200 blanchet ported Imperative HOL to new datatypes
Sat, 13 Sep 2014 18:08:38 +0200 blanchet imported patch phantoms
Fri, 12 Sep 2014 17:51:31 +0200 blanchet 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
Fri, 12 Sep 2014 17:30:05 +0200 blanchet new datatype is too slow on the huge datatypes (at least the mutual ones) -- use 'old_datatype' instead
Fri, 12 Sep 2014 16:42:36 +0200 blanchet run larger nominal examples only 'ISABELLE_FULL_TEST'
Fri, 12 Sep 2014 13:50:55 +0200 desharna refactor repeated terms in a single variable
Fri, 12 Sep 2014 13:50:51 +0200 desharna make 'ctr_transfer' tactic more robust
Fri, 12 Sep 2014 13:48:15 +0200 desharna make 'rel_sel' and 'map_sel' tactics more robust
Fri, 12 Sep 2014 13:27:33 +0200 fleury Changing the way the dependencies are managed.
Fri, 12 Sep 2014 13:27:32 +0200 fleury correction in the thf0 parser ("(=)" found in a Satallax proof).
Fri, 12 Sep 2014 11:17:06 +0200 blanchet merge
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip