Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReaderT instances for Semialign and Align #196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

turion
Copy link

@turion turion commented May 4, 2024

Since ReaderT r m a is isomorphic to Compose m ((->) r)) a, it has a straightforward Align instance. This PR adds it. If you want, I can add other instances for transformers that are also compositions (ExceptT, MaybeT, possibly others?).

@turion
Copy link
Author

turion commented May 4, 2024

Solves part of #135.

In #135 (comment), you say:

"should" should be witnessed.

Is it sufficient to add one monomorphic test case for ReaderT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant