src/HOL/Tools/Predicate_Compile/predicate_compile_core.ML
Thu, 29 Jul 2010 17:27:51 +0200 exporting retrieval function for graph of introduction rules in the predicate compiler core
Thu, 01 Jul 2010 16:54:44 +0200 "prod" and "sum" replace "*" and "+" respectively
Mon, 28 Jun 2010 15:03:07 +0200 merged constants "split" and "prod_case"
Fri, 25 Jun 2010 11:42:29 +0200 avoid REPEAT after THEN_ALL_NEW
Thu, 24 Jun 2010 18:45:31 +0200 more precise tactic: do not escape to a different goal branch (REPEAT is still problematic, though)
Thu, 10 Jun 2010 12:24:03 +0200 tuned quotes, antiquotations and whitespace
Thu, 27 May 2010 18:10:37 +0200 renamed structure PrintMode to Print_Mode, keeping the old name as legacy alias for some time;
Wed, 26 May 2010 16:05:25 +0200 normalized references to constant "split"
Thu, 20 May 2010 07:34:45 +0200 deactivated timing of infering modes
Wed, 19 May 2010 18:24:09 +0200 changing operations for accessing data to work with contexts
Wed, 19 May 2010 18:24:08 +0200 removed unnecessary Thm.transfer in the predicate compiler
Wed, 19 May 2010 18:24:07 +0200 changing compilation to work only with contexts; adapting quickcheck
Wed, 19 May 2010 18:24:06 +0200 removing unused argument in print_modes function
Wed, 19 May 2010 18:24:05 +0200 moving towards working with proof contexts in the predicate compiler
Wed, 19 May 2010 18:24:04 +0200 improved values command to handle a special case with tuples and polymorphic predicates more correctly
Wed, 19 May 2010 18:24:03 +0200 improved behaviour of defined_functions in the predicate compiler
Wed, 05 May 2010 18:25:34 +0200 farewell to old-style mem infixes -- type inference in situations with mem_int and mem_string should provide enough information to resolve the type of (op =)
Mon, 03 May 2010 14:25:56 +0200 renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
Thu, 29 Apr 2010 15:00:41 +0200 dropped unnecessary ML code
Wed, 28 Apr 2010 16:45:50 +0200 removed local clone in the predicate compiler
Wed, 28 Apr 2010 16:45:48 +0200 improving proof procedure for transforming cases rule in the predicate compiler to handle free variables of function type
Sun, 25 Apr 2010 15:52:03 +0200 modernized naming conventions of main Isar proof elements;
Wed, 21 Apr 2010 12:10:53 +0200 make profiling depend on reference Quickcheck.timing
Wed, 21 Apr 2010 12:10:52 +0200 removing dead code; clarifying function names; removing clone
Wed, 21 Apr 2010 12:10:52 +0200 added switch detection to the predicate compiler
Wed, 21 Apr 2010 12:10:52 +0200 adding more profiling to the predicate compiler
Wed, 21 Apr 2010 12:10:52 +0200 only add relevant predicates to the list of extra modes
Wed, 21 Apr 2010 12:10:52 +0200 prefer functional modes of functions in the mode analysis
Wed, 31 Mar 2010 16:44:41 +0200 made smlnj happy
Wed, 31 Mar 2010 16:44:41 +0200 clarifying the Predicate_Compile_Core signature
Wed, 31 Mar 2010 16:44:41 +0200 putting compilation setup of predicate compiler in a separate file
Mon, 29 Mar 2010 17:30:54 +0200 generalized alternative functions to alternative compilation to handle arithmetic functions better
Mon, 29 Mar 2010 17:30:54 +0200 correcting alternative functions with tuples
Mon, 29 Mar 2010 17:30:53 +0200 adding registration of functions in the function flattening
Mon, 29 Mar 2010 17:30:53 +0200 added book-keeping, registration and compilation with alternative functions for predicates in the predicate compiler
Mon, 29 Mar 2010 17:30:50 +0200 returning an more understandable user error message in the values command
Mon, 29 Mar 2010 17:30:49 +0200 adding Lazy_Sequences with explicit depth-bound
Mon, 29 Mar 2010 17:30:46 +0200 prefer recursive calls before others in the mode inference
Mon, 29 Mar 2010 17:30:45 +0200 added statistics to values command for random generation
Mon, 29 Mar 2010 17:30:43 +0200 made quickcheck generic with respect to which compilation; added random compilation to quickcheck
Mon, 29 Mar 2010 17:30:38 +0200 adding values command for new monad; added new random monad compilation to predicate_compile_quickcheck
Mon, 29 Mar 2010 17:30:36 +0200 generalizing the compilation process of the predicate compiler
Mon, 29 Mar 2010 17:30:36 +0200 added new compilation to predicate_compiler
Sun, 28 Mar 2010 19:20:52 +0200 implicit checkpoint in Local_Theory.theory as well -- no longer export Local_Theory.checkpoint;
Mon, 22 Mar 2010 08:30:13 +0100 contextifying the compilation of the predicate compiler
Mon, 22 Mar 2010 08:30:13 +0100 avoiding fishing for split_asm rule in the predicate compiler
Mon, 22 Mar 2010 08:30:13 +0100 contextifying the proof procedure in the predicate compiler
Mon, 22 Mar 2010 08:30:13 +0100 making flat triples to nested tuple to remove general triple functions
Mon, 22 Mar 2010 08:30:13 +0100 reduced the debug output functions from 2 to 1
Mon, 22 Mar 2010 08:30:13 +0100 some improvements thanks to Makarius source code review
Mon, 22 Mar 2010 08:30:13 +0100 adding proof procedure for cases rule with tuples; adding introduction rule for negated premises; improving proof procedure with negated premises
Mon, 22 Mar 2010 08:30:13 +0100 adding depth_limited_random compilation to predicate compiler
Mon, 22 Mar 2010 08:30:13 +0100 a new simpler random compilation for the predicate compiler
Mon, 22 Mar 2010 08:30:13 +0100 reviving the classical depth-limited computation in the predicate compiler
Sat, 20 Mar 2010 17:33:11 +0100 renamed varify/unvarify operations to varify_global/unvarify_global to emphasize that these only work in a global situation;
Mon, 01 Mar 2010 09:47:44 +0100 made smlnj happy
Sat, 27 Feb 2010 20:57:08 +0100 clarified @{const_name} vs. @{const_abbrev};
Tue, 23 Feb 2010 13:36:15 +0100 adopting mutabelle and quickcheck to return timing information; exporting make_case_combs in datatype package for predicate compiler; adding Spec_Rules declaration for tail recursive functions; improving the predicate compiler and function flattening
Fri, 19 Feb 2010 14:47:01 +0100 moved remaning class operations from Algebras.thy to Groups.thy
Sun, 07 Feb 2010 19:33:34 +0100 renamed old-style Drule.standard to Drule.export_without_context, to emphasize that this is in no way a standard operation;