Monoid

libretto.CoreLib.Monoid
See theMonoid companion object
trait Monoid[A] extends Semigroup[A]

Attributes

Companion
object
Graph
Supertypes
trait Semigroup[A]
class Object
trait Matchable
class Any
Known subtypes
object given_Monoid_Done.type
object given_Monoid_One.type
object given_Monoid_Ping.type

Members list

Value members

Abstract methods

def unit: One -⚬ A

Concrete methods

Inherited methods

def combine: A |*| A -⚬ A

Attributes

Inherited from:
Semigroup

Attributes

Inherited from:
Semigroup