j
k
j a
j l
Hi,
Or (I assume, haven't tested) if you insist on renaming the methods: doMeth m | m == getMethod = ... | m == putMethod = ...
Or (I assume, haven't tested) if you insist on renaming the methods:
doMeth m | m == getMethod = ... | m == putMethod = ...
This, of course, assumes that you've derived (or declared) Method an instance of Eq. Regards, Stefan
Back to the thread
Back to the list