NEWS
changeset 4070 3a6e1e562aed
parent 4035 6ffbc7b11abd
child 4108 1610602a2964
equal deleted inserted replaced
4069:d6d06a03a2e9 4070:3a6e1e562aed
   107      ( (!y1 ... ym1. x = C1 y1 ... ym1 --> P(f1 y1 ... ym1)) &
   107      ( (!y1 ... ym1. x = C1 y1 ... ym1 --> P(f1 y1 ... ym1)) &
   108         ...
   108         ...
   109         (!y1 ... ymn. x = Cn y1 ... ymn --> P(f1 y1 ... ymn))
   109         (!y1 ... ymn. x = Cn y1 ... ymn --> P(f1 y1 ... ymn))
   110      )
   110      )
   111 
   111 
   112   which can be added to a simpset via `addsplits'.
   112   which can be added to a simpset via `addsplits'. The existing theorems
       
   113   expand_list_case and expand_option_case have been renamed to
       
   114   split_list_case and split_option_case.
   113 
   115 
   114 * HOL/Lists: the function "set_of_list" has been renamed "set"
   116 * HOL/Lists: the function "set_of_list" has been renamed "set"
   115   (and its theorems too);
   117   (and its theorems too);
   116 
   118 
   117 
   119