Fri, 19 Jan 2007 22:08:27 +0100 removed obsolete Method;
wenzelm [Fri, 19 Jan 2007 22:08:27 +0100] rev 22118
removed obsolete Method; added parse (from outer_parse.ML); moved ML context stuff to from Context to ML_Context; tactic: no need to rebind thm/thms;
Fri, 19 Jan 2007 22:08:26 +0100 renamed IsarOutput to ThyOutput;
wenzelm [Fri, 19 Jan 2007 22:08:26 +0100] rev 22117
renamed IsarOutput to ThyOutput; moved parts of OuterParse to SpecParse; renamed OuterParse locale_target to target;
Fri, 19 Jan 2007 22:08:25 +0100 added various ML setup functions (from sign.ML, pure_thy.ML);
wenzelm [Fri, 19 Jan 2007 22:08:25 +0100] rev 22116
added various ML setup functions (from sign.ML, pure_thy.ML);
Fri, 19 Jan 2007 22:08:24 +0100 removed obsolete Attribute;
wenzelm [Fri, 19 Jan 2007 22:08:24 +0100] rev 22115
removed obsolete Attribute;
Fri, 19 Jan 2007 22:08:23 +0100 tuned signature;
wenzelm [Fri, 19 Jan 2007 22:08:23 +0100] rev 22114
tuned signature; added scan_arguments;
Fri, 19 Jan 2007 22:08:22 +0100 renamed Isar/isar_output.ML to Thy/thy_output.ML;
wenzelm [Fri, 19 Jan 2007 22:08:22 +0100] rev 22113
renamed Isar/isar_output.ML to Thy/thy_output.ML; renamed Isar/term_style.ML to Thy/term_style.ML; renamed Isar/thy_header.ML to Thy/thy_header.ML; added Isar/spec_parse.ML; added Thy/ml_context.ML; load outer_parse.ML early, moved later parts to spec_parse.ML; tuned order;
Fri, 19 Jan 2007 22:08:21 +0100 tuned signature of extend_lexicon;
wenzelm [Fri, 19 Jan 2007 22:08:21 +0100] rev 22112
tuned signature of extend_lexicon;
Fri, 19 Jan 2007 22:08:20 +0100 moved ML translation interfaces to isar_cmd.ML;
wenzelm [Fri, 19 Jan 2007 22:08:20 +0100] rev 22111
moved ML translation interfaces to isar_cmd.ML;
Fri, 19 Jan 2007 22:08:19 +0100 moved thm/thms to ml_context.ML;
wenzelm [Fri, 19 Jan 2007 22:08:19 +0100] rev 22110
moved thm/thms to ml_context.ML; moved generic_setup, add_oracle to isar_cmd.ML;
Fri, 19 Jan 2007 22:08:18 +0100 moved inst from drule.ML to old_goals.ML;
wenzelm [Fri, 19 Jan 2007 22:08:18 +0100] rev 22109
moved inst from drule.ML to old_goals.ML;
Fri, 19 Jan 2007 22:08:16 +0100 tuned order;
wenzelm [Fri, 19 Jan 2007 22:08:16 +0100] rev 22108
tuned order;
Fri, 19 Jan 2007 22:08:15 +0100 renamed Isar/term_style.ML to Thy/term_style.ML;
wenzelm [Fri, 19 Jan 2007 22:08:15 +0100] rev 22107
renamed Isar/term_style.ML to Thy/term_style.ML;
Fri, 19 Jan 2007 22:08:14 +0100 renamed Isar/thy_header.ML to Thy/thy_header.ML;
wenzelm [Fri, 19 Jan 2007 22:08:14 +0100] rev 22106
renamed Isar/thy_header.ML to Thy/thy_header.ML;
Fri, 19 Jan 2007 22:08:13 +0100 ML context and antiquotations (material from context.ML);
wenzelm [Fri, 19 Jan 2007 22:08:13 +0100] rev 22105
ML context and antiquotations (material from context.ML); added thm/thms (from pure_thy.ML); added support for ML antiquotations;
Fri, 19 Jan 2007 22:08:12 +0100 Parsers for complex specifications (material from outer_parse.ML);
wenzelm [Fri, 19 Jan 2007 22:08:12 +0100] rev 22104
Parsers for complex specifications (material from outer_parse.ML);
Fri, 19 Jan 2007 22:08:11 +0100 renamed Isar/isar_output.ML to Thy/thy_output.ML;
wenzelm [Fri, 19 Jan 2007 22:08:11 +0100] rev 22103
renamed Isar/isar_output.ML to Thy/thy_output.ML; renamed Isar/term_style.ML to Thy/term_style.ML; renamed Isar/thy_header.ML to Thy/thy_header.ML; added Isar/spec_parse.ML; added Thy/ml_context.ML;
Fri, 19 Jan 2007 22:08:10 +0100 moved parts of OuterParse to SpecParse;
wenzelm [Fri, 19 Jan 2007 22:08:10 +0100] rev 22102
moved parts of OuterParse to SpecParse; renamed OuterParse locale_target to target;
Fri, 19 Jan 2007 22:08:08 +0100 moved parts of OuterParse to SpecParse;
wenzelm [Fri, 19 Jan 2007 22:08:08 +0100] rev 22101
moved parts of OuterParse to SpecParse;
Fri, 19 Jan 2007 22:08:07 +0100 HOL-Lambda: usedir -m no_brackets;
wenzelm [Fri, 19 Jan 2007 22:08:07 +0100] rev 22100
HOL-Lambda: usedir -m no_brackets;
Fri, 19 Jan 2007 22:08:06 +0100 simplified ML setup;
wenzelm [Fri, 19 Jan 2007 22:08:06 +0100] rev 22099
simplified ML setup;
Fri, 19 Jan 2007 22:08:05 +0100 tuned;
wenzelm [Fri, 19 Jan 2007 22:08:05 +0100] rev 22098
tuned;
Fri, 19 Jan 2007 22:08:04 +0100 renamed IsarOutput to ThyOutput;
wenzelm [Fri, 19 Jan 2007 22:08:04 +0100] rev 22097
renamed IsarOutput to ThyOutput;
Fri, 19 Jan 2007 22:08:03 +0100 updated;
wenzelm [Fri, 19 Jan 2007 22:08:03 +0100] rev 22096
updated;
Fri, 19 Jan 2007 22:08:02 +0100 moved ML context stuff to from Context to ML_Context;
wenzelm [Fri, 19 Jan 2007 22:08:02 +0100] rev 22095
moved ML context stuff to from Context to ML_Context;
Fri, 19 Jan 2007 22:08:01 +0100 renamed IsarOutput to ThyOutput;
wenzelm [Fri, 19 Jan 2007 22:08:01 +0100] rev 22094
renamed IsarOutput to ThyOutput; moved ML context stuff to from Context to ML_Context;
Fri, 19 Jan 2007 22:04:22 +0100 interpreter for Finite_Set.finite added
webertj [Fri, 19 Jan 2007 22:04:22 +0100] rev 22093
interpreter for Finite_Set.finite added
Fri, 19 Jan 2007 21:20:10 +0100 reformatted to 80 chars/line
webertj [Fri, 19 Jan 2007 21:20:10 +0100] rev 22092
reformatted to 80 chars/line
Fri, 19 Jan 2007 15:13:47 +0100 Theorem "(x::int) dvd 1 = ( ¦x¦ = 1)" added to default simpset.
chaieb [Fri, 19 Jan 2007 15:13:47 +0100] rev 22091
Theorem "(x::int) dvd 1 = ( ¦x¦ = 1)" added to default simpset. This solves the goals like "~ 4 dvd 1". This used to fail before.
Fri, 19 Jan 2007 13:16:37 +0100 adapted ML context operations;
wenzelm [Fri, 19 Jan 2007 13:16:37 +0100] rev 22090
adapted ML context operations;
Fri, 19 Jan 2007 13:09:37 +0100 added generic_theory_of;
wenzelm [Fri, 19 Jan 2007 13:09:37 +0100] rev 22089
added generic_theory_of; adapted ML context operations;
Fri, 19 Jan 2007 13:09:36 +0100 added 'declaration' command;
wenzelm [Fri, 19 Jan 2007 13:09:36 +0100] rev 22088
added 'declaration' command;
Fri, 19 Jan 2007 13:09:35 +0100 added 'declaration' command;
wenzelm [Fri, 19 Jan 2007 13:09:35 +0100] rev 22087
added 'declaration' command; adapted ML context operations;
Fri, 19 Jan 2007 13:09:33 +0100 adapted ML context operations;
wenzelm [Fri, 19 Jan 2007 13:09:33 +0100] rev 22086
adapted ML context operations;
Fri, 19 Jan 2007 13:09:32 +0100 ML context: full generic context, tuned signature;
wenzelm [Fri, 19 Jan 2007 13:09:32 +0100] rev 22085
ML context: full generic context, tuned signature;
Fri, 19 Jan 2007 13:09:31 +0100 updated
wenzelm [Fri, 19 Jan 2007 13:09:31 +0100] rev 22084
updated
Thu, 18 Jan 2007 11:16:49 +0100 Fix pgmlsymbolsoff
aspinall [Thu, 18 Jan 2007 11:16:49 +0100] rev 22083
Fix pgmlsymbolsoff
Wed, 17 Jan 2007 19:29:55 +0100 tuned a bit the proofs
urbanc [Wed, 17 Jan 2007 19:29:55 +0100] rev 22082
tuned a bit the proofs
Wed, 17 Jan 2007 11:39:32 +0100 correctled left/right following of another context in zipto.
dixon [Wed, 17 Jan 2007 11:39:32 +0100] rev 22081
correctled left/right following of another context in zipto.
Wed, 17 Jan 2007 09:53:50 +0100 induction rules for trancl/rtrancl expressed using subsets
paulson [Wed, 17 Jan 2007 09:53:50 +0100] rev 22080
induction rules for trancl/rtrancl expressed using subsets
Wed, 17 Jan 2007 09:52:54 +0100 Deleted mk_fol_type, since the constructors can be used directly
paulson [Wed, 17 Jan 2007 09:52:54 +0100] rev 22079
Deleted mk_fol_type, since the constructors can be used directly
Wed, 17 Jan 2007 09:52:06 +0100 Streamlining: removing the type argument of CombApp; abbreviating ResClause as RC
paulson [Wed, 17 Jan 2007 09:52:06 +0100] rev 22078
Streamlining: removing the type argument of CombApp; abbreviating ResClause as RC minimize_applies is now by default TRUE!
Tue, 16 Jan 2007 14:11:25 +0100 fixed typo introduced by me
urbanc [Tue, 16 Jan 2007 14:11:25 +0100] rev 22077
fixed typo introduced by me
Tue, 16 Jan 2007 14:10:27 +0100 changed dictionary representation to explicit classrel witnesses
haftmann [Tue, 16 Jan 2007 14:10:27 +0100] rev 22076
changed dictionary representation to explicit classrel witnesses
Tue, 16 Jan 2007 14:10:26 +0100 reverted order of classrels
haftmann [Tue, 16 Jan 2007 14:10:26 +0100] rev 22075
reverted order of classrels
Tue, 16 Jan 2007 14:10:24 +0100 cleanup
haftmann [Tue, 16 Jan 2007 14:10:24 +0100] rev 22074
cleanup
Tue, 16 Jan 2007 13:59:08 +0100 formalisation of Crary's chapter on logical relations
urbanc [Tue, 16 Jan 2007 13:59:08 +0100] rev 22073
formalisation of Crary's chapter on logical relations (in the book on Advanced Topics in Type Systems) done by Narboux and Urban
Tue, 16 Jan 2007 10:25:38 +0100 added capabilities to handle mutual inductions
urbanc [Tue, 16 Jan 2007 10:25:38 +0100] rev 22072
added capabilities to handle mutual inductions
Tue, 16 Jan 2007 08:12:09 +0100 refined and added example for ExecutableRat
haftmann [Tue, 16 Jan 2007 08:12:09 +0100] rev 22071
refined and added example for ExecutableRat
Tue, 16 Jan 2007 08:07:00 +0100 introduced binding concept
haftmann [Tue, 16 Jan 2007 08:07:00 +0100] rev 22070
introduced binding concept
Tue, 16 Jan 2007 08:06:59 +0100 slight cleanup
haftmann [Tue, 16 Jan 2007 08:06:59 +0100] rev 22069
slight cleanup
Tue, 16 Jan 2007 08:06:57 +0100 renamed locale partial_order to order
haftmann [Tue, 16 Jan 2007 08:06:57 +0100] rev 22068
renamed locale partial_order to order
Tue, 16 Jan 2007 08:06:55 +0100 refined and added example for ExecutableRat
haftmann [Tue, 16 Jan 2007 08:06:55 +0100] rev 22067
refined and added example for ExecutableRat
Tue, 16 Jan 2007 08:06:52 +0100 updated keywords
haftmann [Tue, 16 Jan 2007 08:06:52 +0100] rev 22066
updated keywords
Mon, 15 Jan 2007 10:15:55 +0100 added sections on mutual induction and patterns
krauss [Mon, 15 Jan 2007 10:15:55 +0100] rev 22065
added sections on mutual induction and patterns
Sun, 14 Jan 2007 09:57:29 +0100 optimized translation of HO problems
paulson [Sun, 14 Jan 2007 09:57:29 +0100] rev 22064
optimized translation of HO problems
Fri, 12 Jan 2007 15:37:21 +0100 Reverted to structure representation with records.
ballarin [Fri, 12 Jan 2007 15:37:21 +0100] rev 22063
Reverted to structure representation with records.
Fri, 12 Jan 2007 09:58:31 +0100 more term inspection
haftmann [Fri, 12 Jan 2007 09:58:31 +0100] rev 22062
more term inspection
Fri, 12 Jan 2007 09:58:30 +0100 introduced binding concept
haftmann [Fri, 12 Jan 2007 09:58:30 +0100] rev 22061
introduced binding concept
Fri, 12 Jan 2007 09:58:29 +0100 adjusted manual
haftmann [Fri, 12 Jan 2007 09:58:29 +0100] rev 22060
adjusted manual
Thu, 11 Jan 2007 16:53:12 +0100 well-founded relations for the integers
paulson [Thu, 11 Jan 2007 16:53:12 +0100] rev 22059
well-founded relations for the integers
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip