Test performance impact (was: The dreaded M-R)
John Meacham
john at repetae.net
Wed Feb 1 20:28:12 EST 2006
I think that given these results, I would have absolutely no issues with
dropping the MR completely. in fact, I'd recommend it.
If we must do something I don't think it is worth eating an operator for
a new type of binding, but some shorthand syntax
(x) = foo
being sugar for the equivalent of
(_,x) = (undefined,foo)
would not be objectionable.
John
--
John Meacham - ⑆repetae.net⑆john⑈
More information about the Haskell-prime
mailing list