Given a sequence Seq[Matcher[A]] I want to obtain a single Matcher[A] that succeeds when all matchers inside the sequence succeed.
Edit
The answer provided by myself seems a bit clumsy and in addition it would be nice if all failing matchers of the sequence produced a result