March 17, 2010
12:22 p.m.
I would expect = to be "reflexive" self assert: (a = a). "symmetric" self assert: (a = b) ==> (b = a). "transitive" self assert: (a = b) & (b = c) ==> (a = c).
Date>>= does not seem to meet my expectations
Yes the more I think about it the more I'm against this automatic conversion. Stef