equal
deleted
inserted
replaced
67 |
67 |
68 * Option to skip over proofs, using implicit 'sorry' internally. |
68 * Option to skip over proofs, using implicit 'sorry' internally. |
69 |
69 |
70 |
70 |
71 *** Pure *** |
71 *** Pure *** |
|
72 |
|
73 * Type theory is now immutable, without any special treatment of |
|
74 drafts or linear updates (which could lead to "stale theory" errors in |
|
75 the past). Discontinued obsolete operations like Theory.copy, |
|
76 Theory.checkpoint, and the auxiliary type theory_ref. Minor |
|
77 INCOMPATIBILITY. |
72 |
78 |
73 * System option "proofs" has been discontinued. Instead the global |
79 * System option "proofs" has been discontinued. Instead the global |
74 state of Proofterm.proofs is persistently compiled into logic images |
80 state of Proofterm.proofs is persistently compiled into logic images |
75 as required, notably HOL-Proofs. Users no longer need to change |
81 as required, notably HOL-Proofs. Users no longer need to change |
76 Proofterm.proofs dynamically. Minor INCOMPATIBILITY. |
82 Proofterm.proofs dynamically. Minor INCOMPATIBILITY. |