equal
deleted
inserted
replaced
260 This outputs a suggestion with instantiations of the facts using the |
260 This outputs a suggestion with instantiations of the facts using the |
261 "of" attribute (e.g. "assms(1)[of x]"). |
261 "of" attribute (e.g. "assms(1)[of x]"). |
262 |
262 |
263 * Code generator: command 'code_reserved' now uses parentheses for |
263 * Code generator: command 'code_reserved' now uses parentheses for |
264 target languages, similar to 'code_printing'. |
264 target languages, similar to 'code_printing'. |
|
265 |
|
266 * Theory "HOL.Orderings": Added experimental support for inserting |
|
267 additional premises when the order solver is called. This can used to |
|
268 e.g. extend the order solver to deal with numerals. In Isabelle/HOL, |
|
269 hooks can be added with HOL_Base_Order_Tac.declare_insert_prems_hook. |
265 |
270 |
266 * Theory "HOL.Wellfounded": |
271 * Theory "HOL.Wellfounded": |
267 - Removed lemma wellorder.wfP_less. Use wellorder.wfp_on_less instead. |
272 - Removed lemma wellorder.wfP_less. Use wellorder.wfp_on_less instead. |
268 Minor INCOMPATIBILITY. |
273 Minor INCOMPATIBILITY. |
269 - Renamed lemmas. Minor INCOMPATIBILITY. |
274 - Renamed lemmas. Minor INCOMPATIBILITY. |
327 iterated Suc terms. |
332 iterated Suc terms. |
328 |
333 |
329 * Theory "HOL-Library.Adhoc_Overloading" has been moved to Pure. Minor |
334 * Theory "HOL-Library.Adhoc_Overloading" has been moved to Pure. Minor |
330 INCOMPATIBILITY: need to adjust theory imports. |
335 INCOMPATIBILITY: need to adjust theory imports. |
331 |
336 |
332 * Theory "HOL.Orderings": |
|
333 Added experimental support for inserting additional premises when the order solver is called. |
|
334 This can used to e.g. extend the order solver to deal with numerals. |
|
335 In Isabelle/HOL, hooks can be added with HOL_Base_Order_Tac.declare_insert_prems_hook. |
|
336 |
337 |
337 *** ML *** |
338 *** ML *** |
338 |
339 |
339 * Term.variant_bounds replaces former Term.variant_frees for logical |
340 * Term.variant_bounds replaces former Term.variant_frees for logical |
340 manipulation of terms, without inner-syntax operations (e.g. reading a |
341 manipulation of terms, without inner-syntax operations (e.g. reading a |