Implementation: Evaluation Lambdas #
@[reducible, inline]
A lambda representation of polynomial evaluations
Equations
- Polynomial.Rfl.EvalArrow = Polynomial.Rfl.Eval (fun (x : Polynomial R) => R → R) fun (x : Polynomial R) (F : R → R) => F
Instances For
instance
Polynomial.Rfl.instEvalArrowReflection
{R : Type u_1}
[CommSemiring R]
:
EvalReflection R (fun (x : Polynomial R) => R → R) fun (x : Polynomial R) (F : R → R) => F
A reflection system for Eval
using the EvalArrow
representation
Equations
- One or more equations did not get rendered due to their size.