I want to define a tripartite `Result` type which represents success, expected failure and unexpected failure (not for the first time I've tried but I have union types now!). It would be nice if I could find three equal-length words which convey these concepts. Which do you like?
Yes, you're right, of course! The "equal length" criterion was more a way to choose between a large number of equally-good names, but it's hardly worth chucking out a better name for.