We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ade0df commit 18a4a73Copy full SHA for 18a4a73
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- uses: purescript-contrib/setup-purescript@main
16
with:
17
- purescript: "0.14.0-rc3"
+ purescript: "0.14.0-rc5"
18
19
- uses: actions/setup-node@v1
20
src/Data/Coyoneda.purs
@@ -125,7 +125,6 @@ instance traversableCoyoneda :: Traversable f => Traversable (Coyoneda f) where
125
126
instance foldable1Coyoneda :: Foldable1 f => Foldable1 (Coyoneda f) where
127
foldMap1 f = unCoyoneda \k -> foldMap1 (f <<< k)
128
- fold1 = unCoyoneda \k -> foldMap1 k
129
foldr1 = foldr1Default
130
foldl1 = foldl1Default
131
0 commit comments