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 ae29196 commit 60d6028Copy full SHA for 60d6028
guides/Custom-Type-Errors.md
@@ -18,7 +18,7 @@ notBad = 21
18
But now you decide there is something `better`; you want to deprecate `notBad` in favour of this new function:
19
20
```purescript
21
-notBad :: Warn "`notBad` is deprecated. Prefer `better` instead." => Int
+notBad :: Warn (Text "`notBad` is deprecated. Prefer `better` instead.") => Int
22
notBad = 21
23
24
better :: Int
0 commit comments