Wed, 31 Mar 2010 16:44:41 +0200 clarifying the Predicate_Compile_Core signature
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36048
clarifying the Predicate_Compile_Core signature
Wed, 31 Mar 2010 16:44:41 +0200 adding signature to Predicate_Compile_Aux; tuning Predicate_Compile_Aux structure
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36047
adding signature to Predicate_Compile_Aux; tuning Predicate_Compile_Aux structure
Wed, 31 Mar 2010 16:44:41 +0200 putting compilation setup of predicate compiler in a separate file
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36046
putting compilation setup of predicate compiler in a separate file
Tue, 30 Mar 2010 15:46:50 -0700 simplify fold_graph proofs
huffman [Tue, 30 Mar 2010 15:46:50 -0700] rev 36045
simplify fold_graph proofs
Tue, 30 Mar 2010 23:12:55 +0200 NEWS
krauss [Tue, 30 Mar 2010 23:12:55 +0200] rev 36044
NEWS
Tue, 30 Mar 2010 15:25:35 +0200 removed dead code; fixed typo
krauss [Tue, 30 Mar 2010 15:25:35 +0200] rev 36043
removed dead code; fixed typo
Tue, 30 Mar 2010 15:25:30 +0200 switched PThm/PAxm etc. to use canonical order of type variables (term variables unchanged)
krauss [Tue, 30 Mar 2010 15:25:30 +0200] rev 36042
switched PThm/PAxm etc. to use canonical order of type variables (term variables unchanged)
Tue, 30 Mar 2010 12:47:39 +0200 merged
wenzelm [Tue, 30 Mar 2010 12:47:39 +0200] rev 36041
merged
Mon, 29 Mar 2010 17:30:56 +0200 adding skip_proof in the examples because proof procedure cannot handle alternative compilations yet
bulwahn [Mon, 29 Mar 2010 17:30:56 +0200] rev 36040
adding skip_proof in the examples because proof procedure cannot handle alternative compilations yet
Mon, 29 Mar 2010 17:30:55 +0200 tuned
bulwahn [Mon, 29 Mar 2010 17:30:55 +0200] rev 36039
tuned
Mon, 29 Mar 2010 17:30:54 +0200 generalized alternative functions to alternative compilation to handle arithmetic functions better
bulwahn [Mon, 29 Mar 2010 17:30:54 +0200] rev 36038
generalized alternative functions to alternative compilation to handle arithmetic functions better
Mon, 29 Mar 2010 17:30:54 +0200 correcting alternative functions with tuples
bulwahn [Mon, 29 Mar 2010 17:30:54 +0200] rev 36037
correcting alternative functions with tuples
Mon, 29 Mar 2010 17:30:53 +0200 no specialisation for patterns with only tuples in the predicate compiler
bulwahn [Mon, 29 Mar 2010 17:30:53 +0200] rev 36036
no specialisation for patterns with only tuples in the predicate compiler
Mon, 29 Mar 2010 17:30:53 +0200 adding registration of functions in the function flattening
bulwahn [Mon, 29 Mar 2010 17:30:53 +0200] rev 36035
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
bulwahn [Mon, 29 Mar 2010 17:30:53 +0200] rev 36034
added book-keeping, registration and compilation with alternative functions for predicates in the predicate compiler
Mon, 29 Mar 2010 17:30:52 +0200 adding specialisation examples of the predicate compiler
bulwahn [Mon, 29 Mar 2010 17:30:52 +0200] rev 36033
adding specialisation examples of the predicate compiler
Mon, 29 Mar 2010 17:30:52 +0200 adding specialisation of predicates to the predicate compiler
bulwahn [Mon, 29 Mar 2010 17:30:52 +0200] rev 36032
adding specialisation of predicates to the predicate compiler
Mon, 29 Mar 2010 17:30:50 +0200 returning an more understandable user error message in the values command
bulwahn [Mon, 29 Mar 2010 17:30:50 +0200] rev 36031
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
bulwahn [Mon, 29 Mar 2010 17:30:49 +0200] rev 36030
adding Lazy_Sequences with explicit depth-bound
Mon, 29 Mar 2010 17:30:48 +0200 removing fishing for split thm in the predicate compiler
bulwahn [Mon, 29 Mar 2010 17:30:48 +0200] rev 36029
removing fishing for split thm in the predicate compiler
Mon, 29 Mar 2010 17:30:46 +0200 prefer recursive calls before others in the mode inference
bulwahn [Mon, 29 Mar 2010 17:30:46 +0200] rev 36028
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
bulwahn [Mon, 29 Mar 2010 17:30:45 +0200] rev 36027
added statistics to values command for random generation
Mon, 29 Mar 2010 17:30:43 +0200 adopting Predicate_Compile_Quickcheck
bulwahn [Mon, 29 Mar 2010 17:30:43 +0200] rev 36026
adopting Predicate_Compile_Quickcheck
Mon, 29 Mar 2010 17:30:43 +0200 made quickcheck generic with respect to which compilation; added random compilation to quickcheck
bulwahn [Mon, 29 Mar 2010 17:30:43 +0200] rev 36025
made quickcheck generic with respect to which compilation; added random compilation to quickcheck
Mon, 29 Mar 2010 17:30:41 +0200 removed yieldn in Lazy_Sequence and put in the ML structure; corrects behaviour of values command
bulwahn [Mon, 29 Mar 2010 17:30:41 +0200] rev 36024
removed yieldn in Lazy_Sequence and put in the ML structure; corrects behaviour of values command
Mon, 29 Mar 2010 17:30:40 +0200 adding a hook for experiments in the predicate compilation process
bulwahn [Mon, 29 Mar 2010 17:30:40 +0200] rev 36023
adding a hook for experiments in the predicate compilation process
Mon, 29 Mar 2010 17:30:40 +0200 removing simple equalities in introduction rules in the predicate compiler
bulwahn [Mon, 29 Mar 2010 17:30:40 +0200] rev 36022
removing simple equalities in introduction rules in the predicate compiler
Mon, 29 Mar 2010 17:30:39 +0200 adopting Predicate_Compile
bulwahn [Mon, 29 Mar 2010 17:30:39 +0200] rev 36021
adopting Predicate_Compile
Mon, 29 Mar 2010 17:30:38 +0200 adding values command for new monad; added new random monad compilation to predicate_compile_quickcheck
bulwahn [Mon, 29 Mar 2010 17:30:38 +0200] rev 36020
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
bulwahn [Mon, 29 Mar 2010 17:30:36 +0200] rev 36019
generalizing the compilation process of the predicate compiler
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip