FunctionIsSemiring

com.alecdorrington.scalgebra.evidence.function.FunctionIsSemiring

Evidence that single-argument functions form a Semiring under pointwise addition and multiplication, provided the return type has a Semiring instance.

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Givens

Givens

given given_Semiring_Function[X, Y](using Y: Semiring[Y]): given_Semiring_Function[X, Y]