equal
deleted
inserted
replaced
229 and friends the modifier is "simp flip:". |
229 and friends the modifier is "simp flip:". |
230 |
230 |
231 |
231 |
232 *** HOL *** |
232 *** HOL *** |
233 |
233 |
234 * New proof method "real_asymp" to prove asymptotics or real-valued |
|
235 functions (limits, "Big-O", etc.) automatically. |
|
236 |
|
237 * Sledgehammer: bundled version of "vampire" (for non-commercial users) |
234 * Sledgehammer: bundled version of "vampire" (for non-commercial users) |
238 helps to avoid fragility of "remote_vampire" service. |
235 helps to avoid fragility of "remote_vampire" service. |
239 |
236 |
240 * Clarified relationship of characters, strings and code generation: |
237 * Clarified relationship of characters, strings and code generation: |
241 |
238 |
378 theory HOL-ex.Conditional_Parametricity_Examples for some examples. |
375 theory HOL-ex.Conditional_Parametricity_Examples for some examples. |
379 |
376 |
380 * Theory HOL-Library.Code_Lazy provides a new preprocessor for the code |
377 * Theory HOL-Library.Code_Lazy provides a new preprocessor for the code |
381 generator to generate code for algebraic types with lazy evaluation |
378 generator to generate code for algebraic types with lazy evaluation |
382 semantics even in call-by-value target languages. See the theories |
379 semantics even in call-by-value target languages. See the theories |
383 HOL-ex.Code_Lazy_Demo and HOL-Codegenerator_Test.Code_Lazy_Test for |
380 HOL-ex.Code_Lazy_Demo and HOL-Codegenerator_Test.Code_Lazy_Test for some |
384 some examples. |
381 examples. |
385 |
382 |
386 * Theory HOL-Library.Landau_Symbols has been moved here from AFP. |
383 * Theory HOL-Library.Landau_Symbols has been moved here from AFP. |
387 |
384 |
388 * Theory HOL-Library.Old_Datatype no longer provides the legacy command |
385 * Theory HOL-Library.Old_Datatype no longer provides the legacy command |
389 'old_datatype'. INCOMPATIBILITY. |
386 'old_datatype'. INCOMPATIBILITY. |
409 INCOMPATIBILITY. |
406 INCOMPATIBILITY. |
410 |
407 |
411 * Session HOL-Analysis: infinite products, Moebius functions, the |
408 * Session HOL-Analysis: infinite products, Moebius functions, the |
412 Riemann mapping theorem, the Vitali covering theorem, |
409 Riemann mapping theorem, the Vitali covering theorem, |
413 change-of-variables results for integration and measures. |
410 change-of-variables results for integration and measures. |
|
411 |
|
412 * Session HOL-Real_Asymp: proof method "real_asymp" proves asymptotics |
|
413 or real-valued functions (limits, "Big-O", etc.) automatically. |
414 |
414 |
415 * Session HOL-Types_To_Sets: more tool support (unoverload_type combines |
415 * Session HOL-Types_To_Sets: more tool support (unoverload_type combines |
416 internalize_sorts and unoverload) and larger experimental application |
416 internalize_sorts and unoverload) and larger experimental application |
417 (type based linear algebra transferred to linear algebra on subspaces). |
417 (type based linear algebra transferred to linear algebra on subspaces). |
418 |
418 |