src/HOL/ex/predicate_compile.ML
Tue, 29 Sep 2009 16:24:36 +0200 wenzelm explicit indication of Unsynchronized.ref;
Wed, 23 Sep 2009 14:00:43 +0200 haftmann merged
Sat, 19 Sep 2009 07:38:03 +0200 haftmann inter and union are mere abbreviations for inf and sup
Wed, 23 Sep 2009 16:20:12 +0200 bulwahn removed generation of strange tuple modes in predicate compiler
Wed, 23 Sep 2009 16:20:12 +0200 bulwahn extending predicate compiler and proof procedure to support tuples; testing predicate wirh HOL-MicroJava semantics
Wed, 23 Sep 2009 16:20:12 +0200 bulwahn modified predicate compiler further to support tuples
Wed, 23 Sep 2009 16:20:12 +0200 bulwahn changed preprocessing due to problems with LightweightJava; added transfer of thereoms; changed the type of mode to support tuples in the predicate compiler
Wed, 23 Sep 2009 16:20:12 +0200 bulwahn modified handling of side conditions in proof procedure of predicate compiler
Wed, 23 Sep 2009 14:00:12 +0200 haftmann Code_Eval(uation)
Mon, 10 Aug 2009 10:25:00 +0200 haftmann merged
Thu, 30 Jul 2009 15:20:57 +0200 haftmann path-sensitive tuple combinators carry a "p"(ath) prefix; combinators for standard right-fold tuples
Thu, 30 Jul 2009 13:52:18 +0200 haftmann towards proper handling of argument order in comprehensions
Tue, 04 Aug 2009 08:45:03 +0200 bulwahn removing tracing messages in predicate compiler
Tue, 04 Aug 2009 08:34:56 +0200 bulwahn improved use of context with cases rule in predicate compiler; predicate compiler based on Main for faster debugging
Tue, 04 Aug 2009 08:34:56 +0200 bulwahn commented rpred compilation; tuned
Tue, 04 Aug 2009 08:34:56 +0200 bulwahn added generator compilation of higher-order predicates; refined mode analysis for generators; some tuning
Tue, 04 Aug 2009 08:34:56 +0200 bulwahn tuned proof procedure; added size-limiting predicate compilation of higher order predicates; added guessing of number parameters for registrating predicates; removed debug messages
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
Wed, 29 Jul 2009 16:48:34 +0200 haftmann cleaned up abstract tuple operations and named them consistently
Tue, 21 Jul 2009 01:03:18 +0200 wenzelm proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
Fri, 10 Jul 2009 07:59:27 +0200 haftmann dropped find_index_eq
Tue, 30 Jun 2009 15:58:12 +0200 bulwahn commented trancl example; added debug message
Tue, 30 Jun 2009 14:54:30 +0200 bulwahn exported is_registered; added debug messages; removed extended parameter compilation in predicate compiler
Mon, 29 Jun 2009 12:33:58 +0200 bulwahn added diagnostic printing; changed proof for parameters; moved code
Tue, 23 Jun 2009 16:27:12 +0200 haftmann tuned interfaces of datatype module
Fri, 19 Jun 2009 17:23:21 +0200 haftmann discontinued ancient tradition to suffix certain ML module names with "_package"
Fri, 12 Jun 2009 18:33:58 +0200 bulwahn added cases to code_pred command
Thu, 11 Jun 2009 21:39:08 +0200 bulwahn merged
Thu, 11 Jun 2009 21:37:26 +0200 bulwahn improved infrastructure of predicate compiler for adding manual introduction rules
Thu, 11 Jun 2009 14:25:58 +0200 wenzelm merged, reverting workarounds on both sides;
Thu, 11 Jun 2009 12:48:38 +0200 wenzelm added sporadic (Local)Theory.checkpoint, to enable parallel proof checking;
Thu, 11 Jun 2009 12:06:13 +0200 bulwahn making isatest happy; but misunderstanding remains
Wed, 10 Jun 2009 21:04:36 +0200 bulwahn code_pred command now also requires proofs for dependent predicates; changed handling of parameters in introrules of executable function
Wed, 10 Jun 2009 10:42:24 +0200 bulwahn tuned; corrected exception handling
Wed, 10 Jun 2009 00:46:37 +0200 wenzelm simplified Graph.extend;
Tue, 09 Jun 2009 19:41:27 +0200 bulwahn avoiding duplicate definitions of executable functions
Tue, 09 Jun 2009 14:20:37 +0200 bulwahn removed general graph functions in the predicate compiler
Tue, 09 Jun 2009 13:40:57 +0200 bulwahn removed debug messages
Tue, 09 Jun 2009 12:05:22 +0200 bulwahn refactoring the predicate compiler
Thu, 04 Jun 2009 15:00:44 +0200 haftmann made SML/NJ happy
Sun, 31 May 2009 17:45:53 +0200 wenzelm provide local dummy version of makestring -- NB: makestring is fragile and not portable, it should not occur in repository sources;
Thu, 28 May 2009 20:01:38 +0200 bulwahn added remark to code
Wed, 20 May 2009 22:24:07 +0200 haftmann experimental values command
Mon, 18 May 2009 09:48:06 +0200 haftmann introduced Thm.generatedK
Sat, 16 May 2009 20:17:59 +0200 bulwahn added new kind generated_theorem for theorems which are generated by packages to distinguish between theorems from users and packages
Fri, 15 May 2009 15:56:28 +0200 bulwahn added predicate transformation function for code generation
Fri, 15 May 2009 15:29:34 +0200 bulwahn added predicate transformation function for code generation
Thu, 14 May 2009 15:09:48 +0200 haftmann merged module code_unit.ML into code.ML
Tue, 12 May 2009 17:09:36 +0200 haftmann marginally tuned
Mon, 11 May 2009 20:09:03 +0200 haftmann fixed merge accident
Mon, 11 May 2009 17:20:52 +0200 haftmann merged
Mon, 11 May 2009 09:39:53 +0200 bulwahn fixed code_pred command
less more (0) -60 tip