Skip to content

Commit

Permalink
Update link to moved resource (#3717)
Browse files Browse the repository at this point in the history
Updates the link previously pointing to a guide on dealing with the Partial type class to point at the docs for purescript-partial where the resource moved.
  • Loading branch information
alextes authored and hdgarrood committed Aug 18, 2019
1 parent ed8e661 commit 19824d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language/PureScript/Docs/Prim.hs
Expand Up @@ -348,7 +348,7 @@ partial = primClass "Partial" $ T.unlines
, "a partial function with a bad input will usually cause an error to be"
, "thrown, although it is not safe to assume that this will happen in all"
, "cases. For more information, see"
, "[the Partial type class guide](https://github.com/purescript/documentation/blob/master/guides/The-Partial-type-class.md)."
, "[purescript-partial](https://pursuit.purescript.org/packages/purescript-partial/)."
]

kindBoolean :: Declaration
Expand Down

0 comments on commit 19824d0

Please sign in to comment.