| author | paulson |
| Wed, 11 Jul 2001 13:56:15 +0200 | |
| changeset 11405 | b6e3ac38397d |
| parent 11093 | 62c2e0af1d30 |
| child 11779 | 1aa328cb273a |
| permissions | -rw-r--r-- |
(* Universal property and evaluation homomorphism of univariate polynomials $Id$ Author: Clemens Ballarin, started 15 April 1997 *) PolyHomo = Degree + (* Instantiate result from Degree.ML *) instance up :: (domain) domain (up_one_not_zero, up_integral) consts EVAL2 :: ('a::ringS => 'b) => 'b => 'a up => 'b::ringS EVAL :: 'a::ringS => 'a up => 'a defs EVAL2_def "EVAL2 phi a p == setsum (%i. phi (coeff i p) * a ^ i) {..deg p}" EVAL_def "EVAL == EVAL2 (%x. x)" end