haftmann [Mon, 07 Apr 2008 15:37:30 +0200] rev 26563
explicit dummy instantiation for div
paulson [Mon, 07 Apr 2008 15:37:27 +0200] rev 26562
* Metis: the maximum number of clauses that can be produced from a theorem is now given by the attribute max_clauses. Theorems that exceed this number are ignored, with a warning printed.
paulson [Mon, 07 Apr 2008 15:37:04 +0200] rev 26561
Superficial changes
CVS: ----------------------------------------------------------------------
haftmann [Fri, 04 Apr 2008 13:40:27 +0200] rev 26560
tuned
haftmann [Fri, 04 Apr 2008 13:40:26 +0200] rev 26559
syntactic classes for bit operations
haftmann [Fri, 04 Apr 2008 13:40:25 +0200] rev 26558
renamed app2 to map2
haftmann [Fri, 04 Apr 2008 13:40:24 +0200] rev 26557
more new primrec
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.