Implement record functor / field functor sequencing and joining#126
Implement record functor / field functor sequencing and joining#126cfhammill wants to merge 1 commit intoVinylRecords:masterfrom
Conversation
These help implement unnesting for list records. I'm not completely happy with the MapTypeDeCon family in that it isn't applicable to symbol paired fields. I couldn't get the reverse equivalent of ApplyToField to work with the injectivity annotation.
|
@acowley any advice for getting this mergeable? |
|
Right off the bat, I apologize for how long this has taken me. My hang up is that it looked like something would be confusing in Okay, first, We know that every field is Second, we usually do I also find the Again, sorry for how long this took. Would you be open to reconsidering the |
|
Thanks @acowley, no problem at all on the delay. Your sketch for Also yes re |
These help implement unnesting for list records.
I'm not completely
happy with the MapTypeDeCon family in that it isn't applicable to
symbol paired fields. I couldn't get the reverse equivalent of
ApplyToField to work with the injectivity annotation.
Also not sure if join is the right term here. Really it's about swapping
applicative implementations for
pureandliftA2.