Closed davidchambers closed 6 years ago
Currently we use a mixture of equals(lhs)(rhs), S.equals(lhs, rhs), and lhs === rhs. There's no reason for this inconsistency.
equals(lhs)(rhs)
S.equals(lhs, rhs)
lhs === rhs
Currently we use a mixture of
equals(lhs)(rhs)
,S.equals(lhs, rhs)
, andlhs === rhs
. There's no reason for this inconsistency.