nipkow [Tue, 17 Aug 2010 12:49:33 +0200] rev 38452
now works for schematic terms as well, thanks to Alex for the `how-to'
haftmann [Tue, 17 Aug 2010 12:30:31 +0200] rev 38451
added section on program refinement
haftmann [Tue, 17 Aug 2010 12:30:30 +0200] rev 38450
tuned whitespace
wenzelm [Tue, 17 Aug 2010 15:54:04 +0200] rev 38449
tune;
wenzelm [Tue, 17 Aug 2010 15:10:49 +0200] rev 38448
added functor Linear_Set, based on former adhoc structures in document.ML;
Linear_Set.delete_after (ML): actually delete table entries;
Scala Linear_Set: clarified exceptions, according to ML version;
simplified Document.node using Linear_Set;
ML Document.edit: refer to start via NONE instead of no_id, according to Scala version;
wenzelm [Mon, 16 Aug 2010 22:56:28 +0200] rev 38447
HOL-Proofs-Extraction: some workaround to make it work in low-memory situations (e.g. atbroy102 with as little as 1GB heap space);
wenzelm [Mon, 16 Aug 2010 18:20:36 +0200] rev 38446
XML.Cache: pipe-lined (thread-safe) version using actor;
tuned Isabelle_Process.pid handling;
wenzelm [Mon, 16 Aug 2010 17:04:22 +0200] rev 38445
simplified internal message format: dropped special Symbol.STX header;
wenzelm [Mon, 16 Aug 2010 16:24:22 +0200] rev 38444
HTML.spans: explicit flag for preservation of original data (which would be turned into org.w3c.dom user data in XML.document_node);
wenzelm [Mon, 16 Aug 2010 12:33:52 +0200] rev 38443
merged
haftmann [Mon, 16 Aug 2010 12:11:01 +0200] rev 38442
merged
haftmann [Mon, 16 Aug 2010 11:18:28 +0200] rev 38441
tuned section on predicate compiler