682 Sign.read_typ, Sign.read_def_terms, Sign.read_term, |
682 Sign.read_typ, Sign.read_def_terms, Sign.read_term, |
683 Thm.read_def_cterms, Thm.read_cterm etc.). INCOMPATIBILITY, should |
683 Thm.read_def_cterms, Thm.read_cterm etc.). INCOMPATIBILITY, should |
684 use regular Syntax.read_typ, Syntax.read_term, Syntax.read_typ_global, |
684 use regular Syntax.read_typ, Syntax.read_term, Syntax.read_typ_global, |
685 Syntax.read_term_global etc.; see also OldGoals.read_term as last |
685 Syntax.read_term_global etc.; see also OldGoals.read_term as last |
686 resort for legacy applications. |
686 resort for legacy applications. |
|
687 |
|
688 * Disposed old declarations, tactics, tactic combinators that refer to |
|
689 the simpset or claset of an implicit theory (such as Addsimps, |
|
690 Simp_tac, SIMPSET). INCOMPATIBILITY, should use @{simpset} etc. in |
|
691 embedded ML text, or local_simpset_of with a proper context passed as |
|
692 explicit runtime argument. |
687 |
693 |
688 * Antiquotations: block-structured compilation context indicated by |
694 * Antiquotations: block-structured compilation context indicated by |
689 \<lbrace> ... \<rbrace>; additional antiquotation forms: |
695 \<lbrace> ... \<rbrace>; additional antiquotation forms: |
690 |
696 |
691 @{let ?pat = term} - term abbreviation (HO matching) |
697 @{let ?pat = term} - term abbreviation (HO matching) |