NEWS
changeset 54631 da88a625cce1
parent 54588 42b9baf50f8f
child 54632 7a14f831d02d
equal deleted inserted replaced
54630:9061af4d5ebc 54631:da88a625cce1
    77 Conditionally_Complete_Lattices.   INCOMPATIBILITY.
    77 Conditionally_Complete_Lattices.   INCOMPATIBILITY.
    78 
    78 
    79 * Introduce bdd_above and bdd_below in Conditionally_Complete_Lattices, use them
    79 * Introduce bdd_above and bdd_below in Conditionally_Complete_Lattices, use them
    80 instead of explicitly stating boundedness of sets.
    80 instead of explicitly stating boundedness of sets.
    81 
    81 
       
    82 * ccpo.admissible quantifies only over non-empty chains to allow
       
    83 more syntax-directed proof rules; the case of the empty chain
       
    84 shows up as additional case in fixpoint induction proofs.
       
    85 INCOMPATIBILITY
    82 
    86 
    83 *** ML ***
    87 *** ML ***
    84 
    88 
    85 * Toplevel function "use" refers to raw ML bootstrap environment,
    89 * Toplevel function "use" refers to raw ML bootstrap environment,
    86 without Isar context nor antiquotations.  Potential INCOMPATIBILITY.
    90 without Isar context nor antiquotations.  Potential INCOMPATIBILITY.