AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Haskell
In Haskell, the function you're calling doesn't care what collection you pass it. You could be passing an array of something or a list of something. It doesn't care as long as it's mappable. So you end up with this situation where you as the caller can influence what type of collection you get back for instance. And that's a lot of code like JSON parsing type stuff.