-- Sample test data
type Sales = (String, String, Int)
testData :: [Sales]
testData :: [("Me and My Broken Heart","Rixton"),("It’s My Birthday","will.i.am"),("Problem","Ariana Grande")]
-- record a sale of a track
sellTrack :: String String-> [Sales]
sellTrack :: trackName artistName = [Sales] ++ [(trackName, artistName, numberSold)]
I get the error "illegal literal in type : "Me and my broken