NEWS
changeset 23029 79ee75dc1e59
parent 23013 c38c9039dc13
child 23102 559709b43104
equal deleted inserted replaced
23028:d8c4a02e992a 23029:79ee75dc1e59
   527 * Pure: 'print_theory' now suppresses entities with internal name
   527 * Pure: 'print_theory' now suppresses entities with internal name
   528 (trailing "_") by default; use '!' option for full details.
   528 (trailing "_") by default; use '!' option for full details.
   529 
   529 
   530 
   530 
   531 *** HOL ***
   531 *** HOL ***
       
   532 
       
   533 * constant "List.op @" now named "List.append".  Use ML antiquotations
       
   534 @{const_name List.append} or @{term " ... @ ... "} to circumvent
       
   535 possible incompatibilities when working on ML level.
   532 
   536 
   533 * Constant renames due to introduction of canonical name prefixing for
   537 * Constant renames due to introduction of canonical name prefixing for
   534   class package:
   538   class package:
   535 
   539 
   536     HOL.abs ~> HOL.minus_class.abs
   540     HOL.abs ~> HOL.minus_class.abs