I thought this would be the best place to ask about for Haskell, I apologise if I've put it in the wrong place, sorry!
I'm trying to create a function called display where I type in a product name, e.g. dvd1, it returns the string and the total value of the stock held for the product:
Here's...