Realm v0.1.0 Realm.Monoid protocol View Source
Monoid extends the semigroup with the concept of an "empty" or "zero" element.
Type Class
An instance of Realm.Monoid
must also implement Realm.Semigroup
,
and define Realm.Monoid.empty/1
.
Semigroup [append/2]
↓
Monoid [empty/1]
Link to this section Summary
Functions
An "emptied out" or "starting position" of the passed data.