Skip to content

Commit 6b9cddd

Browse files
Fix pure documentation link (#302)
This change removes the version number from the prelude documentation link to prevent referencing missing page.
1 parent c280d68 commit 6b9cddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/Differences-from-Haskell.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The `<<<` operator is actually a more general morphism composition operator that
205205

206206
## `return`
207207

208-
In the past, PureScript used `return`. However, it is now removed and replaced with [`pure`](https://pursuit.purescript.org/packages/purescript-prelude/1.1.0/docs/Control.Applicative#v:pure). It was always an alias for `pure`, which means this change was implemented by simply removing the alias.
208+
In the past, PureScript used `return`. However, it is now removed and replaced with [`pure`](https://pursuit.purescript.org/packages/purescript-prelude/docs/Control.Applicative#v:pure). It was always an alias for `pure`, which means this change was implemented by simply removing the alias.
209209

210210
## Array Comprehensions
211211

0 commit comments

Comments
 (0)
close