(no title)
ivxvm
|
2 years ago
Not really possible, because Record and Map aren't compatible at all.
At best they both have something like `toString`.
You'll need to define at least something like RecordFunctor<T> and MapFunctor<T> to make this useful.
mbwgh|2 years ago
In my case I only ever used the concrete types and converted between them at some point.
ivxvm|2 years ago