berghofe [Mon, 02 Apr 2012 13:58:59 +0200] rev 47297
Require "For" keyword to be followed by at least one whitespace, to avoid that
identifiers starting with "For" are interpreted as traceability information
wenzelm [Tue, 03 Apr 2012 17:21:33 +0200] rev 47296
normalize defs (again, cf. 008b7858f3c0);
wenzelm [Tue, 03 Apr 2012 16:53:32 +0200] rev 47295
some context examples;
wenzelm [Tue, 03 Apr 2012 16:51:01 +0200] rev 47294
retain literal non-HHF assumptions, to facilitate re-import in Generic_Target.import_export_proof;
wenzelm [Tue, 03 Apr 2012 16:49:05 +0200] rev 47293
another attempt to avoid duplication of global vs. local syntax (reminiscent of old fork_mixfix);
wenzelm [Tue, 03 Apr 2012 16:27:32 +0200] rev 47292
export into target context (again), to retain its 'defines' (e.g. abbreviation lcoeff in theory HOL/Algebra/UnivPoly);
wenzelm [Tue, 03 Apr 2012 16:10:34 +0200] rev 47291
better drop background syntax if entity depends on parameters;
more direct Type_Infer_Context.const_type instead of Syntax.check_term, which expands abbreviations (and potentially more);
wenzelm [Tue, 03 Apr 2012 14:37:16 +0200] rev 47290
more uniform abbrev vs. define;
wenzelm [Tue, 03 Apr 2012 13:47:15 +0200] rev 47289
tuned;
wenzelm [Tue, 03 Apr 2012 11:28:21 +0200] rev 47288
clarified generic_const vs. close_schematic_term;
wenzelm [Tue, 03 Apr 2012 11:21:17 +0200] rev 47287
tuned;
wenzelm [Tue, 03 Apr 2012 10:59:20 +0200] rev 47286
more uniform theory_abbrev with const_declaration;
wenzelm [Tue, 03 Apr 2012 10:04:41 +0200] rev 47285
avoid const_declaration in aux. context (cf. locale_foundation);
wenzelm [Tue, 03 Apr 2012 09:47:20 +0200] rev 47284
clarified background_foundation vs. theory_foundation (with const_declaration);
wenzelm [Tue, 03 Apr 2012 09:41:16 +0200] rev 47283
tuned;
wenzelm [Mon, 02 Apr 2012 23:55:25 +0200] rev 47282
more general standard_declaration;
generic const declaration, which is applied to nested targets (named target only);
wenzelm [Mon, 02 Apr 2012 23:27:24 +0200] rev 47281
better restore after close_target;
wenzelm [Mon, 02 Apr 2012 21:52:03 +0200] rev 47280
tuned;
wenzelm [Mon, 02 Apr 2012 21:49:27 +0200] rev 47279
clarified standard_declaration vs. theory_declaration;
wenzelm [Mon, 02 Apr 2012 20:50:41 +0200] rev 47278
smarter generic_const: plain alias for non-dependent case (e.g. prospective datatype or record syntax);
wenzelm [Mon, 02 Apr 2012 20:12:17 +0200] rev 47277
tuned;
wenzelm [Mon, 02 Apr 2012 19:54:25 +0200] rev 47276
tuned;
wenzelm [Mon, 02 Apr 2012 19:47:21 +0200] rev 47275
tuned signature;
wenzelm [Mon, 02 Apr 2012 19:10:52 +0200] rev 47274
misc tuning and simplification;
wenzelm [Mon, 02 Apr 2012 17:00:32 +0200] rev 47273
better restore to first target, not last target;
wenzelm [Mon, 02 Apr 2012 16:35:09 +0200] rev 47272
refined define/abbrev: allow extra fixes in aux. context vs. bottom target (NB: export_term expands defined variables, leaving fixed ones);
wenzelm [Mon, 02 Apr 2012 15:42:50 +0200] rev 47271
more general Local_Theory.restore, allow any nesting level;
nipkow [Mon, 02 Apr 2012 13:47:00 +0200] rev 47270
new tutorial
nipkow [Mon, 02 Apr 2012 10:49:03 +0200] rev 47269
New manual Programming and Proving in Isabelle/HOL
huffman [Mon, 02 Apr 2012 09:18:16 +0200] rev 47268
add simp rules for dvd on negative numerals
krauss [Sun, 01 Apr 2012 23:21:54 +0200] rev 47267
merged, manually resolving conflicts due to session renaming (cf. 6488c5efec49)
krauss [Sun, 01 Apr 2012 23:09:36 +0200] rev 47266
clarified terminology; added reference to bundle component