NEWS
changeset 51596 4f25e800f520
parent 51565 5e9fdbdf88ce
child 51682 bdaa1582dc8b
child 51686 532e0ac5a66d
equal deleted inserted replaced
51595:8e9746e584c9 51596:4f25e800f520
    40 * Discontinued empty name bindings in 'axiomatization'.
    40 * Discontinued empty name bindings in 'axiomatization'.
    41 INCOMPATIBILITY.
    41 INCOMPATIBILITY.
    42 
    42 
    43 
    43 
    44 *** HOL ***
    44 *** HOL ***
       
    45 
       
    46 * Notation "{p:A. P}" now allows tuple patterns as well.
    45 
    47 
    46 * Revised devices for recursive definitions over finite sets:
    48 * Revised devices for recursive definitions over finite sets:
    47   - Only one fundamental fold combinator on finite set remains:
    49   - Only one fundamental fold combinator on finite set remains:
    48     Finite_Set.fold :: ('a => 'b => 'b) => 'b => 'a set => 'b
    50     Finite_Set.fold :: ('a => 'b => 'b) => 'b => 'a set => 'b
    49     This is now identity on infinite sets.
    51     This is now identity on infinite sets.