Tue, 21 Feb 2006 16:37:54 +0100 added Tools/nbe, fixes
nipkow [Tue, 21 Feb 2006 16:37:54 +0100] rev 19118
added Tools/nbe, fixes
Tue, 21 Feb 2006 16:37:33 +0100 added Tools/nbe
nipkow [Tue, 21 Feb 2006 16:37:33 +0100] rev 19117
added Tools/nbe
Tue, 21 Feb 2006 16:18:50 +0100 New normalization-by-evaluation package
nipkow [Tue, 21 Feb 2006 16:18:50 +0100] rev 19116
New normalization-by-evaluation package
Tue, 21 Feb 2006 15:06:50 +0100 distinct (op =);
wenzelm [Tue, 21 Feb 2006 15:06:50 +0100] rev 19115
distinct (op =); removed spurious PolyML.print;
Mon, 20 Feb 2006 21:51:50 +0100 fixed
kleing [Mon, 20 Feb 2006 21:51:50 +0100] rev 19114
fixed
Mon, 20 Feb 2006 16:23:38 +0100 Inclusion of subset_refl in ATP calls
paulson [Mon, 20 Feb 2006 16:23:38 +0100] rev 19113
Inclusion of subset_refl in ATP calls
Mon, 20 Feb 2006 16:22:52 +0100 Fix variable-naming bug (?) by removing a needless recursive call
paulson [Mon, 20 Feb 2006 16:22:52 +0100] rev 19112
Fix variable-naming bug (?) by removing a needless recursive call
Mon, 20 Feb 2006 11:38:06 +0100 slight code generator serialization improvements
haftmann [Mon, 20 Feb 2006 11:38:06 +0100] rev 19111
slight code generator serialization improvements
Mon, 20 Feb 2006 11:37:18 +0100 moved intro_classes from AxClass to ClassPackage
haftmann [Mon, 20 Feb 2006 11:37:18 +0100] rev 19110
moved intro_classes from AxClass to ClassPackage
Sun, 19 Feb 2006 22:40:18 +0100 fixed document
kleing [Sun, 19 Feb 2006 22:40:18 +0100] rev 19109
fixed document
Sun, 19 Feb 2006 22:12:30 +0100 * denumerability of rationals by Benjamin Porter, based on NatPair (by Stefan Richter)
kleing [Sun, 19 Feb 2006 22:12:30 +0100] rev 19108
* denumerability of rationals by Benjamin Porter, based on NatPair (by Stefan Richter) #3 in http://www.cs.ru.nl/~freek/100/
Sun, 19 Feb 2006 17:18:39 +0100 added a few lemmas to do with permutation-equivalence for the
urbanc [Sun, 19 Feb 2006 17:18:39 +0100] rev 19107
added a few lemmas to do with permutation-equivalence for the recursion combinator
Sun, 19 Feb 2006 13:21:32 +0100 * added Library/ASeries (sum of arithmetic series with instantiation to nat and int)
kleing [Sun, 19 Feb 2006 13:21:32 +0100] rev 19106
* added Library/ASeries (sum of arithmetic series with instantiation to nat and int) * added Complex/ex/ASeries_Complex (instantiation of the above for reals) * added Complex/ex/HarmonicSeries (should really be in something like Complex/Library) (these are contributions by Benjamin Porter, numbers 68 and 34 of http://www.cs.ru.nl/~freek/100/)
Sun, 19 Feb 2006 02:11:27 +0100 use minimal imports
huffman [Sun, 19 Feb 2006 02:11:27 +0100] rev 19105
use minimal imports
Sun, 19 Feb 2006 01:40:13 +0100 use qualified name for return
huffman [Sun, 19 Feb 2006 01:40:13 +0100] rev 19104
use qualified name for return
Sat, 18 Feb 2006 18:08:23 +0100 dest_def: tuned error msg;
wenzelm [Sat, 18 Feb 2006 18:08:23 +0100] rev 19103
dest_def: tuned error msg;
Fri, 17 Feb 2006 20:03:21 +0100 const constraints: provide TFrees instead of TVars,
wenzelm [Fri, 17 Feb 2006 20:03:21 +0100] rev 19102
const constraints: provide TFrees instead of TVars, actually delete constraint (allows Consts.merge caused by ProofContext.transfer after qed);
Fri, 17 Feb 2006 20:03:19 +0100 checkpoint/copy_node: reset body context;
wenzelm [Fri, 17 Feb 2006 20:03:19 +0100] rev 19101
checkpoint/copy_node: reset body context;
Fri, 17 Feb 2006 20:03:17 +0100 global_qeds: transfer body context;
wenzelm [Fri, 17 Feb 2006 20:03:17 +0100] rev 19100
global_qeds: transfer body context;
Fri, 17 Feb 2006 20:03:14 +0100 add_const_constraint(_i): demand TFrees instead of TVars, optional type (i.e. may delete constraints);
wenzelm [Fri, 17 Feb 2006 20:03:14 +0100] rev 19099
add_const_constraint(_i): demand TFrees instead of TVars, optional type (i.e. may delete constraints);
Fri, 17 Feb 2006 20:03:10 +0100 constrain: assert const declaration, optional type (i.e. may delete constraints);
wenzelm [Fri, 17 Feb 2006 20:03:10 +0100] rev 19098
constrain: assert const declaration, optional type (i.e. may delete constraints);
Fri, 17 Feb 2006 17:00:33 +0100 removed Import/lazy_scan.ML;
wenzelm [Fri, 17 Feb 2006 17:00:33 +0100] rev 19097
removed Import/lazy_scan.ML;
Fri, 17 Feb 2006 15:43:46 +0100 hyperlinks in the PDF work now
paulson [Fri, 17 Feb 2006 15:43:46 +0100] rev 19096
hyperlinks in the PDF work now
Fri, 17 Feb 2006 15:03:26 +0100 replaced Symbol.explode by explode
obua [Fri, 17 Feb 2006 15:03:26 +0100] rev 19095
replaced Symbol.explode by explode
Fri, 17 Feb 2006 08:42:41 +0100 updated mailing list archive link
haftmann [Fri, 17 Feb 2006 08:42:41 +0100] rev 19094
updated mailing list archive link
Fri, 17 Feb 2006 03:30:50 +0100 use monomorphic sequences / scanners
obua [Fri, 17 Feb 2006 03:30:50 +0100] rev 19093
use monomorphic sequences / scanners
Fri, 17 Feb 2006 01:46:38 +0100 make maybe into a real type constructor; remove monad syntax
huffman [Fri, 17 Feb 2006 01:46:38 +0100] rev 19092
make maybe into a real type constructor; remove monad syntax
Thu, 16 Feb 2006 23:40:32 +0100 use VectorScannerSeq instead of ListScannerSeq in xml.ML
obua [Thu, 16 Feb 2006 23:40:32 +0100] rev 19091
use VectorScannerSeq instead of ListScannerSeq in xml.ML
Thu, 16 Feb 2006 23:31:32 +0100 removed lazy_scan
obua [Thu, 16 Feb 2006 23:31:32 +0100] rev 19090
removed lazy_scan
Thu, 16 Feb 2006 23:30:47 +0100 improved scanning
obua [Thu, 16 Feb 2006 23:30:47 +0100] rev 19089
improved scanning
Thu, 16 Feb 2006 21:15:38 +0100 tuned;
wenzelm [Thu, 16 Feb 2006 21:15:38 +0100] rev 19088
tuned;
Thu, 16 Feb 2006 21:12:03 +0100 Abstract Natural Numbers with polymorphic recursion.
wenzelm [Thu, 16 Feb 2006 21:12:03 +0100] rev 19087
Abstract Natural Numbers with polymorphic recursion.
Thu, 16 Feb 2006 21:12:00 +0100 new-style definitions/abbreviations;
wenzelm [Thu, 16 Feb 2006 21:12:00 +0100] rev 19086
new-style definitions/abbreviations;
Thu, 16 Feb 2006 21:11:58 +0100 added ex/Abstract_NAT.thy;
wenzelm [Thu, 16 Feb 2006 21:11:58 +0100] rev 19085
added ex/Abstract_NAT.thy;
Thu, 16 Feb 2006 19:39:02 +0100 tuned;
wenzelm [Thu, 16 Feb 2006 19:39:02 +0100] rev 19084
tuned;
Thu, 16 Feb 2006 19:10:47 +0100 tuned;
wenzelm [Thu, 16 Feb 2006 19:10:47 +0100] rev 19083
tuned;
Thu, 16 Feb 2006 18:59:39 +0100 removed silly stuff
haftmann [Thu, 16 Feb 2006 18:59:39 +0100] rev 19082
removed silly stuff
Thu, 16 Feb 2006 18:39:48 +0100 * Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm [Thu, 16 Feb 2006 18:39:48 +0100] rev 19081
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
Thu, 16 Feb 2006 18:26:04 +0100 added abbreviation(_i);
wenzelm [Thu, 16 Feb 2006 18:26:04 +0100] rev 19080
added abbreviation(_i);
Thu, 16 Feb 2006 18:26:03 +0100 added put_thms_internal: local_naming, no fact index;
wenzelm [Thu, 16 Feb 2006 18:26:03 +0100] rev 19079
added put_thms_internal: local_naming, no fact index; tuned;
Thu, 16 Feb 2006 18:26:02 +0100 added put_thms_internal;
wenzelm [Thu, 16 Feb 2006 18:26:02 +0100] rev 19078
added put_thms_internal; tuned;
Thu, 16 Feb 2006 18:26:01 +0100 added abbrev element;
wenzelm [Thu, 16 Feb 2006 18:26:01 +0100] rev 19077
added abbrev element;
Thu, 16 Feb 2006 18:26:00 +0100 added 'abbreviation';
wenzelm [Thu, 16 Feb 2006 18:26:00 +0100] rev 19076
added 'abbreviation'; tuned;
Thu, 16 Feb 2006 18:25:58 +0100 added premsN;
wenzelm [Thu, 16 Feb 2006 18:25:58 +0100] rev 19075
added premsN;
Thu, 16 Feb 2006 18:25:58 +0100 Proof.put_thms_internal;
wenzelm [Thu, 16 Feb 2006 18:25:58 +0100] rev 19074
Proof.put_thms_internal;
Thu, 16 Feb 2006 18:25:56 +0100 removed pointless replace;
wenzelm [Thu, 16 Feb 2006 18:25:56 +0100] rev 19073
removed pointless replace;
Thu, 16 Feb 2006 18:25:55 +0100 tuned;
wenzelm [Thu, 16 Feb 2006 18:25:55 +0100] rev 19072
tuned;
Thu, 16 Feb 2006 18:25:55 +0100 dest_def: actually return beta-eta contracted equation;
wenzelm [Thu, 16 Feb 2006 18:25:55 +0100] rev 19071
dest_def: actually return beta-eta contracted equation;
Thu, 16 Feb 2006 18:25:54 +0100 derived specifications: definition, abbreviation, axiomatization;
wenzelm [Thu, 16 Feb 2006 18:25:54 +0100] rev 19070
derived specifications: definition, abbreviation, axiomatization;
Thu, 16 Feb 2006 18:25:52 +0100 updated;
wenzelm [Thu, 16 Feb 2006 18:25:52 +0100] rev 19069
updated;
Thu, 16 Feb 2006 14:59:57 +0100 cache improvements
obua [Thu, 16 Feb 2006 14:59:57 +0100] rev 19068
cache improvements
Thu, 16 Feb 2006 04:17:19 +0100 variable counter is now also cached
obua [Thu, 16 Feb 2006 04:17:19 +0100] rev 19067
variable counter is now also cached
Thu, 16 Feb 2006 03:23:57 +0100 adapted to kernel changes
obua [Thu, 16 Feb 2006 03:23:57 +0100] rev 19066
adapted to kernel changes
Thu, 16 Feb 2006 00:09:46 +0100 tuned subst_bound(s);
wenzelm [Thu, 16 Feb 2006 00:09:46 +0100] rev 19065
tuned subst_bound(s);
Wed, 15 Feb 2006 23:57:06 +0100 fixed bugs, added caching
obua [Wed, 15 Feb 2006 23:57:06 +0100] rev 19064
fixed bugs, added caching
Wed, 15 Feb 2006 21:35:13 +0100 added cases_node;
wenzelm [Wed, 15 Feb 2006 21:35:13 +0100] rev 19063
added cases_node; replaced body_context_of by body_context_node, removed no_body_context; copy: ProofContext.transfer; added present_local_theory, present_proof; removed internal command interface;
Wed, 15 Feb 2006 21:35:12 +0100 replaced qualified_force_prefix to sticky_prefix;
wenzelm [Wed, 15 Feb 2006 21:35:12 +0100] rev 19062
replaced qualified_force_prefix to sticky_prefix; do not export read_terms;
Wed, 15 Feb 2006 21:35:11 +0100 removed distinct, renamed gen_distinct to distinct;
wenzelm [Wed, 15 Feb 2006 21:35:11 +0100] rev 19061
removed distinct, renamed gen_distinct to distinct; replaced qualified_force_prefix by qualified_names/sticky_prefix;
Wed, 15 Feb 2006 21:35:11 +0100 check_text: Toplevel.node option;
wenzelm [Wed, 15 Feb 2006 21:35:11 +0100] rev 19060
check_text: Toplevel.node option;
Wed, 15 Feb 2006 21:35:09 +0100 init/exit no longer change the theory (no naming);
wenzelm [Wed, 15 Feb 2006 21:35:09 +0100] rev 19059
init/exit no longer change the theory (no naming); added naming, restore_naming, mapping;
Wed, 15 Feb 2006 21:35:09 +0100 evaluate antiquotes depending on Toplevel.node option;
wenzelm [Wed, 15 Feb 2006 21:35:09 +0100] rev 19058
evaluate antiquotes depending on Toplevel.node option;
Wed, 15 Feb 2006 21:35:07 +0100 simplified presentation commands;
wenzelm [Wed, 15 Feb 2006 21:35:07 +0100] rev 19057
simplified presentation commands;
Wed, 15 Feb 2006 21:35:06 +0100 sane version of distinct_subgoals_tac, based on composition with Drule.distinct_prems_rl;
wenzelm [Wed, 15 Feb 2006 21:35:06 +0100] rev 19056
sane version of distinct_subgoals_tac, based on composition with Drule.distinct_prems_rl;
Wed, 15 Feb 2006 21:35:06 +0100 removed qualified_force_prefix;
wenzelm [Wed, 15 Feb 2006 21:35:06 +0100] rev 19055
removed qualified_force_prefix; added sticky_prefix;
Wed, 15 Feb 2006 21:35:04 +0100 replaced qualified_force_prefix to sticky_prefix;
wenzelm [Wed, 15 Feb 2006 21:35:04 +0100] rev 19054
replaced qualified_force_prefix to sticky_prefix;
Wed, 15 Feb 2006 21:35:04 +0100 chop is no longer pervasive;
wenzelm [Wed, 15 Feb 2006 21:35:04 +0100] rev 19053
chop is no longer pervasive; removed obsolete thms_containing;
Wed, 15 Feb 2006 21:35:02 +0100 rewrite_cterm: Thm.adjust_maxidx prevents unnecessary increments on rules;
wenzelm [Wed, 15 Feb 2006 21:35:02 +0100] rev 19052
rewrite_cterm: Thm.adjust_maxidx prevents unnecessary increments on rules;
Wed, 15 Feb 2006 21:35:02 +0100 added distinct_prems_rl;
wenzelm [Wed, 15 Feb 2006 21:35:02 +0100] rev 19051
added distinct_prems_rl;
Wed, 15 Feb 2006 21:35:00 +0100 specifications_of: avoid partiality;
wenzelm [Wed, 15 Feb 2006 21:35:00 +0100] rev 19050
specifications_of: avoid partiality;
Wed, 15 Feb 2006 21:34:59 +0100 counter example: avoid vacuous trace;
wenzelm [Wed, 15 Feb 2006 21:34:59 +0100] rev 19049
counter example: avoid vacuous trace;
Wed, 15 Feb 2006 21:34:59 +0100 cannot use section before setup;
wenzelm [Wed, 15 Feb 2006 21:34:59 +0100] rev 19048
cannot use section before setup;
Wed, 15 Feb 2006 21:34:57 +0100 used Tactic.distinct_subgoals_tac;
wenzelm [Wed, 15 Feb 2006 21:34:57 +0100] rev 19047
used Tactic.distinct_subgoals_tac;
Wed, 15 Feb 2006 21:34:55 +0100 removed distinct, renamed gen_distinct to distinct;
wenzelm [Wed, 15 Feb 2006 21:34:55 +0100] rev 19046
removed distinct, renamed gen_distinct to distinct;
Wed, 15 Feb 2006 19:11:10 +0100 added lemma pt_perm_compose'
urbanc [Wed, 15 Feb 2006 19:11:10 +0100] rev 19045
added lemma pt_perm_compose'
Wed, 15 Feb 2006 19:01:09 +0100 got rid of superfluous linorder_neqE-instance for int.
nipkow [Wed, 15 Feb 2006 19:01:09 +0100] rev 19044
got rid of superfluous linorder_neqE-instance for int.
Wed, 15 Feb 2006 18:10:09 +0100 typo in a comment fixed
webertj [Wed, 15 Feb 2006 18:10:09 +0100] rev 19043
typo in a comment fixed
Wed, 15 Feb 2006 17:09:45 +0100 exported some interfaces useful for other code generator approaches
haftmann [Wed, 15 Feb 2006 17:09:45 +0100] rev 19042
exported some interfaces useful for other code generator approaches
Wed, 15 Feb 2006 17:09:25 +0100 some fixes
haftmann [Wed, 15 Feb 2006 17:09:25 +0100] rev 19041
some fixes
Wed, 15 Feb 2006 17:09:06 +0100 exported specifications_of
haftmann [Wed, 15 Feb 2006 17:09:06 +0100] rev 19040
exported specifications_of
Tue, 14 Feb 2006 17:07:48 +0100 added theory of executable rational numbers
haftmann [Tue, 14 Feb 2006 17:07:48 +0100] rev 19039
added theory of executable rational numbers
Tue, 14 Feb 2006 17:07:11 +0100 improved handling of iml abstractions
haftmann [Tue, 14 Feb 2006 17:07:11 +0100] rev 19038
improved handling of iml abstractions
Tue, 14 Feb 2006 13:03:00 +0100 fixed tracing
paulson [Tue, 14 Feb 2006 13:03:00 +0100] rev 19037
fixed tracing
Mon, 13 Feb 2006 17:02:54 +0100 Adapted to Context.generic syntax.
berghofe [Mon, 13 Feb 2006 17:02:54 +0100] rev 19036
Adapted to Context.generic syntax.
Mon, 13 Feb 2006 14:05:43 +0100 Fixed a bug of type unification.
mengj [Mon, 13 Feb 2006 14:05:43 +0100] rev 19035
Fixed a bug of type unification.
Sun, 12 Feb 2006 21:34:28 +0100 * ML/Pure/General: improved join interface for tables;
wenzelm [Sun, 12 Feb 2006 21:34:28 +0100] rev 19034
* ML/Pure/General: improved join interface for tables;
Sun, 12 Feb 2006 21:34:27 +0100 consts: maintain thy version for efficient transfer;
wenzelm [Sun, 12 Feb 2006 21:34:27 +0100] rev 19033
consts: maintain thy version for efficient transfer; ins_sorts: Vartab.replace is slower than Vartab.update, but might avoid some copying of table structure;
Sun, 12 Feb 2006 21:34:26 +0100 tuned;
wenzelm [Sun, 12 Feb 2006 21:34:26 +0100] rev 19032
tuned;
Sun, 12 Feb 2006 21:34:25 +0100 export exception SAME (for join);
wenzelm [Sun, 12 Feb 2006 21:34:25 +0100] rev 19031
export exception SAME (for join); join: use internal modify, no option type (handle SAME/DUP instead); defined: simplified copy of lookup code, avoids allocation of option constructor; added replace, which does not change equal entries;
Sun, 12 Feb 2006 21:34:24 +0100 low-level tuning of merge: maintain identity of accesses;
wenzelm [Sun, 12 Feb 2006 21:34:24 +0100] rev 19030
low-level tuning of merge: maintain identity of accesses; simplified TableFun.join;
Sun, 12 Feb 2006 21:34:23 +0100 share exception UNDEF with Table;
wenzelm [Sun, 12 Feb 2006 21:34:23 +0100] rev 19029
share exception UNDEF with Table; simplified TableFun.join;
Sun, 12 Feb 2006 21:34:22 +0100 structure Datatab: private copy avoids potential conflict of table exceptions;
wenzelm [Sun, 12 Feb 2006 21:34:22 +0100] rev 19028
structure Datatab: private copy avoids potential conflict of table exceptions; simplified TableFun.join;
Sun, 12 Feb 2006 21:34:21 +0100 added eq_consts;
wenzelm [Sun, 12 Feb 2006 21:34:21 +0100] rev 19027
added eq_consts; reverted abbrevs: try all abstraction prefixes;
Sun, 12 Feb 2006 21:34:20 +0100 minor tuning of proofs, notably induct;
wenzelm [Sun, 12 Feb 2006 21:34:20 +0100] rev 19026
minor tuning of proofs, notably induct;
Sun, 12 Feb 2006 21:34:18 +0100 simplified TableFun.join;
wenzelm [Sun, 12 Feb 2006 21:34:18 +0100] rev 19025
simplified TableFun.join;
Sun, 12 Feb 2006 20:32:59 +0100 \usepackage{amssymb};
wenzelm [Sun, 12 Feb 2006 20:32:59 +0100] rev 19024
\usepackage{amssymb};
Sun, 12 Feb 2006 12:29:01 +0100 * include generalised MVT in HyperReal (contributed by Benjamin Porter)
kleing [Sun, 12 Feb 2006 12:29:01 +0100] rev 19023
* include generalised MVT in HyperReal (contributed by Benjamin Porter) * add non-denumerability of continuum in Real, includes closed intervals on real (contributed by Benjamin Porter, #22 in http://www.cs.ru.nl/~freek/100/)
Sun, 12 Feb 2006 10:42:19 +0100 * moved ThreeDivides from Isar_examples to better suited HOL/ex
kleing [Sun, 12 Feb 2006 10:42:19 +0100] rev 19022
* moved ThreeDivides from Isar_examples to better suited HOL/ex * moved 2 summation lemmas from ThreeDivides to SetInterval
Sun, 12 Feb 2006 04:31:18 +0100 divisibility by 3 theorem, contributed by Benjamin Porter,
kleing [Sun, 12 Feb 2006 04:31:18 +0100] rev 19021
divisibility by 3 theorem, contributed by Benjamin Porter, #85 in http://www.cs.ru.nl/~freek/100/
Sat, 11 Feb 2006 17:17:55 +0100 replaced mixfix_conflict by mixfix_content;
wenzelm [Sat, 11 Feb 2006 17:17:55 +0100] rev 19020
replaced mixfix_conflict by mixfix_content;
Sat, 11 Feb 2006 17:17:54 +0100 added map_theory;
wenzelm [Sat, 11 Feb 2006 17:17:54 +0100] rev 19019
added map_theory; added rename_frees; removed custom_accesses; added qualified_force_prefix; tuned local syntax;
Sat, 11 Feb 2006 17:17:53 +0100 added abbreviations: activated by init, no expressions yet;
wenzelm [Sat, 11 Feb 2006 17:17:53 +0100] rev 19018
added abbreviations: activated by init, no expressions yet;
Sat, 11 Feb 2006 17:17:52 +0100 added restore;
wenzelm [Sat, 11 Feb 2006 17:17:52 +0100] rev 19017
added restore; consts: provide abbreviations;
Sat, 11 Feb 2006 17:17:51 +0100 tuned mixfixes, mixfix_conflict;
wenzelm [Sat, 11 Feb 2006 17:17:51 +0100] rev 19016
tuned mixfixes, mixfix_conflict;
Sat, 11 Feb 2006 17:17:50 +0100 removed custom_accesses;
wenzelm [Sat, 11 Feb 2006 17:17:50 +0100] rev 19015
removed custom_accesses; added suffixes_prefixes_split, qualified_force_prefix;
Sat, 11 Feb 2006 17:17:49 +0100 added variant_name;
wenzelm [Sat, 11 Feb 2006 17:17:49 +0100] rev 19014
added variant_name;
Sat, 11 Feb 2006 17:17:48 +0100 removed custom_accesses;
wenzelm [Sat, 11 Feb 2006 17:17:48 +0100] rev 19013
removed custom_accesses; added qualified_force_prefix;
Sat, 11 Feb 2006 17:17:47 +0100 tuned;
wenzelm [Sat, 11 Feb 2006 17:17:47 +0100] rev 19012
tuned;
Sat, 11 Feb 2006 17:17:45 +0100 added chop (sane version of splitAt);
wenzelm [Sat, 11 Feb 2006 17:17:45 +0100] rev 19011
added chop (sane version of splitAt); added prefixes, suffixes;
Sat, 11 Feb 2006 14:25:23 +0100 Changed some code due to changes in reduce_axiomsN.ML.
mengj [Sat, 11 Feb 2006 14:25:23 +0100] rev 19010
Changed some code due to changes in reduce_axiomsN.ML.
Sat, 11 Feb 2006 14:23:35 +0100 Added another filter strategy.
mengj [Sat, 11 Feb 2006 14:23:35 +0100] rev 19009
Added another filter strategy.
Fri, 10 Feb 2006 09:09:07 +0100 improved code generator devarification
haftmann [Fri, 10 Feb 2006 09:09:07 +0100] rev 19008
improved code generator devarification
Fri, 10 Feb 2006 02:22:59 +0100 statement: improved error msg;
wenzelm [Fri, 10 Feb 2006 02:22:59 +0100] rev 19007
statement: improved error msg;
Fri, 10 Feb 2006 02:22:57 +0100 * ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm [Fri, 10 Feb 2006 02:22:57 +0100] rev 19006
* ML/Pure: generic Args/Attrib syntax everywhere;
Fri, 10 Feb 2006 02:22:56 +0100 moved fixedN to lexicon.ML;
wenzelm [Fri, 10 Feb 2006 02:22:56 +0100] rev 19005
moved fixedN to lexicon.ML; tuned;
Fri, 10 Feb 2006 02:22:54 +0100 added mfix_delims;
wenzelm [Fri, 10 Feb 2006 02:22:54 +0100] rev 19004
added mfix_delims; tuned;
Fri, 10 Feb 2006 02:22:52 +0100 added mixfix_conflict;
wenzelm [Fri, 10 Feb 2006 02:22:52 +0100] rev 19003
added mixfix_conflict;
Fri, 10 Feb 2006 02:22:50 +0100 added fixedN, constN;
wenzelm [Fri, 10 Feb 2006 02:22:50 +0100] rev 19002
added fixedN, constN;
Fri, 10 Feb 2006 02:22:48 +0100 tuned comment;
wenzelm [Fri, 10 Feb 2006 02:22:48 +0100] rev 19001
tuned comment; moved local syntax to local_syntax.ML; common naming (for abbrevs and thms); transfer: merge consts; tuned pretty_term'; added polymorphic -- special case of generalize; added add_abbrevs(_i); read/cert: expand_consts;
Fri, 10 Feb 2006 02:22:46 +0100 tuned comment;
wenzelm [Fri, 10 Feb 2006 02:22:46 +0100] rev 19000
tuned comment;
Fri, 10 Feb 2006 02:22:43 +0100 syntax: Context.generic;
wenzelm [Fri, 10 Feb 2006 02:22:43 +0100] rev 18999
syntax: Context.generic;
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip