I read that datatypes that have instances for Alte...
# arrow-contributors
m
I read that datatypes that have instances for Alternative override some and many implementations to be more specific and I ported them too fixing the problem for ListK, SequenceK and Option, but the default implementation is still failing and I'm trying to fix it because I need it for an applicative parsing mini exercise I'm trying to solve