On 08.11.2015 21:28, Gyula Fóra wrote:
Let's say I want to implement my own TupleTypeinfo that handles null
values, and I pass this typeinfo in the returns call of an operation. This
will most likely fail when the next operation validates the input although
I think it shouldn't.
So i just tried this. Removed the final modifier from TupleTypeInfo, created one that extended TupleTypeInfo, threw in a returns() call into the ConnectedComponents example and it passed the input validation.

Unless i misunderstood something you're premise is invalid.

Reply via email to