Sun, 14 Mar 2010 14:10:36 -0700 old domain package also defines map functions
huffman [Sun, 14 Mar 2010 14:10:36 -0700] rev 35792
old domain package also defines map functions
Sun, 14 Mar 2010 14:10:05 -0700 separate map-related code into new function define_map_functions
huffman [Sun, 14 Mar 2010 14:10:05 -0700] rev 35791
separate map-related code into new function define_map_functions
Sun, 14 Mar 2010 15:50:17 +0100 removed Local_Theory.theory_result by using local Typedef.add_typedef
Christian Urban <urbanc@in.tum.de> [Sun, 14 Mar 2010 15:50:17 +0100] rev 35790
removed Local_Theory.theory_result by using local Typedef.add_typedef
Sun, 14 Mar 2010 14:36:56 +0100 tuned comment;
wenzelm [Sun, 14 Mar 2010 14:36:56 +0100] rev 35789
tuned comment;
Sun, 14 Mar 2010 14:31:24 +0100 observe standard header format;
wenzelm [Sun, 14 Mar 2010 14:31:24 +0100] rev 35788
observe standard header format;
Sun, 14 Mar 2010 14:29:30 +0100 expose formal text;
wenzelm [Sun, 14 Mar 2010 14:29:30 +0100] rev 35787
expose formal text;
Sun, 14 Mar 2010 14:10:21 +0100 localized @{class} and @{type};
wenzelm [Sun, 14 Mar 2010 14:10:21 +0100] rev 35786
localized @{class} and @{type};
Sun, 14 Mar 2010 00:51:58 -0800 move functions into holcf_library.ML
huffman [Sun, 14 Mar 2010 00:51:58 -0800] rev 35785
move functions into holcf_library.ML
Sun, 14 Mar 2010 00:40:04 -0800 simplify definition of when combinators
huffman [Sun, 14 Mar 2010 00:40:04 -0800] rev 35784
simplify definition of when combinators
Sat, 13 Mar 2010 22:00:34 -0800 declare case_names for various induction rules
huffman [Sat, 13 Mar 2010 22:00:34 -0800] rev 35783
declare case_names for various induction rules
Sat, 13 Mar 2010 21:07:20 -0800 add case name 'adm' for infinite induction rules
huffman [Sat, 13 Mar 2010 21:07:20 -0800] rev 35782
add case name 'adm' for infinite induction rules
Sat, 13 Mar 2010 20:15:25 -0800 renamed some lemmas generated by the domain package
huffman [Sat, 13 Mar 2010 20:15:25 -0800] rev 35781
renamed some lemmas generated by the domain package
Sat, 13 Mar 2010 19:06:18 -0800 use Simplifier.context to avoid 'no proof context in simpset' errors from fixrec_simp after theory merge
huffman [Sat, 13 Mar 2010 19:06:18 -0800] rev 35780
use Simplifier.context to avoid 'no proof context in simpset' errors from fixrec_simp after theory merge
Sat, 13 Mar 2010 18:16:48 -0800 fixpat command prints legacy_feature warning
huffman [Sat, 13 Mar 2010 18:16:48 -0800] rev 35779
fixpat command prints legacy_feature warning
Sat, 13 Mar 2010 17:36:53 -0800 merged
huffman [Sat, 13 Mar 2010 17:36:53 -0800] rev 35778
merged
Sat, 13 Mar 2010 17:05:34 -0800 pass binding as argument to add_domain_constructors; proper binding for case combinator
huffman [Sat, 13 Mar 2010 17:05:34 -0800] rev 35777
pass binding as argument to add_domain_constructors; proper binding for case combinator
Sat, 13 Mar 2010 16:48:57 -0800 pass domain binding as argument to Domain_Theorems.theorems; proper qualified bindings for theorem names
huffman [Sat, 13 Mar 2010 16:48:57 -0800] rev 35776
pass domain binding as argument to Domain_Theorems.theorems; proper qualified bindings for theorem names
Sat, 13 Mar 2010 15:51:12 -0800 pass take_info as argument to Domain_Theorems.theorems
huffman [Sat, 13 Mar 2010 15:51:12 -0800] rev 35775
pass take_info as argument to Domain_Theorems.theorems
Sat, 13 Mar 2010 15:18:25 -0800 replace some string arguments with bindings
huffman [Sat, 13 Mar 2010 15:18:25 -0800] rev 35774
replace some string arguments with bindings
Sat, 13 Mar 2010 14:30:38 -0800 more consistent use of qualified bindings
huffman [Sat, 13 Mar 2010 14:30:38 -0800] rev 35773
more consistent use of qualified bindings
Sat, 13 Mar 2010 14:26:26 -0800 avoid unnecessary primed variable names
huffman [Sat, 13 Mar 2010 14:26:26 -0800] rev 35772
avoid unnecessary primed variable names
Sat, 13 Mar 2010 12:24:50 -0800 remove redundant lemmas
huffman [Sat, 13 Mar 2010 12:24:50 -0800] rev 35771
remove redundant lemmas
Sat, 13 Mar 2010 10:38:38 -0800 fixes to allow using fixrec_simp inside a locale, with test in ex/Fixrec_ex.thy
huffman [Sat, 13 Mar 2010 10:38:38 -0800] rev 35770
fixes to allow using fixrec_simp inside a locale, with test in ex/Fixrec_ex.thy
Sat, 13 Mar 2010 10:00:45 -0800 fixrec now generates qualified theorem names
huffman [Sat, 13 Mar 2010 10:00:45 -0800] rev 35769
fixrec now generates qualified theorem names
Sat, 13 Mar 2010 09:32:19 -0800 no_document for Infinite_Set in HOLCF
huffman [Sat, 13 Mar 2010 09:32:19 -0800] rev 35768
no_document for Infinite_Set in HOLCF
Sat, 13 Mar 2010 20:44:12 +0100 removed unused Args.maxidx_values and Element.generalize_facts;
wenzelm [Sat, 13 Mar 2010 20:44:12 +0100] rev 35767
removed unused Args.maxidx_values and Element.generalize_facts;
Sat, 13 Mar 2010 20:34:22 +0100 Local_Theory.define handles hidden polymorphism;
wenzelm [Sat, 13 Mar 2010 20:34:22 +0100] rev 35766
Local_Theory.define handles hidden polymorphism;
Sat, 13 Mar 2010 20:33:14 +0100 local theory specifications handle hidden polymorphism implicitly;
wenzelm [Sat, 13 Mar 2010 20:33:14 +0100] rev 35765
local theory specifications handle hidden polymorphism implicitly;
Sat, 13 Mar 2010 19:35:53 +0100 minor tuning and simplification;
wenzelm [Sat, 13 Mar 2010 19:35:53 +0100] rev 35764
minor tuning and simplification;
Sat, 13 Mar 2010 17:19:12 +0100 removed obsolete HOL/Library/Coinductive_List.thy, superceded by thys/Coinductive/Coinductive_List.thy in AFP/f2f5727b77d0;
wenzelm [Sat, 13 Mar 2010 17:19:12 +0100] rev 35763
removed obsolete HOL/Library/Coinductive_List.thy, superceded by thys/Coinductive/Coinductive_List.thy in AFP/f2f5727b77d0;
Sat, 13 Mar 2010 16:44:12 +0100 removed old CVS Ids;
wenzelm [Sat, 13 Mar 2010 16:44:12 +0100] rev 35762
removed old CVS Ids; tuned headers;
Sat, 13 Mar 2010 16:37:15 +0100 reverted fe9b43a08187 -- "warning" is a perfectly normal way of tactics to emit spurious messages (although "arith" could be less chatty), while "priority" is a special Proof General protocol message;
wenzelm [Sat, 13 Mar 2010 16:37:15 +0100] rev 35761
reverted fe9b43a08187 -- "warning" is a perfectly normal way of tactics to emit spurious messages (although "arith" could be less chatty), while "priority" is a special Proof General protocol message;
Sat, 13 Mar 2010 15:11:59 +0100 merged
wenzelm [Sat, 13 Mar 2010 15:11:59 +0100] rev 35760
merged
Fri, 12 Mar 2010 20:04:48 +0100 merged
bulwahn [Fri, 12 Mar 2010 20:04:48 +0100] rev 35759
merged
Fri, 12 Mar 2010 14:04:59 +0100 adopting predicate compiler to changes in Spec_Rules; removed dependency to Nitpick_Intros
bulwahn [Fri, 12 Mar 2010 14:04:59 +0100] rev 35758
adopting predicate compiler to changes in Spec_Rules; removed dependency to Nitpick_Intros
Fri, 12 Mar 2010 12:14:31 +0100 adding Spec_Rules to definitional package inductive and inductive_set
bulwahn [Fri, 12 Mar 2010 12:14:31 +0100] rev 35757
adding Spec_Rules to definitional package inductive and inductive_set
Fri, 12 Mar 2010 12:14:30 +0100 refining and adding Spec_Rules to definitional packages old_primrec, primrec, recdef, size and function
bulwahn [Fri, 12 Mar 2010 12:14:30 +0100] rev 35756
refining and adding Spec_Rules to definitional packages old_primrec, primrec, recdef, size and function
Fri, 12 Mar 2010 18:43:22 +0100 merged
nipkow [Fri, 12 Mar 2010 18:43:22 +0100] rev 35755
merged
Fri, 12 Mar 2010 18:42:56 +0100 Reorganized Hoare logic theories; added Hoare_Den
nipkow [Fri, 12 Mar 2010 18:42:56 +0100] rev 35754
Reorganized Hoare logic theories; added Hoare_Den
Fri, 12 Mar 2010 16:02:42 +0100 merged
hoelzl [Fri, 12 Mar 2010 16:02:42 +0100] rev 35753
merged
Tue, 09 Mar 2010 15:42:23 +0100 reset smt_certificates
himmelma [Tue, 09 Mar 2010 15:42:23 +0100] rev 35752
reset smt_certificates
Tue, 09 Mar 2010 15:39:26 +0100 added lemmas
himmelma [Tue, 09 Mar 2010 15:39:26 +0100] rev 35751
added lemmas
Fri, 12 Mar 2010 15:48:37 +0100 merged
nipkow [Fri, 12 Mar 2010 15:48:37 +0100] rev 35750
merged
Fri, 12 Mar 2010 15:48:18 +0100 Added Hoare_Op.thy
nipkow [Fri, 12 Mar 2010 15:48:18 +0100] rev 35749
Added Hoare_Op.thy
Fri, 12 Mar 2010 15:35:41 +0100 Equality of integral and infinite sum.
hoelzl [Fri, 12 Mar 2010 15:35:41 +0100] rev 35748
Equality of integral and infinite sum.
Fri, 12 Mar 2010 12:02:22 +0100 make tests less demanding, to prevent sporadic failures
blanchet [Fri, 12 Mar 2010 12:02:22 +0100] rev 35747
make tests less demanding, to prevent sporadic failures
Sat, 13 Mar 2010 15:12:56 +0100 more antiquotations;
wenzelm [Sat, 13 Mar 2010 15:12:56 +0100] rev 35746
more antiquotations;
Sat, 13 Mar 2010 15:12:47 +0100 command 'typedef' now works within a local theory context;
wenzelm [Sat, 13 Mar 2010 15:12:47 +0100] rev 35745
command 'typedef' now works within a local theory context;
Sat, 13 Mar 2010 15:12:17 +0100 removed obsolete HOL 'typedecl';
wenzelm [Sat, 13 Mar 2010 15:12:17 +0100] rev 35744
removed obsolete HOL 'typedecl'; local theory version of HOL 'typedef';
Sat, 13 Mar 2010 14:44:47 +0100 adapted to localized typedef: handle single global interpretation only;
wenzelm [Sat, 13 Mar 2010 14:44:47 +0100] rev 35743
adapted to localized typedef: handle single global interpretation only;
Sat, 13 Mar 2010 14:43:04 +0100 global typedef;
wenzelm [Sat, 13 Mar 2010 14:43:04 +0100] rev 35742
global typedef;
Sat, 13 Mar 2010 14:42:16 +0100 localized typedef;
wenzelm [Sat, 13 Mar 2010 14:42:16 +0100] rev 35741
localized typedef; Typedef.get_info can yield multiple typedef interpretations, even in a global context; misc tuning and modernization;
Sat, 13 Mar 2010 14:41:37 +0100 added typedecl_wrt, which affects default sorts of type args;
wenzelm [Sat, 13 Mar 2010 14:41:37 +0100] rev 35740
added typedecl_wrt, which affects default sorts of type args; misc tuning and simplification;
Sat, 13 Mar 2010 14:41:14 +0100 Local_Defs.contract convenience;
wenzelm [Sat, 13 Mar 2010 14:41:14 +0100] rev 35739
Local_Defs.contract convenience;
Sat, 13 Mar 2010 14:40:36 +0100 added Local_Theory.alias operations (independent of target);
wenzelm [Sat, 13 Mar 2010 14:40:36 +0100] rev 35738
added Local_Theory.alias operations (independent of target);
Thu, 11 Mar 2010 23:47:16 +0100 merged
wenzelm [Thu, 11 Mar 2010 23:47:16 +0100] rev 35737
merged
Thu, 11 Mar 2010 19:06:03 +0100 merged
nipkow [Thu, 11 Mar 2010 19:06:03 +0100] rev 35736
merged
Thu, 11 Mar 2010 19:05:46 +0100 converted proofs to Isar
nipkow [Thu, 11 Mar 2010 19:05:46 +0100] rev 35735
converted proofs to Isar
Thu, 11 Mar 2010 17:52:15 +0100 merged
haftmann [Thu, 11 Mar 2010 17:52:15 +0100] rev 35734
merged
Thu, 11 Mar 2010 17:39:45 +0100 merged
haftmann [Thu, 11 Mar 2010 17:39:45 +0100] rev 35733
merged
Thu, 11 Mar 2010 15:52:35 +0100 tuned prefix of ac rules
haftmann [Thu, 11 Mar 2010 15:52:35 +0100] rev 35732
tuned prefix of ac rules
Thu, 11 Mar 2010 15:52:35 +0100 deleted default simp rule card.insert
haftmann [Thu, 11 Mar 2010 15:52:35 +0100] rev 35731
deleted default simp rule card.insert
Thu, 11 Mar 2010 15:52:34 +0100 updated generated certificate
haftmann [Thu, 11 Mar 2010 15:52:34 +0100] rev 35730
updated generated certificate
Thu, 11 Mar 2010 15:52:34 +0100 replaced card_def by card_eq_setsum
haftmann [Thu, 11 Mar 2010 15:52:34 +0100] rev 35729
replaced card_def by card_eq_setsum
Thu, 11 Mar 2010 15:52:33 +0100 NEWS
haftmann [Thu, 11 Mar 2010 15:52:33 +0100] rev 35728
NEWS
Thu, 11 Mar 2010 14:40:29 +0100 Big_Operators now in Main rather than Plain
haftmann [Thu, 11 Mar 2010 14:40:29 +0100] rev 35727
Big_Operators now in Main rather than Plain
Thu, 11 Mar 2010 14:39:58 +0100 tuned prefixes of ac interpretations
haftmann [Thu, 11 Mar 2010 14:39:58 +0100] rev 35726
tuned prefixes of ac interpretations
Thu, 11 Mar 2010 14:39:58 +0100 Big_Operators now in Main rather than Plain src/HOL/Wellfounded.thy
haftmann [Thu, 11 Mar 2010 14:39:58 +0100] rev 35725
Big_Operators now in Main rather than Plain src/HOL/Wellfounded.thy
Thu, 11 Mar 2010 14:38:20 +0100 fixed typo
haftmann [Thu, 11 Mar 2010 14:38:20 +0100] rev 35724
fixed typo
Thu, 11 Mar 2010 14:38:19 +0100 tuned monoid locales and prefix of sublocale interpretations
haftmann [Thu, 11 Mar 2010 14:38:19 +0100] rev 35723
tuned monoid locales and prefix of sublocale interpretations
Thu, 11 Mar 2010 14:38:13 +0100 moved cardinality to Finite_Set as far as appropriate; added locales for fold_image
haftmann [Thu, 11 Mar 2010 14:38:13 +0100] rev 35722
moved cardinality to Finite_Set as far as appropriate; added locales for fold_image
Thu, 11 Mar 2010 14:38:09 +0100 fixed typo
haftmann [Thu, 11 Mar 2010 14:38:09 +0100] rev 35721
fixed typo
Wed, 10 Mar 2010 16:53:43 +0100 added locales for monoids
haftmann [Wed, 10 Mar 2010 16:53:43 +0100] rev 35720
added locales for monoids
Wed, 10 Mar 2010 16:53:27 +0100 split off theory Big_Operators from theory Finite_Set
haftmann [Wed, 10 Mar 2010 16:53:27 +0100] rev 35719
split off theory Big_Operators from theory Finite_Set
Thu, 11 Mar 2010 17:48:07 +0100 moved some Nitpick code around
blanchet [Thu, 11 Mar 2010 17:48:07 +0100] rev 35718
moved some Nitpick code around
Thu, 11 Mar 2010 23:45:41 +0100 more basic Local_Defs.export_cterm;
wenzelm [Thu, 11 Mar 2010 23:45:41 +0100] rev 35717
more basic Local_Defs.export_cterm;
Thu, 11 Mar 2010 23:07:12 +0100 tuned signature;
wenzelm [Thu, 11 Mar 2010 23:07:12 +0100] rev 35716
tuned signature;
Thu, 11 Mar 2010 23:07:02 +0100 tuned;
wenzelm [Thu, 11 Mar 2010 23:07:02 +0100] rev 35715
tuned;
Thu, 11 Mar 2010 18:52:50 +0100 actually apply morphism to binding;
wenzelm [Thu, 11 Mar 2010 18:52:50 +0100] rev 35714
actually apply morphism to binding;
Thu, 11 Mar 2010 16:56:22 +0100 absolute lib_path relative to ML_HOME -- for improved robustness;
wenzelm [Thu, 11 Mar 2010 16:56:22 +0100] rev 35713
absolute lib_path relative to ML_HOME -- for improved robustness; explicit warning if shared library failed to load;
Thu, 11 Mar 2010 15:33:45 +0100 added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
blanchet [Thu, 11 Mar 2010 15:33:45 +0100] rev 35712
added a mechanism to Nitpick to support custom rendering of terms, and used it for multisets
Thu, 11 Mar 2010 12:22:11 +0100 added term postprocessor to Nitpick, to provide custom syntax for typedefs
blanchet [Thu, 11 Mar 2010 12:22:11 +0100] rev 35711
added term postprocessor to Nitpick, to provide custom syntax for typedefs
Thu, 11 Mar 2010 10:13:24 +0100 made "Manual_Nits" tests more robust
blanchet [Thu, 11 Mar 2010 10:13:24 +0100] rev 35710
made "Manual_Nits" tests more robust
Thu, 11 Mar 2010 09:09:51 +0100 merged
haftmann [Thu, 11 Mar 2010 09:09:51 +0100] rev 35709
merged
Thu, 11 Mar 2010 09:09:43 +0100 made smlnj happy
haftmann [Thu, 11 Mar 2010 09:09:43 +0100] rev 35708
made smlnj happy
Wed, 10 Mar 2010 16:06:48 -0800 replace Nat_Int_Bij with Nat_Bijection in ROOT.ML
huffman [Wed, 10 Mar 2010 16:06:48 -0800] rev 35707
replace Nat_Int_Bij with Nat_Bijection in ROOT.ML
Wed, 10 Mar 2010 16:00:51 -0800 remove obsolete theory Nat_Int_Bij
huffman [Wed, 10 Mar 2010 16:00:51 -0800] rev 35706
remove obsolete theory Nat_Int_Bij
Wed, 10 Mar 2010 15:58:53 -0800 switch from Nat_Int_Bij to Nat_Bijection
huffman [Wed, 10 Mar 2010 15:58:53 -0800] rev 35705
switch from Nat_Int_Bij to Nat_Bijection
Wed, 10 Mar 2010 15:57:01 -0800 convert HOL-Probability to use Nat_Bijection library
huffman [Wed, 10 Mar 2010 15:57:01 -0800] rev 35704
convert HOL-Probability to use Nat_Bijection library
Wed, 10 Mar 2010 15:38:33 -0800 convert SET_Protocol to use Nat_Bijection library
huffman [Wed, 10 Mar 2010 15:38:33 -0800] rev 35703
convert SET_Protocol to use Nat_Bijection library
Wed, 10 Mar 2010 15:33:13 -0800 convert TLS to use Nat_Bijection library
huffman [Wed, 10 Mar 2010 15:33:13 -0800] rev 35702
convert TLS to use Nat_Bijection library
Wed, 10 Mar 2010 15:20:13 -0800 adapt HOLCF to use Nat_Bijection library
huffman [Wed, 10 Mar 2010 15:20:13 -0800] rev 35701
adapt HOLCF to use Nat_Bijection library
Wed, 10 Mar 2010 14:57:13 -0800 new theory Library/Nat_Bijection.thy
huffman [Wed, 10 Mar 2010 14:57:13 -0800] rev 35700
new theory Library/Nat_Bijection.thy
Wed, 10 Mar 2010 19:21:59 +0100 improve precision of "card" in Nitpick
blanchet [Wed, 10 Mar 2010 19:21:59 +0100] rev 35699
improve precision of "card" in Nitpick
Wed, 10 Mar 2010 17:46:28 +0100 merged
blanchet [Wed, 10 Mar 2010 17:46:28 +0100] rev 35698
merged
Wed, 10 Mar 2010 16:17:11 +0100 merged
blanchet [Wed, 10 Mar 2010 16:17:11 +0100] rev 35697
merged
Wed, 10 Mar 2010 15:06:40 +0100 show nice error message in Nitpick when "java" is not available
blanchet [Wed, 10 Mar 2010 15:06:40 +0100] rev 35696
show nice error message in Nitpick when "java" is not available
Wed, 10 Mar 2010 14:21:01 +0100 fixed soundness bug in Nitpick
blanchet [Wed, 10 Mar 2010 14:21:01 +0100] rev 35695
fixed soundness bug in Nitpick
Wed, 10 Mar 2010 16:40:20 +0100 merged
hoelzl [Wed, 10 Mar 2010 16:40:20 +0100] rev 35694
merged
Tue, 09 Mar 2010 16:30:43 +0100 Use same order of neq-elimination as in proof search.
hoelzl [Tue, 09 Mar 2010 16:30:43 +0100] rev 35693
Use same order of neq-elimination as in proof search.
Mon, 08 Mar 2010 11:30:55 +0100 Moved theorems in Lebesgue to the right places
hoelzl [Mon, 08 Mar 2010 11:30:55 +0100] rev 35692
Moved theorems in Lebesgue to the right places
Wed, 10 Mar 2010 15:29:23 +0100 constdefs is legacy
haftmann [Wed, 10 Mar 2010 15:29:23 +0100] rev 35691
constdefs is legacy
Wed, 10 Mar 2010 15:29:22 +0100 recdef is legacy
haftmann [Wed, 10 Mar 2010 15:29:22 +0100] rev 35690
recdef is legacy
Wed, 10 Mar 2010 15:29:22 +0100 fixed typo
haftmann [Wed, 10 Mar 2010 15:29:22 +0100] rev 35689
fixed typo
Wed, 10 Mar 2010 15:29:22 +0100 avoid confusion
haftmann [Wed, 10 Mar 2010 15:29:22 +0100] rev 35688
avoid confusion
Wed, 10 Mar 2010 15:29:21 +0100 tuned whitespace
haftmann [Wed, 10 Mar 2010 15:29:21 +0100] rev 35687
tuned whitespace
Wed, 10 Mar 2010 08:04:50 +0100 merged
haftmann [Wed, 10 Mar 2010 08:04:50 +0100] rev 35686
merged
Wed, 10 Mar 2010 08:04:39 +0100 tuned
haftmann [Wed, 10 Mar 2010 08:04:39 +0100] rev 35685
tuned
Tue, 09 Mar 2010 21:19:49 +0100 clarified transfer code proper; more natural declaration of return rules
haftmann [Tue, 09 Mar 2010 21:19:49 +0100] rev 35684
clarified transfer code proper; more natural declaration of return rules
Tue, 09 Mar 2010 21:19:48 +0100 misc tuning
haftmann [Tue, 09 Mar 2010 21:19:48 +0100] rev 35683
misc tuning
Tue, 09 Mar 2010 23:32:49 +0100 Typedecl.typedecl_global;
wenzelm [Tue, 09 Mar 2010 23:32:49 +0100] rev 35682
Typedecl.typedecl_global;
Tue, 09 Mar 2010 23:32:13 +0100 localized typedecl;
wenzelm [Tue, 09 Mar 2010 23:32:13 +0100] rev 35681
localized typedecl;
Tue, 09 Mar 2010 23:29:04 +0100 aliases for class/type/const;
wenzelm [Tue, 09 Mar 2010 23:29:04 +0100] rev 35680
aliases for class/type/const; tuned;
Tue, 09 Mar 2010 23:27:35 +0100 added Name_Space.alias -- additional accesses for an existing entry;
wenzelm [Tue, 09 Mar 2010 23:27:35 +0100] rev 35679
added Name_Space.alias -- additional accesses for an existing entry;
Tue, 09 Mar 2010 20:23:19 +0100 merged
wenzelm [Tue, 09 Mar 2010 20:23:19 +0100] rev 35678
merged
Tue, 09 Mar 2010 18:33:01 +0100 merged
haftmann [Tue, 09 Mar 2010 18:33:01 +0100] rev 35677
merged
Tue, 09 Mar 2010 18:31:37 +0100 data administration using canonical functorial operations
haftmann [Tue, 09 Mar 2010 18:31:37 +0100] rev 35676
data administration using canonical functorial operations
Tue, 09 Mar 2010 16:15:19 +0100 tuned data structures; using AList.map_default
haftmann [Tue, 09 Mar 2010 16:15:19 +0100] rev 35675
tuned data structures; using AList.map_default
Tue, 09 Mar 2010 15:47:16 +0100 consistent field names; tuned interface
haftmann [Tue, 09 Mar 2010 15:47:16 +0100] rev 35674
consistent field names; tuned interface
Tue, 09 Mar 2010 15:47:15 +0100 weakend class ring_div; tuned
haftmann [Tue, 09 Mar 2010 15:47:15 +0100] rev 35673
weakend class ring_div; tuned
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip