wenzelm [Thu, 02 Jun 2005 18:29:51 +0200] rev 16191
added no_warnings;
tuned;
wenzelm [Thu, 02 Jun 2005 18:29:50 +0200] rev 16190
Sign.restore_naming;
err_in_defn: do not apply Sign.full_name again;
tuned;
wenzelm [Thu, 02 Jun 2005 18:29:49 +0200] rev 16189
replaced set_naming by restore_naming;
wenzelm [Thu, 02 Jun 2005 18:29:48 +0200] rev 16188
replaced foldl_string by fold_string;
added forall_string;
improved unsuffix/unprefix: no explode;
wenzelm [Thu, 02 Jun 2005 18:29:47 +0200] rev 16187
renamed HOL_PROOF_OBJECTS to HOL_USEDIR_OPTIONS;
wenzelm [Thu, 02 Jun 2005 18:29:46 +0200] rev 16186
renamed HOL_PROOF_OBJECTS to HOL_USEDIR_OPTIONS;
tuned;
quigley [Thu, 02 Jun 2005 15:54:11 +0200] rev 16185
Added time lime (60 secs) to Spass calls.
paulson [Thu, 02 Jun 2005 13:47:08 +0200] rev 16184
renamed "constrains" to "safety" to avoid keyword clash
paulson [Thu, 02 Jun 2005 13:17:06 +0200] rev 16183
renamed "constrains" to "safety" to avoid keyword clash
wenzelm [Thu, 02 Jun 2005 09:17:38 +0200] rev 16182
swap declaration of thm/axm names to accomodate change in name space
treatment;
wenzelm [Thu, 02 Jun 2005 09:12:56 +0200] rev 16181
tuned;
wenzelm [Thu, 02 Jun 2005 09:11:34 +0200] rev 16180
Theory.restore_naming;
wenzelm [Thu, 02 Jun 2005 09:11:32 +0200] rev 16179
header;
kleing [Thu, 02 Jun 2005 02:21:44 +0200] rev 16178
reduced timeout, send logs also when test taking too long
obua [Wed, 01 Jun 2005 21:25:35 +0200] rev 16177
Preliminary version of defs.ML that does not check final consts.
nipkow [Wed, 01 Jun 2005 19:40:26 +0200] rev 16176
*** empty log message ***
nipkow [Wed, 01 Jun 2005 19:40:15 +0200] rev 16175
tuned
paulson [Wed, 01 Jun 2005 18:29:03 +0200] rev 16174
ordering for the ordinals
paulson [Wed, 01 Jun 2005 18:19:59 +0200] rev 16173
clausification bug fix
paulson [Wed, 01 Jun 2005 14:50:48 +0200] rev 16172
small tweaks; also now write_out_clasimp takes the current theory as argument
haftmann [Wed, 01 Jun 2005 14:16:45 +0200] rev 16171
remove CVS id from *.sty latex styles
haftmann [Wed, 01 Jun 2005 14:16:45 +0200] rev 16170
remove CVS id from *.sty latex styles
ballarin [Wed, 01 Jun 2005 12:30:50 +0200] rev 16169
Locales: new element constrains, parameter renaming with syntax,
experimental command instantiate withdrawn.
ballarin [Wed, 01 Jun 2005 12:30:49 +0200] rev 16168
Locales: new element constrains, parameter renaming with syntax,
experimental command instantiate withdrawn.
haftmann [Wed, 01 Jun 2005 10:52:17 +0200] rev 16167
renamed premise* to prem
haftmann [Wed, 01 Jun 2005 10:40:51 +0200] rev 16166
some refinements
haftmann [Wed, 01 Jun 2005 10:30:07 +0200] rev 16165
concl antiqutations
nipkow [Wed, 01 Jun 2005 09:46:06 +0200] rev 16164
*** empty log message ***
haftmann [Wed, 01 Jun 2005 08:58:25 +0200] rev 16163
improved *.sty handling
haftmann [Wed, 01 Jun 2005 08:57:49 +0200] rev 16162
improved *.sty handling
haftmann [Wed, 01 Jun 2005 08:56:58 +0200] rev 16161
improved *.sty handling
nipkow [Wed, 01 Jun 2005 08:44:25 +0200] rev 16160
added premise<i>
nipkow [Wed, 01 Jun 2005 08:44:13 +0200] rev 16159
added dependency
obua [Tue, 31 May 2005 19:32:41 +0200] rev 16158
Removed final_consts from theory data. Now const_deps deals with final
constants.
paulson [Tue, 31 May 2005 17:52:10 +0200] rev 16157
minor tidying and sml/nj compatibility
quigley [Tue, 31 May 2005 12:42:36 +0200] rev 16156
Fixed array containing clasimpset rules. Added flags to turn on and off reconstruction and full spass
ruleset.
nipkow [Tue, 31 May 2005 12:36:01 +0200] rev 16155
fixed sectioning
nipkow [Tue, 31 May 2005 12:16:42 +0200] rev 16154
\nexists
nipkow [Tue, 31 May 2005 12:16:24 +0200] rev 16153
\nexists und premsise1 .. 9
wenzelm [Tue, 31 May 2005 11:53:43 +0200] rev 16152
no_tac;
wenzelm [Tue, 31 May 2005 11:53:42 +0200] rev 16151
ML Pure: name spaces have been refined;
ML Pure: cases produced by proof methods specify options, NONE means to removee bindings;
wenzelm [Tue, 31 May 2005 11:53:41 +0200] rev 16150
moved is_ident to General/symbol.ML;
wenzelm [Tue, 31 May 2005 11:53:40 +0200] rev 16149
Theory.restore_naming;
tuned fold;
wenzelm [Tue, 31 May 2005 11:53:39 +0200] rev 16148
make: T option -- actually remove undefined cases;
Logic.nth_prem;
tuned;
wenzelm [Tue, 31 May 2005 11:53:38 +0200] rev 16147
renamed cond_extern to extern;
support general naming context;
added qualified_names, no_base_names, custom_accesses, restore_naming;
removed qualified, restore_qualified;
add_cases: RuleCases.T option;
put_thms etc.: back to simple form, use naming context for extended functionality;
wenzelm [Tue, 31 May 2005 11:53:37 +0200] rev 16146
method_cases: RuleCases.T option;
goal cases: remove previous ones;
invoke_case: ProofContext.no_base_names o ProofContext.qualified_names;
undefined rule_context: remove instead of empty one;
tuned;
wenzelm [Tue, 31 May 2005 11:53:36 +0200] rev 16145
renamed cond_extern to extern;
Sign.declare_name replaces NameSpace.extend;
(RAW_)METHOD_CASES: RuleCases.T option;
wenzelm [Tue, 31 May 2005 11:53:35 +0200] rev 16144
renamed cond_extern to extern;
Sign.declare_name replaces NameSpace.extend;
proper use of naming context;
tuned rename_facts;
note_thmss_registrations: avoid non-linear use of thy (via sign);
wenzelm [Tue, 31 May 2005 11:53:34 +0200] rev 16143
improved naming of complex theorems in presentation;
wenzelm [Tue, 31 May 2005 11:53:33 +0200] rev 16142
added short_names, unique_names options;
wenzelm [Tue, 31 May 2005 11:53:32 +0200] rev 16141
renamed cond_extern to extern;
Sign.declare_name replaces NameSpace.extend;
wenzelm [Tue, 31 May 2005 11:53:31 +0200] rev 16140
added symbol scanner;
wenzelm [Tue, 31 May 2005 11:53:30 +0200] rev 16139
remove(_multi): generalized type;
wenzelm [Tue, 31 May 2005 11:53:29 +0200] rev 16138
added is_ident (from Syntax/lexicon.ML);
wenzelm [Tue, 31 May 2005 11:53:28 +0200] rev 16137
renamed cond_extern to extern;
append, base, drop_base, map_base: made robust against empty names;
added qualified;
extern: improved output for non-unique non-hidden names;
name entry path superceded by general naming context;
added reject_qualified, default_naming, add_path, no_base_names, custom_accesses, set_policy;
wenzelm [Tue, 31 May 2005 11:53:27 +0200] rev 16136
tuned arrangement of structures;
wenzelm [Tue, 31 May 2005 11:53:26 +0200] rev 16135
added eq_thms;
wenzelm [Tue, 31 May 2005 11:53:25 +0200] rev 16134
added qualified_names, no_base_names, custom_accesses, set_policy, restore_naming;
tuned;
wenzelm [Tue, 31 May 2005 11:53:24 +0200] rev 16133
renamed cond_extern to extern;
name entry path superceded by general naming context;
added qualified_names, no_base_names, custom_accesses, set_policy, set_naming;
replaced NameSpace.extend by context-dependent declare_name;
removed full_name';
tuned;
wenzelm [Tue, 31 May 2005 11:53:23 +0200] rev 16132
renamed cond_extern to extern;
removed note_thmss_accesses(_i) -- functionality covered by general naming context;