NEWS
changeset 74604 3da2662a35cd
parent 74589 ee92a47b47cb
child 74612 54085e37ce4d
equal deleted inserted replaced
74603:c22ae7b41bb8 74604:3da2662a35cd
   289 
   289 
   290 * Session "HOL-Statespace": various improvements and cleanup.
   290 * Session "HOL-Statespace": various improvements and cleanup.
   291 
   291 
   292 
   292 
   293 *** ML ***
   293 *** ML ***
       
   294 
       
   295 * Antiquotation for embedded lemma supports local fixes, as usual in
       
   296 many other Isar language elements. For example:
       
   297 
       
   298   @{lemma "x = x" for x :: nat by (rule refl)}
   294 
   299 
   295 * Term operations under abstractions are now more robust (and more
   300 * Term operations under abstractions are now more robust (and more
   296 strict) by using the formal proof context in subsequent operations:
   301 strict) by using the formal proof context in subsequent operations:
   297 
   302 
   298   Variable.dest_abs
   303   Variable.dest_abs