
#75 Haskell "Not as Scary as You Think" with Kris Jenkins
Happy Path Programming
00:00
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.
Transcript
Play full episode