I'm having real trouble starting this project. Basically I have to create a
record store that store information about artists and albums and also the
number of sales that they have had. It also needs to generate a list of the
top 5 sellers.

So far I have: recordSale :: Sales -> String -> String -> Sales

where recordSale sales anArtist aTrack returns a modified version of the
sales. 

Any help getting started on this would be gratefully received. I don't want
answers, I just want help getting started. 

Thank you
-- 
View this message in context: 
http://old.nabble.com/Getting-started-tp29046956p29046956.html
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to