Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Conversation

littc
Copy link

@littc littc commented Jul 24, 2016

fix #16

Core/Strict.hs Outdated
) where

($!) :: (a -> b) -> a -> b
($!) f !a = f a
Copy link
Member

Choose a reason for hiding this comment

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

ok, my bad, this will conflict with Prelude's one. Can you remote it?

Copy link
Author

Choose a reason for hiding this comment

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

ah ok, did you mean "remove"? should I do a git revert on it?

On 24 July 2016 at 18:12, Nicolas DI PRIMA [email protected] wrote:

In Core/Strict.hs
#49 (comment)
:

+-- Portability : portable
+--
+-- Enforce strictness when executing lambda
+--
+
+module Core.Strict

  • ( ($!)
  • , strict2
  • , strict3
  • , strict4
  • , strict5
  • , strict6
  • ) where

+($!) :: (a -> b) -> a -> b
+($!) f !a = f a

ok, my bad, this will conflict with Prelude's one. Can you remote it?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/haskell-foundation/foundation/pull/49/files/56b57b3eb2b5bd9f3e9ca551fd1ead97ffe21013#r71991168,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACj1rvE8gheq6RgwyxN0jqBRYRDuUZLGks5qY47bgaJpZM4JTkbx
.

Copy link
Member

Choose a reason for hiding this comment

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

no, juste delete the function and add the new commit.

@NicolasDP
Copy link
Member

The PR is not compiling on travis because the branch is missing some of @vincenthz 's last changes. Please, rebase your PR.

@NicolasDP
Copy link
Member

ok, this is not the way to do. I'll create a new PR with your commits.

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.

Add strict family of functions

4 participants