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 8b4b38a commit a078bafCopy full SHA for a078baf
src/Data/Either.purs
@@ -57,7 +57,7 @@ instance bifunctorEither :: Bifunctor Either where
57
-- | `Left` values are left untouched:
58
-- |
59
-- | ``` purescript
60
--- | Left f <*> Right x == Left x
+-- | Left f <*> Right x == Left f
61
-- | Right f <*> Left y == Left y
62
-- | ```
63
0 commit comments