Skip to content

Update to v0.14.0-rc3 #15

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 3 commits into from
Oct 23, 2020
Merged

Update to v0.14.0-rc3 #15

merged 3 commits into from
Oct 23, 2020

Conversation

paluh
Copy link
Contributor

@paluh paluh commented Oct 14, 2020

@JordanMartinez JordanMartinez merged commit 2611596 into purescript:master Oct 23, 2020
@@ -23,7 +23,7 @@ import Data.TraversableWithIndex (class TraversableWithIndex)
-- | `Const` has some useful instances. For example, the `Applicative`
-- | instance allows us to collect results using a `Monoid` while
-- | ignoring return values.
newtype Const ∷ ∀ k. Type k Type
newtype Const :: forall k. Type -> k -> Type
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@hdgarrood Thanks and sorry about that ;-)

Copy link
Contributor

Choose a reason for hiding this comment

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

No problem at all! Thanks for the PR 🙂

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