> Comments welcome - on blog or replied here. > > Instead of inventing something "similar to other language but different ... yet still with same limitation", what about challenge first? Can you write all your examples (and more) using Type::Tiny based constraint dispatch (current or reasonably improved)? eg: given ($foo) { when (My::Domain::Accepted) { ... } when (My::Domain::Rejected) { ... } ... }Thread Previous | Thread Next