Skip to content

Add strict liftM #23

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

Merged
merged 1 commit into from
Nov 17, 2016
Merged

Add strict liftM #23

merged 1 commit into from
Nov 17, 2016

Conversation

phadej
Copy link
Contributor

@phadej phadej commented Oct 11, 2016

Resolve #13

-- | Deeply strict version of 'Control.Applicative.<$>'.
--
-- @since 1.4.3.0
(<$!!>) :: (Monad m, NFData b) => (a -> b) -> m a -> m b
Copy link
Member

Choose a reason for hiding this comment

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

This doesn't appear to be exported from Control.DeepSeq:

Control/DeepSeq.hs:216:3: warning: [-Wunused-top-binds]
    Defined but not used: ‘<$!!>’

@RyanGlScott RyanGlScott merged commit e01ad84 into haskell:master Nov 17, 2016
@hvr hvr modified the milestone: 1.4.3 Nov 17, 2016
@phadej phadej deleted the strict-liftM branch November 17, 2016 21:48
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.

3 participants