Hacker News new | ask | show | jobs
by RhysU 2180 days ago
Guards feel superfluous if the x, x pattern can be trivially lowered into a guard.
1 comments

More vice versa. Guards look more general (being able to express not-equal, and less-than etc), so special semantics for `x,x` only seem warranted if it's very common.
Agreed they're more general. If I have a working guard implementation I can build the x, x case atop it. Meaning, the x, x case can be sugar.