Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Fix for Result Bi-/Traversable signatures #25

Merged

Conversation

mlms13
Copy link
Contributor

@mlms13 mlms13 commented Mar 24, 2020

In reazen/relude#252, it was reported that the applicative_t('a) type couldn't unify in Result.Bitraversable. I think this is because the Bitraversable module was missing the BITRAVERSABLE_F signature. I also added the applicative_t('a) to the TRAVERSABLE_F signature, to make sure those types can be unified, and I deleted Bitraversable.Infix since it wasn't used and wasn't included in the module signature, so it couldn't be accessed.

@Risto-Stevcev Risto-Stevcev merged commit a32b9ad into Risto-Stevcev:master Mar 24, 2020
@mlms13 mlms13 deleted the result-bitraversable-signature branch March 24, 2020 01:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants