equal
deleted
inserted
replaced
212 but not gcd/lcm on polynomials over fields. This has been moved |
212 but not gcd/lcm on polynomials over fields. This has been moved |
213 to a separate theory Library/Polynomial_GCD_euclidean.thy, to |
213 to a separate theory Library/Polynomial_GCD_euclidean.thy, to |
214 pave way for a possible future different type class instantiation |
214 pave way for a possible future different type class instantiation |
215 for polynomials over factorial rings. INCOMPATIBILITY. |
215 for polynomials over factorial rings. INCOMPATIBILITY. |
216 |
216 |
217 * Library/Sublist.thy: renamed prefixeq -> prefix and prefix -> strict_prefix |
217 * Library/Sublist.thy: renamed |
|
218 prefixeq -> prefix |
|
219 prefix -> strict_prefix |
|
220 suffixeq -> suffix |
|
221 suffix -> strict_suffix |
218 |
222 |
219 * Dropped various legacy fact bindings, whose replacements are often |
223 * Dropped various legacy fact bindings, whose replacements are often |
220 of a more general type also: |
224 of a more general type also: |
221 lcm_left_commute_nat ~> lcm.left_commute |
225 lcm_left_commute_nat ~> lcm.left_commute |
222 lcm_left_commute_int ~> lcm.left_commute |
226 lcm_left_commute_int ~> lcm.left_commute |