* ML/Isar: theory setup has type (theory -> theory);
authorwenzelm
Thu, 19 Jan 2006 21:22:27 +0100
changeset 18722 0888eca0f1be
parent 18721 54693225c2f4
child 18723 91d67d2f121c
* ML/Isar: theory setup has type (theory -> theory);
NEWS
--- a/NEWS	Thu Jan 19 21:22:26 2006 +0100
+++ b/NEWS	Thu Jan 19 21:22:27 2006 +0100
@@ -361,6 +361,9 @@
 Context.PROOF, ProofContext.CONTEXT, Proof.STATE, ProofHistory.FAIL)
 -- use plain ERROR instead.
 
+* ML/Isar: theory setup now has type (theory -> theory), instead of a
+list.  INCOMPATIBILITY, may use #> to compose setup functions.
+
 * Pure/Isar: Toplevel.theory_to_proof admits transactions that modify
 the theory before entering a proof state.  Transactions now always see
 a quasi-functional intermediate checkpoint, both in interactive and