I will stick with purescript-maps for now.
I had a look at the purescript-ordered-collections repo, but there I could not find a StrMap type in there.
What type should we use as an equivalent of StrMap?
I make use of the fact that the runtime representation of StrMap is just a plain javascript object. Is this still true for the Map type?
Regards
--Rouan