NEWS
changeset 31626 fe35b72b9ef0
parent 31547 398c0f48a99e
parent 31624 4b792a97a1fb
child 31643 b040f1679f77
equal deleted inserted replaced
31614:ef6d67b1ad10 31626:fe35b72b9ef0
    34 * ML antiquotation @{code_datatype} inserts definition of a datatype
    34 * ML antiquotation @{code_datatype} inserts definition of a datatype
    35 generated by the code generator; see Predicate.thy for an example.
    35 generated by the code generator; see Predicate.thy for an example.
    36 
    36 
    37 * New method "linarith" invokes existing linear arithmetic decision
    37 * New method "linarith" invokes existing linear arithmetic decision
    38 procedure only.
    38 procedure only.
       
    39 
       
    40 * Implementation of quickcheck using generic code generator; default generators
       
    41 are provided for all suitable HOL types, records and datatypes.
    39 
    42 
    40 
    43 
    41 *** ML ***
    44 *** ML ***
    42 
    45 
    43 * Eliminated old Attrib.add_attributes, Method.add_methods and related
    46 * Eliminated old Attrib.add_attributes, Method.add_methods and related