-
Notifications
You must be signed in to change notification settings - Fork 14
Update to v0.14.0-rc3 #24
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
Conversation
CI failed because |
@paluh Please update the "scripts": {
"test": "pulp test"
},
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI builds now.
src/Data/Functor/Compose.purs
Outdated
@@ -17,6 +17,7 @@ import Data.TraversableWithIndex (class TraversableWithIndex, traverseWithIndex) | |||
import Data.Tuple (Tuple, curry) | |||
|
|||
-- | `Compose f g` is the composition of the two functors `f` and `g`. | |||
newtype Compose ∷ ∀ k1 k2. (k2 → Type) → (k1 → k2) → k1 → Type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you use ascii syntax here please?
I’m happy to merge this once we’re using ascii syntax everywhere. |
@hdgarrood Yeah, sure - once again sorry for this mess. I'm going to review all my 0.14 related PR's soon to ensure that I didn't make this mistake anywhere else. |
No worries at all ❤️ thanks again for your PRs! |
|
Backlinking to purescript/purescript#3942