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

Add functor instance to Response #172

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

DrewFenwick
Copy link
Contributor

The Response type currently doesn't have a functor instance. It would spare me writing some boilerplate code if it did.

Not having a functor instance doesn't serve any purpose since the constructor of Response is exported and anyone can make their own Response mapping function, so I can't see any reason not to add this instance.

@swamp-agr swamp-agr merged commit 02bd350 into fizruk:master Mar 28, 2024
8 checks passed
@swamp-agr
Copy link
Collaborator

Thank you once again! :)

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.

2 participants