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;