equal
deleted
inserted
replaced
535 and the inside or outside of a set. |
535 and the inside or outside of a set. |
536 |
536 |
537 * Theory Library/Old_Recdef: discontinued obsolete 'defer_recdef' |
537 * Theory Library/Old_Recdef: discontinued obsolete 'defer_recdef' |
538 command. Minor INCOMPATIBILITY, use 'function' instead. |
538 command. Minor INCOMPATIBILITY, use 'function' instead. |
539 |
539 |
|
540 * Inductive definitions ('inductive', 'coinductive', etc.) expose |
|
541 low-level facts of the internal construction only if the option |
|
542 "inductive_defs" is enabled. This refers to the internal predicate |
|
543 definition and its monotonicity result. Rare INCOMPATIBILITY. |
|
544 |
540 * Recursive function definitions ('fun', 'function', 'partial_function') |
545 * Recursive function definitions ('fun', 'function', 'partial_function') |
541 no longer expose the low-level "_def" facts of the internal |
546 expose low-level facts of the internal construction only if the option |
542 construction. INCOMPATIBILITY, enable option "function_defs" in the |
547 "function_defs" is enabled. Rare INCOMPATIBILITY. |
543 context for rare situations where these facts are really needed. |
|
544 |
548 |
545 * Imperative_HOL: obsolete theory Legacy_Mrec has been removed. |
549 * Imperative_HOL: obsolete theory Legacy_Mrec has been removed. |
546 |
550 |
547 * Library/Omega_Words_Fun: Infinite words modeled as functions nat => |
551 * Library/Omega_Words_Fun: Infinite words modeled as functions nat => |
548 'a. |
552 'a. |