Hello, why isn't there an Seq.append? And why does Seq.concat have the type Seq (Seq a) -> Seq a instead of [Seq a] -> Seq a which would be more consistent with the other modules? Wolfgang