src/HOL/Tools/Predicate_Compile/predicate_compile_core.ML
Tue, 07 Sep 2010 14:11:05 +0200 using the proposed modes for starting the fixpoint iteration in the mode analysis
Tue, 07 Sep 2010 11:51:53 +0200 handling collection of simprules as sets rather than as lists
Tue, 07 Sep 2010 11:51:53 +0200 stating errors in error messages more verbose in predicate compiler
Tue, 07 Sep 2010 11:51:53 +0200 using linear find_least instead of sorting in the mode analysis of the predicate compiler
Fri, 03 Sep 2010 21:13:53 +0200 pretty_goals: turned some global references and function arguments into configuration options (goals_limit = 10, goals_total = true, show_main_goal = false) depending on the context;
Wed, 01 Sep 2010 15:51:49 +0200 Graph.map, in analogy to Table.map
Tue, 31 Aug 2010 10:51:49 +0200 exporting mode analysis for use in prolog generation
Sat, 28 Aug 2010 16:14:32 +0200 formerly unnamed infix equality now named HOL.eq
Fri, 27 Aug 2010 12:57:55 +0200 merged, resolving some minor conflicts in src/HOL/Tools/Predicate_Compile/code_prolog.ML;
Thu, 26 Aug 2010 16:34:10 +0200 simplification/standardization of some theory data;
Thu, 26 Aug 2010 15:48:08 +0200 renamed Local_Theory.theory(_result) to Local_Theory.background_theory(_result) to emphasize that this belongs to the infrastructure and is rarely appropriate in user-space tools;
Fri, 27 Aug 2010 10:56:46 +0200 formerly unnamed infix conjunction and disjunction now named HOL.conj and HOL.disj
Thu, 19 Aug 2010 16:08:59 +0200 tuned quotes
Thu, 19 Aug 2010 11:02:14 +0200 use antiquotations for remaining unqualified constants in HOL
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