given_Monoid_Fragments

object given_Monoid_Fragments extends Monoid[Fragments]
trait Monoid[Fragments]
trait Semigroup[Fragments]
class Object
trait Matchable
class Any

Value members

Concrete methods

def append(fs1: Fragments, fs2: => Fragments): Fragments

Inherited methods

def multiply(value: Fragments, n: Int): Fragments
Inherited from:
Monoid
def multiply1(value: Fragments, n: Int): Fragments
Inherited from:
Semigroup