Hacker News new | ask | show | jobs
by watt 1884 days ago
yeah, but if you really need to store 3 states, why not make 1 first-class concept instead of awkwardly combining two?
1 comments

Because a nullable bool has literally the same semantics as Maybe<Bool>. Why invent it again but in your app this time?