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

[#121] Reexport Ap and change foldMapA #139

Merged
merged 6 commits into from
Feb 17, 2019

Conversation

chshersh
Copy link
Contributor

@chshersh chshersh commented Feb 16, 2019

Resolves #121

I didn't touch foldMapM for now. Probably it should be implemented using foldMap' from newer base.

@chshersh chshersh added the reexport Reexport something new label Feb 16, 2019
@chshersh chshersh added this to the v0.5.0: Improvements milestone Feb 16, 2019
@chshersh chshersh self-assigned this Feb 16, 2019
@cronokirby
Copy link
Collaborator

Looks like we still need some explicit Semigroup constraints for the older GHC versions...

Copy link
Collaborator

@cronokirby cronokirby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully we can get it to build on the older versions without too much fiddling 🤔
Otherwise, good change overall

minBound = pure minBound
maxBound = pure maxBound

-- | @since 4.12.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use relude versions here? Does it make sense to write about base versions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point! I will update the docs 👍

@vrom911 vrom911 merged commit 684e715 into master Feb 17, 2019
@vrom911 vrom911 deleted the chshersh/121-Reexport-Ap-and-change-definition branch February 17, 2019 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reexport Reexport something new
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants