haftmann [Fri, 04 Apr 2008 13:40:23 +0200] rev 26556
prefix for equations in primrec specifications
haftmann [Fri, 04 Apr 2008 13:40:21 +0200] rev 26555
postprocessing of equality
wenzelm [Thu, 03 Apr 2008 23:55:11 +0200] rev 26554
parser: use plain explode, not Symbol.explode!
wenzelm [Thu, 03 Apr 2008 23:38:59 +0200] rev 26553
removed obsolete add_axiomss(_i);
wenzelm [Thu, 03 Apr 2008 22:21:29 +0200] rev 26552
renamed XML.parse_comment_whspc to XML.parse_comments;
wenzelm [Thu, 03 Apr 2008 22:21:26 +0200] rev 26551
renamed parse_comment_whspc to parse_comments;
major parser cleanup -- removed junk comments;
wenzelm [Thu, 03 Apr 2008 21:23:42 +0200] rev 26550
removed yxmlN for now;
moved test_markup to proof_general_emacs.ML;
use efficient YXML markup internally (output, markup, message);
message: issue MALFORMED MESSAGE explicitly;
tuned;
wenzelm [Thu, 03 Apr 2008 21:23:41 +0200] rev 26549
moved test_markup here;
wenzelm [Thu, 03 Apr 2008 21:23:39 +0200] rev 26548
further cleanup of XML signature;
wenzelm [Thu, 03 Apr 2008 21:23:38 +0200] rev 26547
tuned comments;
wenzelm [Thu, 03 Apr 2008 21:23:37 +0200] rev 26546
further cleanup of XML signature;
replaced plain_content by incremental add_content;
added stream output;
wenzelm [Thu, 03 Apr 2008 21:23:36 +0200] rev 26545
output: canonical argument order (as opposed to write);
wenzelm [Thu, 03 Apr 2008 18:42:42 +0200] rev 26544
XML.string_of;
wenzelm [Thu, 03 Apr 2008 18:42:41 +0200] rev 26543
moved output_markup to xml.ML;
added yxmlN mode name;
wenzelm [Thu, 03 Apr 2008 18:42:40 +0200] rev 26542
XML.output_markup;
wenzelm [Thu, 03 Apr 2008 18:42:39 +0200] rev 26541
XML.string_of, XML.parse;
wenzelm [Thu, 03 Apr 2008 18:42:38 +0200] rev 26540
replaced ETX/EOT by ENQ/ACK, which are less likely to be interpreted by tty etc.;
added output_markup, parse_element;
detect: check XY;
tuned comments;
tuned;
wenzelm [Thu, 03 Apr 2008 18:42:37 +0200] rev 26539
added output_markup (from Tools/isabelle_process.ML);
major cleanup of signature;
wenzelm [Thu, 03 Apr 2008 18:42:36 +0200] rev 26538
replaced ETX/EOT by ENQ/ACK, which are less likely to be interpreted by tty etc.;
wenzelm [Thu, 03 Apr 2008 18:42:34 +0200] rev 26537
tuned comments;
berghofe [Thu, 03 Apr 2008 18:13:50 +0200] rev 26536
Added skip_mono flag to inductive definition package.
berghofe [Thu, 03 Apr 2008 17:55:12 +0200] rev 26535
Added skip_mono flag to inductive definition package.
berghofe [Thu, 03 Apr 2008 17:54:19 +0200] rev 26534
Added skip_mono flag and inductive_flags type.
berghofe [Thu, 03 Apr 2008 17:52:51 +0200] rev 26533
Deleted code for axiomatic introduction of datatypes. Instead, the package
now uses SkipProof.prove rather than Goal.prove to do proofs.
berghofe [Thu, 03 Apr 2008 17:50:50 +0200] rev 26532
Removed QuickAndDirty constructor from simproc_dist datatype.
berghofe [Thu, 03 Apr 2008 17:49:39 +0200] rev 26531
- use SkipProof.prove_global instead of Goal.prove_global
- added skip_mono flag to inductive definition package
berghofe [Thu, 03 Apr 2008 17:43:01 +0200] rev 26530
Added prove_global.
krauss [Thu, 03 Apr 2008 16:34:52 +0200] rev 26529
Function package no longer overwrites theorems.
Some tuning.
wenzelm [Thu, 03 Apr 2008 16:03:59 +0200] rev 26528
Why XML notation?
wenzelm [Thu, 03 Apr 2008 16:03:57 +0200] rev 26527
Symbol.STX, Symbol.DEL;
wenzelm [Thu, 03 Apr 2008 16:03:56 +0200] rev 26526
Symbol.SOH;
wenzelm [Thu, 03 Apr 2008 16:03:55 +0200] rev 26525
added detect;
removed auxiliary buffer_of_tree;
tuned;