NEWS
changeset 61682 f2c69a221055
parent 61675 0c31e1de164c
parent 61681 ca53150406c9
child 61685 2b3772ecfdec
--- a/NEWS	Sun Nov 15 12:45:28 2015 +0100
+++ b/NEWS	Sun Nov 15 13:49:27 2015 +0100
@@ -537,10 +537,14 @@
 * Theory Library/Old_Recdef: discontinued obsolete 'defer_recdef'
 command. Minor INCOMPATIBILITY, use 'function' instead.
 
+* Inductive definitions ('inductive', 'coinductive', etc.) expose
+low-level facts of the internal construction only if the option
+"inductive_defs" is enabled. This refers to the internal predicate
+definition and its monotonicity result. Rare INCOMPATIBILITY.
+
 * Recursive function definitions ('fun', 'function', 'partial_function')
-no longer expose the low-level "_def" facts of the internal
-construction. INCOMPATIBILITY, enable option "function_defs" in the
-context for rare situations where these facts are really needed.
+expose low-level facts of the internal construction only if the option
+"function_defs" is enabled. Rare INCOMPATIBILITY.
 
 * Imperative_HOL: obsolete theory Legacy_Mrec has been removed.