NEWS
changeset 28700 fb92b1d1b285
parent 28685 275122631271
child 28710 e2064974c114
equal deleted inserted replaced
28699:32b6a8f12c1c 28700:fb92b1d1b285
   203 (instead of Main), thus theory Main occasionally has to be imported
   203 (instead of Main), thus theory Main occasionally has to be imported
   204 explicitly.
   204 explicitly.
   205 
   205 
   206 * The metis method now fails in the usual manner, rather than raising
   206 * The metis method now fails in the usual manner, rather than raising
   207 an exception, if it determines that it cannot prove the theorem.
   207 an exception, if it determines that it cannot prove the theorem.
       
   208 
       
   209 * The metis method no longer fails because the theorem is too trivial
       
   210 (contains the empty clause).
   208 
   211 
   209 * Methods "case_tac" and "induct_tac" now refer to the very same rules
   212 * Methods "case_tac" and "induct_tac" now refer to the very same rules
   210 as the structured Isar versions "cases" and "induct", cf. the
   213 as the structured Isar versions "cases" and "induct", cf. the
   211 corresponding "cases" and "induct" attributes.  Mutual induction rules
   214 corresponding "cases" and "induct" attributes.  Mutual induction rules
   212 are now presented as a list of individual projections
   215 are now presented as a list of individual projections