Wed, 17 Aug 2005 14:19:17 +0200 *** empty log message ***
nipkow [Wed, 17 Aug 2005 14:19:17 +0200] rev 17092
*** empty log message ***
Wed, 17 Aug 2005 13:52:53 +0200 new command to invoke ATPs
paulson [Wed, 17 Aug 2005 13:52:53 +0200] rev 17091
new command to invoke ATPs
Wed, 17 Aug 2005 11:44:02 +0200 small mods to code lemmas
nipkow [Wed, 17 Aug 2005 11:44:02 +0200] rev 17090
small mods to code lemmas
Wed, 17 Aug 2005 11:15:23 +0200 made SML/XL happy;
wenzelm [Wed, 17 Aug 2005 11:15:23 +0200] rev 17089
made SML/XL happy;
Wed, 17 Aug 2005 08:06:12 +0200 list_all_conv -> iff
nipkow [Wed, 17 Aug 2005 08:06:12 +0200] rev 17088
list_all_conv -> iff
Tue, 16 Aug 2005 19:25:42 +0200 name fix
nipkow [Tue, 16 Aug 2005 19:25:42 +0200] rev 17087
name fix
Tue, 16 Aug 2005 19:25:32 +0200 added quite a few functions for code generation
nipkow [Tue, 16 Aug 2005 19:25:32 +0200] rev 17086
added quite a few functions for code generation
Tue, 16 Aug 2005 18:53:11 +0200 more simprules now have names
paulson [Tue, 16 Aug 2005 18:53:11 +0200] rev 17085
more simprules now have names
Tue, 16 Aug 2005 15:36:28 +0200 classical rules must have names for ATP integration
paulson [Tue, 16 Aug 2005 15:36:28 +0200] rev 17084
classical rules must have names for ATP integration
Tue, 16 Aug 2005 13:54:24 +0200 added listT
nipkow [Tue, 16 Aug 2005 13:54:24 +0200] rev 17083
added listT
Tue, 16 Aug 2005 13:42:53 +0200 support for document versions;
wenzelm [Tue, 16 Aug 2005 13:42:53 +0200] rev 17082
support for document versions;
Tue, 16 Aug 2005 13:42:52 +0200 eliminated datatype token;
wenzelm [Tue, 16 Aug 2005 13:42:52 +0200] rev 17081
eliminated datatype token; replaced output_tokens by separate output_XXX; replaced flag_markup by markup_true/false; added begin/end_delim, begin/end_tag;
Tue, 16 Aug 2005 13:42:51 +0200 begin_index: list of docs;
wenzelm [Tue, 16 Aug 2005 13:42:51 +0200] rev 17080
begin_index: list of docs;
Tue, 16 Aug 2005 13:42:50 +0200 added eq_syntax;
wenzelm [Tue, 16 Aug 2005 13:42:50 +0200] rev 17079
added eq_syntax;
Tue, 16 Aug 2005 13:42:49 +0200 export proof_syntax, proof_of;
wenzelm [Tue, 16 Aug 2005 13:42:49 +0200] rev 17078
export proof_syntax, proof_of;
Tue, 16 Aug 2005 13:42:48 +0200 added String.isSuffix;
wenzelm [Tue, 16 Aug 2005 13:42:48 +0200] rev 17077
added String.isSuffix;
Tue, 16 Aug 2005 13:42:47 +0200 state: body context;
wenzelm [Tue, 16 Aug 2005 13:42:47 +0200] rev 17076
state: body context; added theory_context, proof_to_theory_context; added is_proof, level; turned excursion_result into present_excursion;
Tue, 16 Aug 2005 13:42:46 +0200 P.tags;
wenzelm [Tue, 16 Aug 2005 13:42:46 +0200] rev 17075
P.tags;
Tue, 16 Aug 2005 13:42:45 +0200 use_dir: removed hidden, added doc_versions;
wenzelm [Tue, 16 Aug 2005 13:42:45 +0200] rev 17074
use_dir: removed hidden, added doc_versions;
Tue, 16 Aug 2005 13:42:44 +0200 back: removed ill-defined '!' option;
wenzelm [Tue, 16 Aug 2005 13:42:44 +0200] rev 17073
back: removed ill-defined '!' option;
Tue, 16 Aug 2005 13:42:43 +0200 added transfer;
wenzelm [Tue, 16 Aug 2005 13:42:43 +0200] rev 17072
added transfer; adapt local syntax to potential changes of theory syntax; added pretty_proof(_of);
Tue, 16 Aug 2005 13:42:42 +0200 moved structure Keyword to OuterKeyword (Isar/outer_keyword.ML);
wenzelm [Tue, 16 Aug 2005 13:42:42 +0200] rev 17071
moved structure Keyword to OuterKeyword (Isar/outer_keyword.ML); support for tagged commands; tuned theory presentation interface;
Tue, 16 Aug 2005 13:42:41 +0200 added tags parser;
wenzelm [Tue, 16 Aug 2005 13:42:41 +0200] rev 17070
added tags parser;
Tue, 16 Aug 2005 13:42:40 +0200 clarify is_newline vs. is_blank;
wenzelm [Tue, 16 Aug 2005 13:42:40 +0200] rev 17069
clarify is_newline vs. is_blank; removed is_indent; added is_comment;
Tue, 16 Aug 2005 13:42:39 +0200 default tags for theory/proof/ML commands;
wenzelm [Tue, 16 Aug 2005 13:42:39 +0200] rev 17068
default tags for theory/proof/ML commands; added '%' keyword;
Tue, 16 Aug 2005 13:42:38 +0200 reimplemented theory presentation, with support for tagged command regions;
wenzelm [Tue, 16 Aug 2005 13:42:38 +0200] rev 17067
reimplemented theory presentation, with support for tagged command regions; tuned antiquotation output;
Tue, 16 Aug 2005 13:42:37 +0200 back: removed ill-defined '!' option;
wenzelm [Tue, 16 Aug 2005 13:42:37 +0200] rev 17066
back: removed ill-defined '!' option; print_theorems: print facts in proof mode; print_prfs: proper context version -- ProofContext.pretty_proof_of;
Tue, 16 Aug 2005 13:42:36 +0200 replaced sign by thy;
wenzelm [Tue, 16 Aug 2005 13:42:36 +0200] rev 17065
replaced sign by thy;
Tue, 16 Aug 2005 13:42:35 +0200 added liberal_name;
wenzelm [Tue, 16 Aug 2005 13:42:35 +0200] rev 17064
added liberal_name;
Tue, 16 Aug 2005 13:42:34 +0200 tuned Symbol.spaces;
wenzelm [Tue, 16 Aug 2005 13:42:34 +0200] rev 17063
tuned Symbol.spaces;
Tue, 16 Aug 2005 13:42:33 +0200 tuned Buffer.add;
wenzelm [Tue, 16 Aug 2005 13:42:33 +0200] rev 17062
tuned Buffer.add;
Tue, 16 Aug 2005 13:42:32 +0200 tuned unsuffix/unprefix;
wenzelm [Tue, 16 Aug 2005 13:42:32 +0200] rev 17061
tuned unsuffix/unprefix;
Tue, 16 Aug 2005 13:42:31 +0200 type proof: theory_ref instead of theory (make proof contexts independent entities);
wenzelm [Tue, 16 Aug 2005 13:42:31 +0200] rev 17060
type proof: theory_ref instead of theory (make proof contexts independent entities); added transfer_proof;
Tue, 16 Aug 2005 13:42:30 +0200 Isar command keyword classification (from Isar/outer_syntax.ML);
wenzelm [Tue, 16 Aug 2005 13:42:30 +0200] rev 17059
Isar command keyword classification (from Isar/outer_syntax.ML);
Tue, 16 Aug 2005 13:42:29 +0200 added Isar/outer_keyword.ML;
wenzelm [Tue, 16 Aug 2005 13:42:29 +0200] rev 17058
added Isar/outer_keyword.ML;
Tue, 16 Aug 2005 13:42:26 +0200 OuterKeyword;
wenzelm [Tue, 16 Aug 2005 13:42:26 +0200] rev 17057
OuterKeyword;
Tue, 16 Aug 2005 13:42:23 +0200 updated;
wenzelm [Tue, 16 Aug 2005 13:42:23 +0200] rev 17056
updated;
Tue, 16 Aug 2005 13:42:21 +0200 removed -H false;
wenzelm [Tue, 16 Aug 2005 13:42:21 +0200] rev 17055
removed -H false;
Tue, 16 Aug 2005 13:42:20 +0200 isatool usedir: option -V and -f;
wenzelm [Tue, 16 Aug 2005 13:42:20 +0200] rev 17054
isatool usedir: option -V and -f; isatool document: option -n and -t;
Tue, 16 Aug 2005 13:42:19 +0200 tuned antiquotations;
wenzelm [Tue, 16 Aug 2005 13:42:19 +0200] rev 17053
tuned antiquotations; added tagged commands;
Tue, 16 Aug 2005 13:42:18 +0200 \isabellestyleit: proper \isacharbackslash;
wenzelm [Tue, 16 Aug 2005 13:42:18 +0200] rev 17052
\isabellestyleit: proper \isacharbackslash; support for tagged regions: \isakeeptag, \isadroptag, \isafoldtag -- depends on plain TeX version of comment.sty;
Tue, 16 Aug 2005 13:42:17 +0200 proper ML_DBASE for .../bin/poly;
wenzelm [Tue, 16 Aug 2005 13:42:17 +0200] rev 17051
proper ML_DBASE for .../bin/poly;
Tue, 16 Aug 2005 13:42:16 +0200 added option -V VERSION;
wenzelm [Tue, 16 Aug 2005 13:42:16 +0200] rev 17050
added option -V VERSION; removed option -H;
Tue, 16 Aug 2005 13:42:15 +0200 added option -n NAME and -t TAGS;
wenzelm [Tue, 16 Aug 2005 13:42:15 +0200] rev 17049
added option -n NAME and -t TAGS;
Tue, 16 Aug 2005 13:42:14 +0200 -V outline=/proof,/ML;
wenzelm [Tue, 16 Aug 2005 13:42:14 +0200] rev 17048
-V outline=/proof,/ML;
Tue, 16 Aug 2005 13:42:13 +0200 * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm [Tue, 16 Aug 2005 13:42:13 +0200] rev 17047
* Command tags control specific markup of certain regions of text (replaces usedir -H);
Tue, 16 Aug 2005 12:51:07 +0200 simp_depth warning now mod 20, not mod 10 (too often)
nipkow [Tue, 16 Aug 2005 12:51:07 +0200] rev 17046
simp_depth warning now mod 20, not mod 10 (too often)
Mon, 15 Aug 2005 21:39:15 +0200 lucas - added pretty printing function and cleaned up signature a little.
dixon [Mon, 15 Aug 2005 21:39:15 +0200] rev 17045
lucas - added pretty printing function and cleaned up signature a little.
Mon, 15 Aug 2005 21:38:25 +0200 lucas - fixed bug in changing focus - when moving up and right, if an abs was encountered it would move up an extra time. I also removed the spurious pretty printing function that did nothing.
dixon [Mon, 15 Aug 2005 21:38:25 +0200] rev 17044
lucas - fixed bug in changing focus - when moving up and right, if an abs was encountered it would move up an extra time. I also removed the spurious pretty printing function that did nothing.
Wed, 10 Aug 2005 15:29:56 +0200 New command: interpretation in locales.
ballarin [Wed, 10 Aug 2005 15:29:56 +0200] rev 17043
New command: interpretation in locales.
Tue, 09 Aug 2005 19:10:30 +0200 moved wf_induct_rule from PreList.thy to Wellfounded_Recursion.thy
nipkow [Tue, 09 Aug 2005 19:10:30 +0200] rev 17042
moved wf_induct_rule from PreList.thy to Wellfounded_Recursion.thy
Tue, 09 Aug 2005 15:44:24 +0200 exported after_qed for arity proofs
haftmann [Tue, 09 Aug 2005 15:44:24 +0200] rev 17041
exported after_qed for arity proofs
Tue, 09 Aug 2005 11:44:38 +0200 added finite(option) to Recdef.thy
nipkow [Tue, 09 Aug 2005 11:44:38 +0200] rev 17040
added finite(option) to Recdef.thy
Tue, 09 Aug 2005 11:00:44 +0200 added selectors 'classes_of' and 'classes_arities_of'
haftmann [Tue, 09 Aug 2005 11:00:44 +0200] rev 17039
added selectors 'classes_of' and 'classes_arities_of'
Tue, 09 Aug 2005 10:23:14 +0200 exported dest_def
haftmann [Tue, 09 Aug 2005 10:23:14 +0200] rev 17038
exported dest_def
Tue, 09 Aug 2005 10:03:30 +0200 added 'the_const_constraint'
haftmann [Tue, 09 Aug 2005 10:03:30 +0200] rev 17037
added 'the_const_constraint'
Tue, 09 Aug 2005 08:56:34 +0200 (added to repository)
haftmann [Tue, 09 Aug 2005 08:56:34 +0200] rev 17036
(added to repository)
Tue, 09 Aug 2005 08:54:41 +0200 (added to repository)
haftmann [Tue, 09 Aug 2005 08:54:41 +0200] rev 17035
(added to repository)
Mon, 08 Aug 2005 22:14:04 +0200 After_qed takes result argument.
ballarin [Mon, 08 Aug 2005 22:14:04 +0200] rev 17034
After_qed takes result argument.
Mon, 08 Aug 2005 22:11:31 +0200 Release of interpretation in locale.
ballarin [Mon, 08 Aug 2005 22:11:31 +0200] rev 17033
Release of interpretation in locale.
Mon, 08 Aug 2005 12:15:03 +0200 fixed typo in ratadd
nipkow [Mon, 08 Aug 2005 12:15:03 +0200] rev 17032
fixed typo in ratadd
Mon, 08 Aug 2005 09:29:16 +0200 added hint for position of aqu options in connection with styles
haftmann [Mon, 08 Aug 2005 09:29:16 +0200] rev 17031
added hint for position of aqu options in connection with styles
Mon, 08 Aug 2005 09:28:25 +0200 clarified ML_idf
haftmann [Mon, 08 Aug 2005 09:28:25 +0200] rev 17030
clarified ML_idf
Sun, 07 Aug 2005 12:30:45 +0200 moved some rat functions to library.ML
nipkow [Sun, 07 Aug 2005 12:30:45 +0200] rev 17029
moved some rat functions to library.ML
Sun, 07 Aug 2005 12:28:10 +0200 added more rat functions
nipkow [Sun, 07 Aug 2005 12:28:10 +0200] rev 17028
added more rat functions
Sat, 06 Aug 2005 18:06:56 +0200 Tuned comment.
berghofe [Sat, 06 Aug 2005 18:06:56 +0200] rev 17027
Tuned comment.
Sat, 06 Aug 2005 08:16:19 +0200 new lemma
nipkow [Sat, 06 Aug 2005 08:16:19 +0200] rev 17026
new lemma
Fri, 05 Aug 2005 19:58:30 +0200 Added ENTCS 2000 paper by Aleksey Nogin.
berghofe [Fri, 05 Aug 2005 19:58:30 +0200] rev 17025
Added ENTCS 2000 paper by Aleksey Nogin.
Fri, 05 Aug 2005 19:57:57 +0200 New case study: pigeonhole principle.
berghofe [Fri, 05 Aug 2005 19:57:57 +0200] rev 17024
New case study: pigeonhole principle.
Fri, 05 Aug 2005 19:56:58 +0200 Added Extraction/Pigeonhole.
berghofe [Fri, 05 Aug 2005 19:56:58 +0200] rev 17023
Added Extraction/Pigeonhole.
Fri, 05 Aug 2005 12:20:30 +0200 added Brian Hufmann's finite instances
nipkow [Fri, 05 Aug 2005 12:20:30 +0200] rev 17022
added Brian Hufmann's finite instances
Wed, 03 Aug 2005 16:43:39 +0200 Fixed bug in code generator for let and split leading to ill-formed code.
berghofe [Wed, 03 Aug 2005 16:43:39 +0200] rev 17021
Fixed bug in code generator for let and split leading to ill-formed code.
Wed, 03 Aug 2005 16:28:22 +0200 Adapted to new argument format of MinProof constructor.
berghofe [Wed, 03 Aug 2005 16:28:22 +0200] rev 17020
Adapted to new argument format of MinProof constructor.
Wed, 03 Aug 2005 16:26:16 +0200 Adapted to new interface og thms_of_proof / axms_of_proof.
berghofe [Wed, 03 Aug 2005 16:26:16 +0200] rev 17019
Adapted to new interface og thms_of_proof / axms_of_proof.
Wed, 03 Aug 2005 16:25:22 +0200 Adapted to new interface of thms_of_proof.
berghofe [Wed, 03 Aug 2005 16:25:22 +0200] rev 17018
Adapted to new interface of thms_of_proof.
Wed, 03 Aug 2005 16:24:52 +0200 - Tuned handling of oracles
berghofe [Wed, 03 Aug 2005 16:24:52 +0200] rev 17017
- Tuned handling of oracles - Put arguments of axms_of_proof and thms_of_proof into "canonical order"
Wed, 03 Aug 2005 14:49:04 +0200 mentioned change to exp_ge_add_one_self, new transitivity rules
avigad [Wed, 03 Aug 2005 14:49:04 +0200] rev 17016
mentioned change to exp_ge_add_one_self, new transitivity rules
Wed, 03 Aug 2005 14:48:56 +0200 changes from renaming of exp_ge_add_one_self
avigad [Wed, 03 Aug 2005 14:48:56 +0200] rev 17015
changes from renaming of exp_ge_add_one_self
Wed, 03 Aug 2005 14:48:50 +0200 renamed exp_ge_add_one_self to exp_ge_add_one_self_aux
avigad [Wed, 03 Aug 2005 14:48:50 +0200] rev 17014
renamed exp_ge_add_one_self to exp_ge_add_one_self_aux
Wed, 03 Aug 2005 14:48:42 +0200 renamed exp_ge_add_one_self2 to exp_ge_add_one_self
avigad [Wed, 03 Aug 2005 14:48:42 +0200] rev 17013
renamed exp_ge_add_one_self2 to exp_ge_add_one_self
Wed, 03 Aug 2005 14:48:36 +0200 added extra transitivity rules
avigad [Wed, 03 Aug 2005 14:48:36 +0200] rev 17012
added extra transitivity rules
Wed, 03 Aug 2005 14:48:30 +0200 added Hyperreal/Ln, replaced Lfp and Gfp by FixedPoint
avigad [Wed, 03 Aug 2005 14:48:30 +0200] rev 17011
added Hyperreal/Ln, replaced Lfp and Gfp by FixedPoint
Wed, 03 Aug 2005 14:48:22 +0200 changed reference to Lfp.lfp to FixedPint.lfp, ditto for gfp
avigad [Wed, 03 Aug 2005 14:48:22 +0200] rev 17010
changed reference to Lfp.lfp to FixedPint.lfp, ditto for gfp
Wed, 03 Aug 2005 14:48:13 +0200 import FixedPoint instead of Gfp
avigad [Wed, 03 Aug 2005 14:48:13 +0200] rev 17009
import FixedPoint instead of Gfp
Wed, 03 Aug 2005 14:48:07 +0200 removed Gfp
avigad [Wed, 03 Aug 2005 14:48:07 +0200] rev 17008
removed Gfp
Wed, 03 Aug 2005 14:47:57 +0200 removed Lfp
avigad [Wed, 03 Aug 2005 14:47:57 +0200] rev 17007
removed Lfp
Wed, 03 Aug 2005 14:47:51 +0200 combined Lfp and Gfp to FixedPoint
avigad [Wed, 03 Aug 2005 14:47:51 +0200] rev 17006
combined Lfp and Gfp to FixedPoint
Tue, 02 Aug 2005 21:29:06 +0200 tuned ML_OPTIONS;
wenzelm [Tue, 02 Aug 2005 21:29:06 +0200] rev 17005
tuned ML_OPTIONS;
Tue, 02 Aug 2005 19:47:14 +0200 export clear_ss;
wenzelm [Tue, 02 Aug 2005 19:47:14 +0200] rev 17004
export clear_ss;
Tue, 02 Aug 2005 19:47:13 +0200 added unfold_tac (Simplifier.inherit_bounds);
wenzelm [Tue, 02 Aug 2005 19:47:13 +0200] rev 17003
added unfold_tac (Simplifier.inherit_bounds);
Tue, 02 Aug 2005 19:47:12 +0200 simprocs: Simplifier.inherit_bounds;
wenzelm [Tue, 02 Aug 2005 19:47:12 +0200] rev 17002
simprocs: Simplifier.inherit_bounds;
Tue, 02 Aug 2005 19:47:11 +0200 tuned;
wenzelm [Tue, 02 Aug 2005 19:47:11 +0200] rev 17001
tuned;
Tue, 02 Aug 2005 16:52:21 +0200 First version of interpretation in locales. Not yet fully functional.
ballarin [Tue, 02 Aug 2005 16:52:21 +0200] rev 17000
First version of interpretation in locales. Not yet fully functional.
Tue, 02 Aug 2005 16:50:55 +0200 Turned simp_implies into binary operator.
ballarin [Tue, 02 Aug 2005 16:50:55 +0200] rev 16999
Turned simp_implies into binary operator.
Tue, 02 Aug 2005 13:13:18 +0200 Added filter lemma
nipkow [Tue, 02 Aug 2005 13:13:18 +0200] rev 16998
Added filter lemma
Mon, 01 Aug 2005 19:21:38 +0200 * Pure/Simplifier: improved handling of bound variables;
wenzelm [Mon, 01 Aug 2005 19:21:38 +0200] rev 16997
* Pure/Simplifier: improved handling of bound variables;
Mon, 01 Aug 2005 19:20:49 +0200 determine Poly/ML runtime system version
wenzelm [Mon, 01 Aug 2005 19:20:49 +0200] rev 16996
determine Poly/ML runtime system version
Mon, 01 Aug 2005 19:20:48 +0200 obsolete;
wenzelm [Mon, 01 Aug 2005 19:20:48 +0200] rev 16995
obsolete;
Mon, 01 Aug 2005 19:20:48 +0200 determine Poly/ML's idea of current hardware and operating system type;
wenzelm [Mon, 01 Aug 2005 19:20:48 +0200] rev 16994
determine Poly/ML's idea of current hardware and operating system type;
Mon, 01 Aug 2005 19:20:47 +0200 tuned;
wenzelm [Mon, 01 Aug 2005 19:20:47 +0200] rev 16993
tuned;
Mon, 01 Aug 2005 19:20:46 +0200 Thm.full_prop_of;
wenzelm [Mon, 01 Aug 2005 19:20:46 +0200] rev 16992
Thm.full_prop_of;
Mon, 01 Aug 2005 19:20:45 +0200 Compress.term;
wenzelm [Mon, 01 Aug 2005 19:20:45 +0200] rev 16991
Compress.term;
Mon, 01 Aug 2005 19:20:44 +0200 removed atless (use term_ord instead);
wenzelm [Mon, 01 Aug 2005 19:20:44 +0200] rev 16990
removed atless (use term_ord instead); removed (inefficient) insert_aterm; improved bound: nameless, avoid allocating new strings; tuned sort_ord/typ_ord: dict_ord; tuned abstract_over: SAME; tuned add_term_vars/frees: OrdList.insert; removed compress_type/compress_type (cf. compress.ML);
Mon, 01 Aug 2005 19:20:43 +0200 export MataSimplifier.inherit_bounds;
wenzelm [Mon, 01 Aug 2005 19:20:43 +0200] rev 16989
export MataSimplifier.inherit_bounds;
Mon, 01 Aug 2005 19:20:42 +0200 Compress.typ;
wenzelm [Mon, 01 Aug 2005 19:20:42 +0200] rev 16988
Compress.typ;
Mon, 01 Aug 2005 19:20:41 +0200 Compress.init_data;
wenzelm [Mon, 01 Aug 2005 19:20:41 +0200] rev 16987
Compress.init_data;
Mon, 01 Aug 2005 19:20:40 +0200 nameless Term.bound;
wenzelm [Mon, 01 Aug 2005 19:20:40 +0200] rev 16986
nameless Term.bound;
Mon, 01 Aug 2005 19:20:39 +0200 improved bounds: nameless Term.bound, recover names for output;
wenzelm [Mon, 01 Aug 2005 19:20:39 +0200] rev 16985
improved bounds: nameless Term.bound, recover names for output;
Mon, 01 Aug 2005 19:20:38 +0200 tuned dict_ord;
wenzelm [Mon, 01 Aug 2005 19:20:38 +0200] rev 16984
tuned dict_ord;
Mon, 01 Aug 2005 19:20:37 +0200 replaced atless by term_ord;
wenzelm [Mon, 01 Aug 2005 19:20:37 +0200] rev 16983
replaced atless by term_ord;
Mon, 01 Aug 2005 19:20:36 +0200 chain_history: turned into runtime flag;
wenzelm [Mon, 01 Aug 2005 19:20:36 +0200] rev 16982
chain_history: turned into runtime flag; added monomorphic; removed (inefficient) fast_overloading_info; Compress.typ; tuned;
Mon, 01 Aug 2005 19:20:35 +0200 compression of terms and types by sharing common subtrees;
wenzelm [Mon, 01 Aug 2005 19:20:35 +0200] rev 16981
compression of terms and types by sharing common subtrees;
Mon, 01 Aug 2005 19:20:34 +0200 added compress.ML;
wenzelm [Mon, 01 Aug 2005 19:20:34 +0200] rev 16980
added compress.ML;
Mon, 01 Aug 2005 19:20:33 +0200 Term.is_bound;
wenzelm [Mon, 01 Aug 2005 19:20:33 +0200] rev 16979
Term.is_bound;
Mon, 01 Aug 2005 19:20:32 +0200 tuned signature;
wenzelm [Mon, 01 Aug 2005 19:20:32 +0200] rev 16978
tuned signature;
Mon, 01 Aug 2005 19:20:31 +0200 no eq_commute;
wenzelm [Mon, 01 Aug 2005 19:20:31 +0200] rev 16977
no eq_commute;
Mon, 01 Aug 2005 19:20:30 +0200 Defs.monomorphic;
wenzelm [Mon, 01 Aug 2005 19:20:30 +0200] rev 16976
Defs.monomorphic;
Mon, 01 Aug 2005 19:20:29 +0200 Sign.read_term;
wenzelm [Mon, 01 Aug 2005 19:20:29 +0200] rev 16975
Sign.read_term;
Mon, 01 Aug 2005 19:20:28 +0200 more zcong_sym;
wenzelm [Mon, 01 Aug 2005 19:20:28 +0200] rev 16974
more zcong_sym;
Mon, 01 Aug 2005 19:20:26 +0200 simprocs: Simplifier.inherit_bounds;
wenzelm [Mon, 01 Aug 2005 19:20:26 +0200] rev 16973
simprocs: Simplifier.inherit_bounds;
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip