Evalable RΒΆ
equation1.spad line 26 [edit on github]
R: SetCategory
This category provides eval operations. A domain may belong to this category if it is possible to make evaluation\ ``''
substitutions.
- eval: (%, Equation R) -> %
eval(f, x = v)
replacesx
byv
inf
.
- eval: (%, List Equation R) -> %
eval(f, [x1 = v1, ..., xn = vn])
replacesxi
byvi
inf
.- eval: (%, List R, List R) -> %
from InnerEvalable(R, R)
- eval: (%, R, R) -> %
from InnerEvalable(R, R)
InnerEvalable(R, R)