👋 I'm assuming this isn't the most elegant solution, but I'm trying to compose multiple specter
functions together...
The reason for all the map manipulation is due to how go
contexts rearrange PersistentArrayMap
btw, this works, but I was wondering if I'm "doing it wrong"
@loganpowell would be more elegant with multi-transform
though I don't understand the point of the #(into {} %)
part
why use linked maps in the first place if you're just going to convert to a regular map?
Thank you! I'll look into mult-transform. The map manipulation is a necessary evil in the black-magic of a go block