wenzelm [Fri, 16 Apr 2010 22:52:49 +0200] rev 36180
updated keywords;
wenzelm [Fri, 16 Apr 2010 22:45:07 +0200] rev 36179
replaced old Sign.add_tyabbrs(_i) by Sign.add_type_abbrev (without mixfix);
misc tuning and simplification;
wenzelm [Fri, 16 Apr 2010 22:18:59 +0200] rev 36178
keep localized 'types' as regular non-old-style version -- 'type_abbrev' as 'type' just causes too many problems, e.g. clash with "type" in translations or "type:" argument syntax;
wenzelm [Fri, 16 Apr 2010 22:15:09 +0200] rev 36177
separate commands 'hide_class', 'hide_type', 'hide_const', 'hide_fact';
wenzelm [Fri, 16 Apr 2010 21:28:09 +0200] rev 36176
replaced generic 'hide' command by more conventional 'hide_class', 'hide_type', 'hide_const', 'hide_fact' -- frees some popular keywords;
wenzelm [Fri, 16 Apr 2010 20:56:40 +0200] rev 36175
allow syntax types within abbreviations;
wenzelm [Fri, 16 Apr 2010 20:17:38 +0200] rev 36174
modernized old-style type abbreviations;
wenzelm [Fri, 16 Apr 2010 19:58:04 +0200] rev 36173
modernized type abbreviations;
wenzelm [Fri, 16 Apr 2010 19:43:06 +0200] rev 36172
local type abbreviations;
blanchet [Fri, 16 Apr 2010 15:49:46 +0200] rev 36171
merged
blanchet [Fri, 16 Apr 2010 15:49:13 +0200] rev 36170
added original constant names to Sledgehammer internal terms + output short names if "debug" is set (for increased readability)
blanchet [Fri, 16 Apr 2010 14:48:34 +0200] rev 36169
store nonmangled names along with mangled type names in Sledgehammer for debugging purposes
blanchet [Thu, 15 Apr 2010 13:57:17 +0200] rev 36168
give more sensible names to "fol_type" constructors, as requested by a FIXME comment
blanchet [Thu, 15 Apr 2010 13:49:46 +0200] rev 36167
make Sledgehammer's output more debugging friendly
wenzelm [Fri, 16 Apr 2010 12:51:57 +0200] rev 36166
made SML/NJ happy;
wenzelm [Fri, 16 Apr 2010 12:51:37 +0200] rev 36165
proper masking of dummy name_space;
wenzelm [Fri, 16 Apr 2010 11:40:01 +0200] rev 36164
salvaged some ML functors from decay, which is the natural consequence of lack of formal checking;
wenzelm [Fri, 16 Apr 2010 11:39:08 +0200] rev 36163
proper checking of ML functors (in Poly/ML 5.2 or later);
eliminated pathetic comments;
wenzelm [Fri, 16 Apr 2010 10:52:10 +0200] rev 36162
added ML antiquotation @{make_string}, which produces proper pretty printed version in Poly/ML 5.3.0 or later;
wenzelm [Fri, 16 Apr 2010 10:15:00 +0200] rev 36161
isatest: improved treatment of local files on atbroy102;
huffman [Thu, 15 Apr 2010 18:21:05 -0700] rev 36160
add rule deflation_ID to proof script for take + constructor rules
wenzelm [Thu, 15 Apr 2010 21:24:00 +0200] rev 36159
more robust record syntax: use Type.raw_match to ignore sort constraints as in regular abbreviations (also note that constraints only affect operations, not types);
wenzelm [Thu, 15 Apr 2010 20:56:04 +0200] rev 36158
HOL record: explicitly allow sort constraints;
wenzelm [Thu, 15 Apr 2010 20:37:27 +0200] rev 36157
misc tuning and simplification;
wenzelm [Thu, 15 Apr 2010 20:31:21 +0200] rev 36156
explicit ProofContext.check_tfree;
wenzelm [Thu, 15 Apr 2010 18:13:25 +0200] rev 36155
merged
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 15 Apr 2010 16:55:12 +0200] rev 36154
Respectfullness and preservation of list_rel
wenzelm [Thu, 15 Apr 2010 18:09:22 +0200] rev 36153
replaced slightly odd Typedecl.predeclare_constraints by plain declaration of type arguments -- also avoid "recursive" declaration of type constructor, which can cause problems with sequential definitions B.foo = A.foo;
simplified via ProofContext.check_tfree;
wenzelm [Thu, 15 Apr 2010 18:00:21 +0200] rev 36152
get_sort: suppress dummyS from input;
added check_tvar, check_tfree convenience;
tuned;
wenzelm [Thu, 15 Apr 2010 16:58:12 +0200] rev 36151
modernized treatment of sort constraints in specification;
pass-through type variables as usual as (string * sort) internally -- recovers proper sort handling;