Identity element of the join-semilattice. a.join(empty) == a for every a.
a.join(empty) == a
a
@override Fugue<T> get empty => Fugue<T>();