We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6aa22 commit 2fdb23bCopy full SHA for 2fdb23b
.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/Tuple.purs
@@ -150,7 +150,6 @@ instance foldableTuple :: Foldable (Tuple a) where
150
151
instance foldable1Tuple :: Foldable1 (Tuple a) where
152
foldMap1 f (Tuple _ x) = f x
153
- fold1 (Tuple _ x) = x
154
foldr1 _ (Tuple _ x) = x
155
foldl1 _ (Tuple _ x) = x
156
0 commit comments