Tue, 04 Aug 2009 08:34:56 +0200 bulwahn changed resolving depending predicates and fetching in the predicate compiler
Tue, 04 Aug 2009 08:34:56 +0200 bulwahn refactoring predicate compiler; repaired proof procedure to handle all test cases
Tue, 04 Aug 2009 08:34:56 +0200 bulwahn refactoring predicate compiler; added type synonyms and functions split_smode and split_mode
Tue, 04 Aug 2009 08:34:56 +0200 bulwahn adapted predicate compiler for quickcheck generators; added compilation of depth-limited search functions for predicates
Tue, 04 Aug 2009 08:34:56 +0200 bulwahn extended mode inference by adding generators; adopted compilation; added some functions for constructing term closures
Tue, 04 Aug 2009 08:34:56 +0200 bulwahn imported patch changed mode inference of predicate compiler to return infered dataflow
Tue, 04 Aug 2009 08:34:56 +0200 bulwahn imported patch generic compilation of predicate compiler with different monads
Tue, 04 Aug 2009 08:34:56 +0200 bulwahn exported functions for quickcheck generator; renamed type constructing functions to fit with the type name in the Predicate theory
Tue, 04 Aug 2009 08:34:56 +0200 bulwahn removed debug messages; exported to_pred in InductiveSet; added further display function; adjusted mode analysis
Tue, 04 Aug 2009 01:01:23 +0200 wenzelm basic support for components (which imitate the usual Isabelle directory layout);
Sun, 02 Aug 2009 21:03:38 +0200 berghofe Tuned.
Sun, 02 Aug 2009 17:58:19 +0200 Christian Urban the derived induction principles can be given an explicit name
Sat, 01 Aug 2009 20:34:34 +0200 wenzelm updated Variable.import;
Sat, 01 Aug 2009 00:39:51 +0200 wenzelm merged
Sat, 01 Aug 2009 00:39:45 +0200 wenzelm merged
Fri, 31 Jul 2009 11:34:14 +0200 wenzelm modernized generated example session;
Fri, 31 Jul 2009 23:31:11 +0200 boehmes added Mirabelle
Fri, 31 Jul 2009 23:30:21 +0200 boehmes Quickcheck callable from ML
Sat, 01 Aug 2009 00:17:03 +0200 wenzelm future scheduler: uninterruptible cancelation;
Sat, 01 Aug 2009 00:09:45 +0200 wenzelm renamed Multithreading.regular_interrupts to Multithreading.public_interrupts;
Thu, 30 Jul 2009 23:50:11 +0200 wenzelm recovered polyml-5.2 -- need to reload ML-Systems/multithreading.ML after overriding Thread structures;
Thu, 30 Jul 2009 23:37:53 +0200 wenzelm tuned tracing;
Thu, 30 Jul 2009 23:23:52 +0200 wenzelm ISABELLE_USEDIR_OPTIONS: -q 2 by default;
Thu, 30 Jul 2009 23:09:29 +0200 wenzelm merged
Thu, 30 Jul 2009 21:27:15 +0200 wenzelm merged
Thu, 30 Jul 2009 08:18:22 +0200 haftmann merged
Wed, 29 Jul 2009 16:54:20 +0200 haftmann cleaned up abstract tuple operations and named them consistently
Wed, 29 Jul 2009 16:48:34 +0200 haftmann cleaned up abstract tuple operations and named them consistently
Thu, 30 Jul 2009 23:06:06 +0200 wenzelm added Multithreading.sync_wait, which turns enabled interrupts to sync ones, to ensure that wait will reaquire its lock when interrupted;
Thu, 30 Jul 2009 18:43:52 +0200 wenzelm trancl_tac etc.: back to static context -- problem was caused by bad solver in AFP/JiveDataStoreModel;
Thu, 30 Jul 2009 17:54:57 +0200 wenzelm retrofit: more precise handling of locally introduced schematic variables (avoid zero_var_indexes);
Thu, 30 Jul 2009 12:20:43 +0200 wenzelm qualified Subgoal.FOCUS;
Thu, 30 Jul 2009 11:23:57 +0200 wenzelm FOCUS_PREMS as full replacement for METAHYPS, where the conclusion may still contain schematic variables;
Thu, 30 Jul 2009 11:23:17 +0200 wenzelm focus: more precise treatment of schematic variables, only the "visible" part of the text is fixed;
Thu, 30 Jul 2009 01:14:40 +0200 wenzelm Variable.importT/import: return full instantiations, tuned;
Thu, 30 Jul 2009 01:12:33 +0200 wenzelm added certify_inst, certify_instantiate;
Wed, 29 Jul 2009 22:38:35 +0200 wenzelm merged
Wed, 29 Jul 2009 22:34:31 +0200 wenzelm trans_tac: use theory from goal state, not the static context, which seems to be outdated under certain circumstances (why?);
Wed, 29 Jul 2009 21:40:04 +0200 wenzelm proper Jinja-Slicing;
Wed, 29 Jul 2009 19:36:22 +0200 wenzelm merged
Wed, 29 Jul 2009 16:43:02 +0200 haftmann merged
Wed, 29 Jul 2009 16:42:47 +0200 haftmann abstractions: desymbolize name hint
Wed, 29 Jul 2009 16:42:47 +0200 haftmann added numeral code postprocessor rules on type int
Wed, 29 Jul 2009 12:13:21 +0200 nipkow sos comments modified
Wed, 29 Jul 2009 12:12:01 +0200 nipkow sos documentation
Wed, 29 Jul 2009 09:06:49 +0200 nipkow Added remote-SOS changes by Philipp Meyer
Fri, 24 Jul 2009 13:56:02 +0200 Philipp Meyer Functionality for sum of squares to call a remote csdp prover
Tue, 28 Jul 2009 20:26:39 +0200 wenzelm merged
Tue, 28 Jul 2009 13:38:13 +0200 haftmann updated generated document
Tue, 28 Jul 2009 13:37:40 +0200 haftmann reinserted legacy ML function
Tue, 28 Jul 2009 13:37:09 +0200 haftmann Set.UNIV and Set.empty are mere abbreviations for top and bot
Tue, 28 Jul 2009 13:37:08 +0200 haftmann explicit is better than implicit
Wed, 29 Jul 2009 19:35:10 +0200 wenzelm Meson.first_order_resolve: avoid handle _;
Wed, 29 Jul 2009 00:09:14 +0200 wenzelm removed old global get_claset/map_claset;
Tue, 28 Jul 2009 20:03:58 +0200 wenzelm eliminated METAHYPS;
Tue, 28 Jul 2009 19:49:42 +0200 wenzelm Future.shutdown before loading sequentially -- workaround scheduler deadlock;
Tue, 28 Jul 2009 18:17:36 +0200 wenzelm ResAxioms.neg_conjecture_clauses: proper context;
Tue, 28 Jul 2009 18:17:35 +0200 wenzelm neg_conjecture_clauses, neg_clausify_tac: proper context, eliminated METAHYPS;
Tue, 28 Jul 2009 18:17:35 +0200 wenzelm Hilbert_Classical: sequential loading due to @{prf}, which joins within a critical section (via options);
Tue, 28 Jul 2009 16:30:23 +0200 wenzelm eliminated separate Future.enabled -- let Future.join fail explicitly in critical section, instead of entering sequential mode silently;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip