making plurals

Gian Gnzgncrls@netscape.net
Tue, 08 May 2001 06:53:52 +1000


i was wandering if you would be able to show me how to
implement a function which converts a list  of words into the plurals
say maybe to convert "shelf" into "shelves". I thought maybe with using
some kind of recursion, tupples and the prelude function isSuffixOf. but 
im not sure how to implement it can you help.