We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1e2e76 + 4152a27 commit 9f3997bCopy full SHA for 9f3997b
src/Data/Functor.purs
@@ -66,7 +66,7 @@ voidRight x = map (const x)
66
67
infixl 4 voidRight as <$
68
69
--- | A version of `voidLast` with its arguments flipped.
+-- | A version of `voidRight` with its arguments flipped.
70
voidLeft :: forall f a b. Functor f => f a -> b -> f b
71
voidLeft f x = const x <$> f
72
0 commit comments