given_Semigroup_Function

given given_Semigroup_Function[A, B]: Semigroup[A => B]

Value members

Concrete methods

def scombine(fx: A => B, fy: A => B): A => B

Inherited methods

def sconcat(nel: NonEmpty[A => B]): A => B
Inherited from
Semigroup

Extensions

Inherited extensions

extension (x: A)
@targetName("concat")
def <>(y: A): A => B
Inherited from
Semigroup