Albert Lai <[EMAIL PROTECTED]> writes: > I had looked into the source code of IArray a bit. Like you have > found, (!) is not a class method. [...]
Right. Shouldn't they be, though? I'm probably falling into some put-everything-in-classes trap, but wouldn't it be nice to overload these functions (as well as the previously mentioned list operations)? > Of course, you see the difference when you roll your own IArray > instance. Yes, and given the class members, I'm not at all sure how to implement it. My instinct tells me not to mess with it, and invent a different operator for indexing (which I already did anyway) -kzm -- If I haven't seen further, it is by standing in the footprints of giants _______________________________________________ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
