How should I represent the typescript type Record<K, V>
in Purescript?
It’s required that the javascript output represents the mentioned type, and I don’t mind too much what the purescript type is.
I’ve been looking through the purescript libs and nothing sticks out.
I checked out this too, which does what I need it to but I don’t have the data type.