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 3d8206d commit 75ee04cCopy full SHA for 75ee04c
docs/docs/reference/metaprogramming/inline.md
@@ -363,7 +363,7 @@ Then:
363
```
364
365
As another example, consider the type-level version of `toInt` below:
366
-given a _type_ representing a [Peano number](https://wiki.haskell.org/Peano_numbers),
+given a _type_ representing a Peano number,
367
return the integer _value_ corresponding to it.
368
Consider the definitions of numbers as in the _Inline
369
Match_ section above. Here is how `toIntT` can be defined:
0 commit comments