equal
deleted
inserted
replaced
32 * HOL/Real: "rabs" replaced by overloaded "abs" function; |
32 * HOL/Real: "rabs" replaced by overloaded "abs" function; |
33 |
33 |
34 * HOL/ML: even fewer consts are declared as global (see theories Ord, |
34 * HOL/ML: even fewer consts are declared as global (see theories Ord, |
35 Lfp, Gfp, WF); this only affects ML packages that refer to const names |
35 Lfp, Gfp, WF); this only affects ML packages that refer to const names |
36 internally; |
36 internally; |
|
37 |
|
38 * Isar: changed syntax of local blocks from {{ }} to { }; |
37 |
39 |
38 * ML: PureThy.add_thms/add_axioms/add_defs return theorems as well; |
40 * ML: PureThy.add_thms/add_axioms/add_defs return theorems as well; |
39 |
41 |
40 * LaTeX: several improvements of isabelle.sty; |
42 * LaTeX: several improvements of isabelle.sty; |
41 |
43 |
69 |
71 |
70 * Pure: scalable support for case-analysis type proofs: new 'case' |
72 * Pure: scalable support for case-analysis type proofs: new 'case' |
71 language element refers to local contexts symbolically, as produced by |
73 language element refers to local contexts symbolically, as produced by |
72 certain proof methods; internally, case names are attached to theorems |
74 certain proof methods; internally, case names are attached to theorems |
73 as "tags"; |
75 as "tags"; |
|
76 |
|
77 * Pure: changed syntax of local blocks from {{ }} to { }; |
|
78 |
|
79 * Pure: syntax of sorts made inner, i.e. have to write "{a, b, c}" |
|
80 instead of {a, b, c}; |
74 |
81 |
75 * Pure now provides its own version of intro/elim/dest attributes; |
82 * Pure now provides its own version of intro/elim/dest attributes; |
76 useful for building new logics, but beware of confusion with the |
83 useful for building new logics, but beware of confusion with the |
77 Provers/classical ones; |
84 Provers/classical ones; |
78 |
85 |