Mon, 06 Feb 2006 20:59:48 +0100 LocalDefs.cert_def;
wenzelm [Mon, 06 Feb 2006 20:59:48 +0100] rev 18948
LocalDefs.cert_def; tuned;
Mon, 06 Feb 2006 20:59:47 +0100 eq_prop: Envir.beta_eta_contract;
wenzelm [Mon, 06 Feb 2006 20:59:47 +0100] rev 18947
eq_prop: Envir.beta_eta_contract;
Mon, 06 Feb 2006 20:59:46 +0100 renamed xxx_multi to xxx_list;
wenzelm [Mon, 06 Feb 2006 20:59:46 +0100] rev 18946
renamed xxx_multi to xxx_list; tuned;
Mon, 06 Feb 2006 20:59:42 +0100 moved combound, rlist_abs to logic.ML;
wenzelm [Mon, 06 Feb 2006 20:59:42 +0100] rev 18945
moved combound, rlist_abs to logic.ML;
Mon, 06 Feb 2006 20:59:11 +0100 union_tpairs: Library.merge;
wenzelm [Mon, 06 Feb 2006 20:59:11 +0100] rev 18944
union_tpairs: Library.merge; Envir.(beta_)eta_contract; tuned;
Mon, 06 Feb 2006 20:59:10 +0100 moved no_vars to sign.ML;
wenzelm [Mon, 06 Feb 2006 20:59:10 +0100] rev 18943
moved no_vars to sign.ML; removed dest_def (cf. Sign.cert_def);
Mon, 06 Feb 2006 20:59:09 +0100 lambda: abstract over any const;
wenzelm [Mon, 06 Feb 2006 20:59:09 +0100] rev 18942
lambda: abstract over any const; tuned;
Mon, 06 Feb 2006 20:59:08 +0100 added add_abbrevs(_i);
wenzelm [Mon, 06 Feb 2006 20:59:08 +0100] rev 18941
added add_abbrevs(_i); moved const_of_class/class_of_const to logic.ML; added no_vars (from theory.ML); added cert_def; added const_expansion; certify: refer to Consts.certify, which includes expansion;
Mon, 06 Feb 2006 20:59:07 +0100 moved (beta_)eta_contract to envir.ML;
wenzelm [Mon, 06 Feb 2006 20:59:07 +0100] rev 18940
moved (beta_)eta_contract to envir.ML; tuned;
Mon, 06 Feb 2006 20:59:06 +0100 tuned;
wenzelm [Mon, 06 Feb 2006 20:59:06 +0100] rev 18939
tuned;
Mon, 06 Feb 2006 20:59:05 +0100 added generic dest_def (mostly from theory.ML);
wenzelm [Mon, 06 Feb 2006 20:59:05 +0100] rev 18938
added generic dest_def (mostly from theory.ML); added abs_def (from Isar/local_defs.ML); added const_of_class/class_of_const (from sign.ML); added combound, rlist_abs (from unify.ML);
Mon, 06 Feb 2006 20:59:04 +0100 added (beta_)eta_contract (from pattern.ML);
wenzelm [Mon, 06 Feb 2006 20:59:04 +0100] rev 18937
added (beta_)eta_contract (from pattern.ML); added expand_atom;
Mon, 06 Feb 2006 20:59:03 +0100 print_theory: const abbreviations;
wenzelm [Mon, 06 Feb 2006 20:59:03 +0100] rev 18936
print_theory: const abbreviations;
Mon, 06 Feb 2006 20:59:02 +0100 added abbreviations;
wenzelm [Mon, 06 Feb 2006 20:59:02 +0100] rev 18935
added abbreviations; added certify (mostly from sign.ML);
Mon, 06 Feb 2006 20:59:01 +0100 load envir.ML and logic.ML early;
wenzelm [Mon, 06 Feb 2006 20:59:01 +0100] rev 18934
load envir.ML and logic.ML early;
Mon, 06 Feb 2006 20:59:00 +0100 Logic.rlist_abs;
wenzelm [Mon, 06 Feb 2006 20:59:00 +0100] rev 18933
Logic.rlist_abs;
Mon, 06 Feb 2006 20:58:59 +0100 Logic.const_of_class/class_of_const;
wenzelm [Mon, 06 Feb 2006 20:58:59 +0100] rev 18932
Logic.const_of_class/class_of_const;
Mon, 06 Feb 2006 20:58:57 +0100 TableFun: renamed xxx_multi to xxx_list;
wenzelm [Mon, 06 Feb 2006 20:58:57 +0100] rev 18931
TableFun: renamed xxx_multi to xxx_list;
Mon, 06 Feb 2006 20:58:56 +0100 replaced Symtab.merge_multi by local merge_rules;
wenzelm [Mon, 06 Feb 2006 20:58:56 +0100] rev 18930
replaced Symtab.merge_multi by local merge_rules;
Mon, 06 Feb 2006 20:58:54 +0100 Envir.(beta_)eta_contract;
wenzelm [Mon, 06 Feb 2006 20:58:54 +0100] rev 18929
Envir.(beta_)eta_contract;
Mon, 06 Feb 2006 11:01:28 +0100 subsituted gen_duplicates / has_duplicates for duplicates whenever appropriate
haftmann [Mon, 06 Feb 2006 11:01:28 +0100] rev 18928
subsituted gen_duplicates / has_duplicates for duplicates whenever appropriate
Mon, 06 Feb 2006 11:00:24 +0100 added strip_abs
haftmann [Mon, 06 Feb 2006 11:00:24 +0100] rev 18927
added strip_abs
Mon, 06 Feb 2006 11:00:06 +0100 clarified semantics of merge
haftmann [Mon, 06 Feb 2006 11:00:06 +0100] rev 18926
clarified semantics of merge
Sat, 04 Feb 2006 03:14:32 +0100 speedup: use simproc for AC rules
huffman [Sat, 04 Feb 2006 03:14:32 +0100] rev 18925
speedup: use simproc for AC rules
Sat, 04 Feb 2006 02:37:09 +0100 UU_reorient_simproc no longer rewrites UU = numeral
huffman [Sat, 04 Feb 2006 02:37:09 +0100] rev 18924
UU_reorient_simproc no longer rewrites UU = numeral
Fri, 03 Feb 2006 23:12:31 +0100 removed obsolete gen_ins/mem;
wenzelm [Fri, 03 Feb 2006 23:12:31 +0100] rev 18923
removed obsolete gen_ins/mem; added merge -- supercedes gen_merge_lists';
Fri, 03 Feb 2006 23:12:30 +0100 removed add/del_rules;
wenzelm [Fri, 03 Feb 2006 23:12:30 +0100] rev 18922
removed add/del_rules;
Fri, 03 Feb 2006 23:12:28 +0100 canonical member/insert/merge;
wenzelm [Fri, 03 Feb 2006 23:12:28 +0100] rev 18921
canonical member/insert/merge;
Fri, 03 Feb 2006 17:08:03 +0100 removal of case analysis clauses
paulson [Fri, 03 Feb 2006 17:08:03 +0100] rev 18920
removal of case analysis clauses
Fri, 03 Feb 2006 17:02:33 +0100 fix
haftmann [Fri, 03 Feb 2006 17:02:33 +0100] rev 18919
fix
Fri, 03 Feb 2006 11:48:11 +0100 minor improvements
haftmann [Fri, 03 Feb 2006 11:48:11 +0100] rev 18918
minor improvements
Fri, 03 Feb 2006 11:47:57 +0100 refined signature of locale module
haftmann [Fri, 03 Feb 2006 11:47:57 +0100] rev 18917
refined signature of locale module
Fri, 03 Feb 2006 08:48:33 +0100 no toplevel 'thy' anymore
haftmann [Fri, 03 Feb 2006 08:48:33 +0100] rev 18916
no toplevel 'thy' anymore
Fri, 03 Feb 2006 08:48:16 +0100 fix in codegen
haftmann [Fri, 03 Feb 2006 08:48:16 +0100] rev 18915
fix in codegen
Thu, 02 Feb 2006 21:59:55 +0100 do not open structure;
wenzelm [Thu, 02 Feb 2006 21:59:55 +0100] rev 18914
do not open structure;
Thu, 02 Feb 2006 19:57:13 +0100 reimplemented using Equiv_Relations.thy
huffman [Thu, 02 Feb 2006 19:57:13 +0100] rev 18913
reimplemented using Equiv_Relations.thy
Thu, 02 Feb 2006 18:04:10 +0100 improvement in devarifications
haftmann [Thu, 02 Feb 2006 18:04:10 +0100] rev 18912
improvement in devarifications
Thu, 02 Feb 2006 18:03:35 +0100 alternative syntax for instances
haftmann [Thu, 02 Feb 2006 18:03:35 +0100] rev 18911
alternative syntax for instances
Thu, 02 Feb 2006 16:37:10 +0100 tuned;
wenzelm [Thu, 02 Feb 2006 16:37:10 +0100] rev 18910
tuned;
Thu, 02 Feb 2006 16:31:38 +0100 consumes: negative argument relative to total number of prems;
wenzelm [Thu, 02 Feb 2006 16:31:38 +0100] rev 18909
consumes: negative argument relative to total number of prems;
Thu, 02 Feb 2006 16:31:37 +0100 added refine_insert;
wenzelm [Thu, 02 Feb 2006 16:31:37 +0100] rev 18908
added refine_insert;
Thu, 02 Feb 2006 16:31:35 +0100 Proof.refine_insert;
wenzelm [Thu, 02 Feb 2006 16:31:35 +0100] rev 18907
Proof.refine_insert; statements: always use Attrib.src;
Thu, 02 Feb 2006 16:31:34 +0100 always use Attrib.src;
wenzelm [Thu, 02 Feb 2006 16:31:34 +0100] rev 18906
always use Attrib.src;
Thu, 02 Feb 2006 16:31:33 +0100 more generic type for map_specs/facts;
wenzelm [Thu, 02 Feb 2006 16:31:33 +0100] rev 18905
more generic type for map_specs/facts;
Thu, 02 Feb 2006 16:31:32 +0100 'obtains' element;
wenzelm [Thu, 02 Feb 2006 16:31:32 +0100] rev 18904
'obtains' element;
Thu, 02 Feb 2006 16:31:31 +0100 'obtain': optional case name;
wenzelm [Thu, 02 Feb 2006 16:31:31 +0100] rev 18903
'obtain': optional case name;
Thu, 02 Feb 2006 16:31:30 +0100 index elements;
wenzelm [Thu, 02 Feb 2006 16:31:30 +0100] rev 18902
index elements;
Thu, 02 Feb 2006 16:31:28 +0100 * Isar: 'obtains' element;
wenzelm [Thu, 02 Feb 2006 16:31:28 +0100] rev 18901
* Isar: 'obtains' element;
Thu, 02 Feb 2006 12:54:24 +0100 tuned msg;
wenzelm [Thu, 02 Feb 2006 12:54:24 +0100] rev 18900
tuned msg;
Thu, 02 Feb 2006 12:54:08 +0100 theorem(_in_locale): Element.statement, Obtain.statement;
wenzelm [Thu, 02 Feb 2006 12:54:08 +0100] rev 18899
theorem(_in_locale): Element.statement, Obtain.statement;
Thu, 02 Feb 2006 12:52:25 +0100 added parname;
wenzelm [Thu, 02 Feb 2006 12:52:25 +0100] rev 18898
added parname; added (general_)statement (from isar_syn.ML); general_statement: Elements.statement, i.e. Shows/Obtains;
Thu, 02 Feb 2006 12:52:24 +0100 obtain(_i): optional name for 'that';
wenzelm [Thu, 02 Feb 2006 12:52:24 +0100] rev 18897
obtain(_i): optional name for 'that'; added statement (cf. Locale.theorem);
Thu, 02 Feb 2006 12:52:21 +0100 tuned comments;
wenzelm [Thu, 02 Feb 2006 12:52:21 +0100] rev 18896
tuned comments;
Thu, 02 Feb 2006 12:52:20 +0100 moved (general_)statement to outer_parse.ML;
wenzelm [Thu, 02 Feb 2006 12:52:20 +0100] rev 18895
moved (general_)statement to outer_parse.ML;
Thu, 02 Feb 2006 12:52:19 +0100 added concluding statements: Shows/Obtains;
wenzelm [Thu, 02 Feb 2006 12:52:19 +0100] rev 18894
added concluding statements: Shows/Obtains;
Thu, 02 Feb 2006 12:52:18 +0100 moved specific map_typ/term to sign.ML;
wenzelm [Thu, 02 Feb 2006 12:52:18 +0100] rev 18893
moved specific map_typ/term to sign.ML;
Thu, 02 Feb 2006 12:52:16 +0100 added specific map_typ/term (from term.ML);
wenzelm [Thu, 02 Feb 2006 12:52:16 +0100] rev 18892
added specific map_typ/term (from term.ML);
Thu, 02 Feb 2006 10:24:06 +0100 Exporting recdef's hints for use by new recdef package
krauss [Thu, 02 Feb 2006 10:24:06 +0100] rev 18891
Exporting recdef's hints for use by new recdef package
Thu, 02 Feb 2006 10:12:45 +0100 *_asms_of fixed.
ballarin [Thu, 02 Feb 2006 10:12:45 +0100] rev 18890
*_asms_of fixed.
Thu, 02 Feb 2006 02:02:00 +0100 add 64bit atbroy98 platform
kleing [Thu, 02 Feb 2006 02:02:00 +0100] rev 18889
add 64bit atbroy98 platform
Wed, 01 Feb 2006 22:20:40 +0100 updated;
wenzelm [Wed, 01 Feb 2006 22:20:40 +0100] rev 18888
updated;
Wed, 01 Feb 2006 19:19:32 +0100 Added "evaluation" method and oracle.
berghofe [Wed, 01 Feb 2006 19:19:32 +0100] rev 18887
Added "evaluation" method and oracle.
Wed, 01 Feb 2006 15:22:02 +0100 new and updated protocol proofs by Giamp Bella
paulson [Wed, 01 Feb 2006 15:22:02 +0100] rev 18886
new and updated protocol proofs by Giamp Bella
Wed, 01 Feb 2006 12:23:14 +0100 substantial cleanup and simplifications
haftmann [Wed, 01 Feb 2006 12:23:14 +0100] rev 18885
substantial cleanup and simplifications
Wed, 01 Feb 2006 12:22:47 +0100 name clarifications
haftmann [Wed, 01 Feb 2006 12:22:47 +0100] rev 18884
name clarifications
Wed, 01 Feb 2006 12:22:19 +0100 added map_entry_yield
haftmann [Wed, 01 Feb 2006 12:22:19 +0100] rev 18883
added map_entry_yield
Wed, 01 Feb 2006 01:05:17 +0100 - renamed some lemmas (some had names coming from ancient
urbanc [Wed, 01 Feb 2006 01:05:17 +0100] rev 18882
- renamed some lemmas (some had names coming from ancient versions of the nominal work) - some tuning - eventually this theory should be renamed to CR
Wed, 01 Feb 2006 01:03:41 +0100 added all constructors from PhD
urbanc [Wed, 01 Feb 2006 01:03:41 +0100] rev 18881
added all constructors from PhD
Tue, 31 Jan 2006 18:19:36 +0100 axiomatization: retrict parameters to occurrences in specs;
wenzelm [Tue, 31 Jan 2006 18:19:36 +0100] rev 18880
axiomatization: retrict parameters to occurrences in specs; definition: restrict parameters to individual rhs;
Tue, 31 Jan 2006 18:19:35 +0100 improved comments;
wenzelm [Tue, 31 Jan 2006 18:19:35 +0100] rev 18879
improved comments;
Tue, 31 Jan 2006 18:19:34 +0100 tuned LocalDefs.unfold;
wenzelm [Tue, 31 Jan 2006 18:19:34 +0100] rev 18878
tuned LocalDefs.unfold;
Tue, 31 Jan 2006 18:19:32 +0100 (un)fold: removed '(raw)' option;
wenzelm [Tue, 31 Jan 2006 18:19:32 +0100] rev 18877
(un)fold: removed '(raw)' option;
Tue, 31 Jan 2006 18:19:31 +0100 added consts_retricted;
wenzelm [Tue, 31 Jan 2006 18:19:31 +0100] rev 18876
added consts_retricted; pretty/print_consts: parameter restriction;
Tue, 31 Jan 2006 18:19:30 +0100 (un)fold: no raw flag;
wenzelm [Tue, 31 Jan 2006 18:19:30 +0100] rev 18875
(un)fold: no raw flag; tuned;
Tue, 31 Jan 2006 18:19:29 +0100 tuned;
wenzelm [Tue, 31 Jan 2006 18:19:29 +0100] rev 18874
tuned;
Tue, 31 Jan 2006 18:19:28 +0100 tuned LocalTheory.pretty_consts;
wenzelm [Tue, 31 Jan 2006 18:19:28 +0100] rev 18873
tuned LocalTheory.pretty_consts;
Tue, 31 Jan 2006 18:19:27 +0100 (un)folded: removed '(raw)' option;
wenzelm [Tue, 31 Jan 2006 18:19:27 +0100] rev 18872
(un)folded: removed '(raw)' option;
Tue, 31 Jan 2006 18:19:26 +0100 lambda: abstract over TYPE argument, too;
wenzelm [Tue, 31 Jan 2006 18:19:26 +0100] rev 18871
lambda: abstract over TYPE argument, too;
Tue, 31 Jan 2006 18:19:25 +0100 tuned comments;
wenzelm [Tue, 31 Jan 2006 18:19:25 +0100] rev 18870
tuned comments;
Tue, 31 Jan 2006 17:48:28 +0100 removal of ResClause.num_of_clauses and other simplifications
paulson [Tue, 31 Jan 2006 17:48:28 +0100] rev 18869
removal of ResClause.num_of_clauses and other simplifications
Tue, 31 Jan 2006 16:37:06 +0100 working SPASS support; much tidying
paulson [Tue, 31 Jan 2006 16:37:06 +0100] rev 18868
working SPASS support; much tidying
Tue, 31 Jan 2006 16:26:18 +0100 added serialization for arbitrary
haftmann [Tue, 31 Jan 2006 16:26:18 +0100] rev 18867
added serialization for arbitrary
Tue, 31 Jan 2006 16:15:51 +0100 minor change to CodegenPackage interface
haftmann [Tue, 31 Jan 2006 16:15:51 +0100] rev 18866
minor change to CodegenPackage interface
Tue, 31 Jan 2006 16:14:37 +0100 minor cleanups
haftmann [Tue, 31 Jan 2006 16:14:37 +0100] rev 18865
minor cleanups
Tue, 31 Jan 2006 16:12:56 +0100 more coherent lookup extraction functions
haftmann [Tue, 31 Jan 2006 16:12:56 +0100] rev 18864
more coherent lookup extraction functions
Tue, 31 Jan 2006 10:39:13 +0100 reorganization of code to support DFG otuput
paulson [Tue, 31 Jan 2006 10:39:13 +0100] rev 18863
reorganization of code to support DFG otuput
Tue, 31 Jan 2006 00:51:15 +0100 * Pure: 'advanced' translation functions use Context.generic instead of just theory;
wenzelm [Tue, 31 Jan 2006 00:51:15 +0100] rev 18862
* Pure: 'advanced' translation functions use Context.generic instead of just theory;
Tue, 31 Jan 2006 00:43:14 +0100 declare defn rules;
wenzelm [Tue, 31 Jan 2006 00:43:14 +0100] rev 18861
declare defn rules;
Tue, 31 Jan 2006 00:39:44 +0100 all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm [Tue, 31 Jan 2006 00:39:44 +0100] rev 18860
all styles now reset to defaults first, i.e. the document may switch styles back and forth; added macro \isachardefaults for \chardef defaults; renamed \isakeywordcharunderscore to \isacharunderscorekeyword; added isabellestyle{default};
Tue, 31 Jan 2006 00:39:43 +0100 export meta_rewrite_rule;
wenzelm [Tue, 31 Jan 2006 00:39:43 +0100] rev 18859
export meta_rewrite_rule; tuned;
Tue, 31 Jan 2006 00:39:43 +0100 advanced translations: Context.generic;
wenzelm [Tue, 31 Jan 2006 00:39:43 +0100] rev 18858
advanced translations: Context.generic; tuned;
Tue, 31 Jan 2006 00:39:40 +0100 advanced translations: Context.generic;
wenzelm [Tue, 31 Jan 2006 00:39:40 +0100] rev 18857
advanced translations: Context.generic;
Mon, 30 Jan 2006 15:31:31 +0100 tidy-up of res_clause.ML, removing the "predicates" field
paulson [Mon, 30 Jan 2006 15:31:31 +0100] rev 18856
tidy-up of res_clause.ML, removing the "predicates" field
Mon, 30 Jan 2006 12:20:06 +0100 'setup': no list type, support implicit setup;
wenzelm [Mon, 30 Jan 2006 12:20:06 +0100] rev 18855
'setup': no list type, support implicit setup; tuned;
Mon, 30 Jan 2006 12:20:05 +0100 'fixes': support plain vars;
wenzelm [Mon, 30 Jan 2006 12:20:05 +0100] rev 18854
'fixes': support plain vars; classical attributes: optional weight -- ignored by automated tools;
Mon, 30 Jan 2006 10:13:28 +0100 fixed a syntax error!
paulson [Mon, 30 Jan 2006 10:13:28 +0100] rev 18853
fixed a syntax error!
Mon, 30 Jan 2006 08:47:38 +0100 replaced gen_list by enum
haftmann [Mon, 30 Jan 2006 08:47:38 +0100] rev 18852
replaced gen_list by enum
Mon, 30 Jan 2006 08:20:56 +0100 adaptions to codegen_package
haftmann [Mon, 30 Jan 2006 08:20:56 +0100] rev 18851
adaptions to codegen_package
Mon, 30 Jan 2006 08:20:06 +0100 various improvements
haftmann [Mon, 30 Jan 2006 08:20:06 +0100] rev 18850
various improvements
Mon, 30 Jan 2006 08:19:30 +0100 added three times overloaded Isar instance command
haftmann [Mon, 30 Jan 2006 08:19:30 +0100] rev 18849
added three times overloaded Isar instance command
Mon, 30 Jan 2006 08:18:51 +0100 moved instance Isar command to class_package.ML
haftmann [Mon, 30 Jan 2006 08:18:51 +0100] rev 18848
moved instance Isar command to class_package.ML
Mon, 30 Jan 2006 08:17:04 +0100 added map_atype, map_aterms
haftmann [Mon, 30 Jan 2006 08:17:04 +0100] rev 18847
added map_atype, map_aterms
Sun, 29 Jan 2006 19:24:56 +0100 tuned proof;
wenzelm [Sun, 29 Jan 2006 19:24:56 +0100] rev 18846
tuned proof;
Sun, 29 Jan 2006 19:23:52 +0100 declare atomize/defn for Ball;
wenzelm [Sun, 29 Jan 2006 19:23:52 +0100] rev 18845
declare atomize/defn for Ball;
Sun, 29 Jan 2006 19:23:51 +0100 invent_fixes: merely enter body temporarily;
wenzelm [Sun, 29 Jan 2006 19:23:51 +0100] rev 18844
invent_fixes: merely enter body temporarily;
Sun, 29 Jan 2006 19:23:50 +0100 'unfolding': LocalDefs.unfold;
wenzelm [Sun, 29 Jan 2006 19:23:50 +0100] rev 18843
'unfolding': LocalDefs.unfold;
Sun, 29 Jan 2006 19:23:49 +0100 moved treatment of object-logic equalities to local_defs.ML;
wenzelm [Sun, 29 Jan 2006 19:23:49 +0100] rev 18842
moved treatment of object-logic equalities to local_defs.ML;
Sun, 29 Jan 2006 19:23:48 +0100 method (un)folded: option '(raw)';
wenzelm [Sun, 29 Jan 2006 19:23:48 +0100] rev 18841
method (un)folded: option '(raw)';
Sun, 29 Jan 2006 19:23:47 +0100 added attributes defn_add/del;
wenzelm [Sun, 29 Jan 2006 19:23:47 +0100] rev 18840
added attributes defn_add/del; added (un)fold operations (from object_logic.ML); tuned;
Sun, 29 Jan 2006 19:23:46 +0100 added 'defn' attribute;
wenzelm [Sun, 29 Jan 2006 19:23:46 +0100] rev 18839
added 'defn' attribute; attribute (un)folded: option '(raw)';
Sun, 29 Jan 2006 19:23:45 +0100 proper order of trfuns;
wenzelm [Sun, 29 Jan 2006 19:23:45 +0100] rev 18838
proper order of trfuns;
Sun, 29 Jan 2006 19:23:44 +0100 CPure: Context.add_setup;
wenzelm [Sun, 29 Jan 2006 19:23:44 +0100] rev 18837
CPure: Context.add_setup;
(0) -10000 -3000 -1000 -112 +112 +1000 +3000 +10000 +30000 tip