hi folks, i am currently trying to learn more about functional programming and arrow. as an exercise and inspired by
https://github.com/arrow-kt/arrow/issues/1747 i tried to implement the semialign typeclass with instances for some arrow types (Id, Option, ListK, MapK, Nel, SequenceK). would there be interest for a PR? i would definitely need some guidance and review around the implementation.