I'm spending a little time here and there to learn some Haskell. I'm coming from a chiefly Python/C/bash background.
I want to build a Data.Map where the keys are strings, and the values are lists of strings.
Is there an equivalent in Haskell?
Thanks!