bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33119
added theory with alternative definitions for the predicate compiler; cleaned up examples
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33118
importing theorems correctly causes problems with mutual recursive predicates in the predicate compiler; must be discussed with Stefan first
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33117
higher-order arguments in different rules are fixed to one name in the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33116
changed importing introduction rules to fix the same type variables in all introduction rules; improved mode analysis for partially applied relations; added test case; tuned
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33115
changed proof method to handle widen predicate in JinjaThreads
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33114
added further examples; added mode to code_pred command; tuned; some temporary things in Predicate_Compile_ex
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33113
processing of tuples in introduction rules
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33112
added a few tricky examples with tuples; added alternative introduction rules for some constants; corrected mode analysis with negation; improved fetching of definitions
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33111
developing an executable the operator
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33110
generalizing singleton with a default value
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33109
changed elimination preprocessing due to an error with a JinjaThread predicate
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33108
added test for higher-order function inductification; added debug messages
bulwahn [Sat, 24 Oct 2009 16:55:40 +0200] rev 33107
added filtering of case constants in the definition retrieval of the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:37 +0200] rev 33106
extended core of predicate compiler to expand tuples in introduction rules
bulwahn [Sat, 24 Oct 2009 16:55:35 +0200] rev 33105
added tupled versions of examples for the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:54:32 +0200] rev 33104
moved meta_fun_cong lemma into ML-file; tuned
wenzelm [Sun, 25 Oct 2009 00:05:57 +0200] rev 33103
merged
wenzelm [Sun, 25 Oct 2009 00:00:53 +0200] rev 33102
adapted Function_Lib (cf. b8cdd3d73022);
krauss [Sat, 24 Oct 2009 20:47:10 +0200] rev 33101
configuration flag "partials"
krauss [Fri, 23 Oct 2009 16:37:56 +0200] rev 33100
renamed auto_term.ML -> relation.ML
krauss [Fri, 23 Oct 2009 16:22:10 +0200] rev 33099
function package: more standard names for structures and files
krauss [Fri, 23 Oct 2009 15:33:19 +0200] rev 33098
renamed FundefDatatype -> Function_Fun
wenzelm [Sat, 24 Oct 2009 21:30:33 +0200] rev 33097
maintain position of formal entities via name space;
wenzelm [Sat, 24 Oct 2009 20:54:08 +0200] rev 33096
maintain explicit name space kind;
export Name_Space.the_entry;
tuned messages;
wenzelm [Sat, 24 Oct 2009 19:47:37 +0200] rev 33095
renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
wenzelm [Sat, 24 Oct 2009 19:24:50 +0200] rev 33094
eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already;
simplified messages;
wenzelm [Sat, 24 Oct 2009 19:22:39 +0200] rev 33093
eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already;
fully authentic merge;
wenzelm [Sat, 24 Oct 2009 19:20:03 +0200] rev 33092
eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already;
wenzelm [Sat, 24 Oct 2009 19:04:57 +0200] rev 33091
maintain abstract entry, with position, identity etc.;
declare/define: explicit indication of strictness;
merge_tables/join_tables: disallow duplicates based on entry identity;
wenzelm [Sat, 24 Oct 2009 18:55:47 +0200] rev 33090
tuned message;