NEWS
changeset 17097 78f1b66f70a4
parent 17095 669005f73b81
child 17117 e2bed9e82454
equal deleted inserted replaced
17096:8327b71282ce 17097:78f1b66f70a4
    88 conclusion of a meta-logical statement theorem, and 'prem1' .. 'prem9'
    88 conclusion of a meta-logical statement theorem, and 'prem1' .. 'prem9'
    89 to print the specified premise.  TermStyle.add_style provides an ML
    89 to print the specified premise.  TermStyle.add_style provides an ML
    90 interface for introducing further styles.  See also the "LaTeX Sugar"
    90 interface for introducing further styles.  See also the "LaTeX Sugar"
    91 document practical applications.
    91 document practical applications.
    92 
    92 
       
    93 * Proper output of proof terms (@{prf ...} and @{full_prf ...}) within
       
    94 a proof context.
       
    95 
       
    96 * Proper output of antiquotations for theory commands involving a
       
    97 proof context (such as 'locale' or 'theorem (in loc) ...').
       
    98 
    93 
    99 
    94 *** Pure ***
   100 *** Pure ***
    95 
   101 
    96 * Considerably improved version of 'constdefs' command.  Now performs
   102 * Considerably improved version of 'constdefs' command.  Now performs
    97 automatic type-inference of declared constants; additional support for
   103 automatic type-inference of declared constants; additional support for
   184 * New syntax 'name(i-j, i-, i, ...)' for referring to specific
   190 * New syntax 'name(i-j, i-, i, ...)' for referring to specific
   185 selections of theorems in named facts via index ranges.
   191 selections of theorems in named facts via index ranges.
   186 
   192 
   187 * More efficient treatment of intermediate checkpoints in interactive
   193 * More efficient treatment of intermediate checkpoints in interactive
   188 theory development.
   194 theory development.
       
   195 
       
   196 * 'print_theorems': in theory mode, really print the difference
       
   197 wrt. the last state (works for interactive theory development only),
       
   198 in proof mode print all local facts (cf. 'print_facts');
   189 
   199 
   190 
   200 
   191 *** Locales ***
   201 *** Locales ***
   192 
   202 
   193 * New commands for the interpretation of locale expressions in theories (1),
   203 * New commands for the interpretation of locale expressions in theories (1),