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.
2 parents 7a60ada + eabe4e2 commit 1145444Copy full SHA for 1145444
1 file changed
src/Data/Profunctor/Strong.purs
@@ -62,7 +62,7 @@ infixr 3 splitStrong as ***
62
-- |
63
-- | Specializing `(&&&)` to function application would look like this:
64
-- | ```
65
--- | (&&&) :: forall a b c d. (a -> b) -> (a -> c) -> (a -> (Tuple b c))
+-- | (&&&) :: forall a b c. (a -> b) -> (a -> c) -> (a -> (Tuple b c))
66
67
-- | We take two functions, `f` and `g`, with the same parameter type and we transform them into a
68
-- | single function which takes one parameter and returns a `Tuple` of the results of running
0 commit comments