equal
deleted
inserted
replaced
3 |
3 |
4 New in this Isabelle version |
4 New in this Isabelle version |
5 ---------------------------- |
5 ---------------------------- |
6 |
6 |
7 *** General *** |
7 *** General *** |
|
8 |
|
9 * Command 'experiment' opens an anonymous locale context with private |
|
10 naming policy. |
8 |
11 |
9 * Structural composition of proof methods (meth1; meth2) in Isar |
12 * Structural composition of proof methods (meth1; meth2) in Isar |
10 corresponds to (tac1 THEN_ALL_NEW tac2) in ML. |
13 corresponds to (tac1 THEN_ALL_NEW tac2) in ML. |
11 |
14 |
12 * Generated schematic variables in standard format of exported facts are |
15 * Generated schematic variables in standard format of exported facts are |
338 style. |
341 style. |
339 |
342 |
340 |
343 |
341 *** ML *** |
344 *** ML *** |
342 |
345 |
|
346 * Subtle change of name space policy: undeclared entries are now |
|
347 considered inaccessible, instead of accessible via the fully-qualified |
|
348 internal name. This mainly affects Name_Space.intern (and derivatives), |
|
349 which may produce an unexpected Long_Name.hidden prefix. Note that |
|
350 contempory applications use the strict Name_Space.check (and |
|
351 derivatives) instead, which is not affected by the change. Potential |
|
352 INCOMPATIBILITY in rare applications of Name_Space.intern. |
|
353 |
343 * The main operations to certify logical entities are Thm.ctyp_of and |
354 * The main operations to certify logical entities are Thm.ctyp_of and |
344 Thm.cterm_of with a local context; old-style global theory variants are |
355 Thm.cterm_of with a local context; old-style global theory variants are |
345 available as Thm.global_ctyp_of and Thm.global_cterm_of. |
356 available as Thm.global_ctyp_of and Thm.global_cterm_of. |
346 INCOMPATIBILITY. |
357 INCOMPATIBILITY. |
347 |
358 |
404 INCOMPATIBILITY, use "isabelle update_semicolons" to remove obsolete |
415 INCOMPATIBILITY, use "isabelle update_semicolons" to remove obsolete |
405 semicolons from theory sources. |
416 semicolons from theory sources. |
406 |
417 |
407 * The Isabelle tool "update_cartouches" changes theory files to use |
418 * The Isabelle tool "update_cartouches" changes theory files to use |
408 cartouches instead of old-style {* verbatim *} or `alt_string` tokens. |
419 cartouches instead of old-style {* verbatim *} or `alt_string` tokens. |
|
420 |
|
421 * The Isabelle tool "build" provides new options -k and -x. |
409 |
422 |
410 |
423 |
411 |
424 |
412 New in Isabelle2014 (August 2014) |
425 New in Isabelle2014 (August 2014) |
413 --------------------------------- |
426 --------------------------------- |