We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fffff8f + 169ca64 commit 81f0397Copy full SHA for 81f0397
src/Data/Maybe.purs
@@ -69,11 +69,10 @@ instance applyMaybe :: Apply Maybe where
69
apply Nothing _ = Nothing
70
71
-- | The `Applicative` instance enables lifting of values into `Maybe` with the
72
--- | `pure` or `return` function (`return` is an alias for `pure`):
+-- | `pure` function:
73
-- |
74
-- | ``` purescript
75
-- | pure x :: Maybe _ == Just x
76
--- | return x :: Maybe _ == Just x
77
-- | ```
78
79
-- | Combining `Functor`'s `<$>` with `Apply`'s `<*>` and `Applicative`'s
0 commit comments