Make Sequence.__add__ and Sequence.concatenate compatible to use with single blocks
As it might be convenient to sometimes add or concatenate single blocks to an existing Sequence object instead of first wrapping them with a sequence, it should be possible to hand in these to the corresponding functions.
As all blocks can be type-checked by their base class SequenceBaseBlock
it is straight-forward to add this functionality.
Edited by Jonathan Weine