We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3f55d commit 5e019b7Copy full SHA for 5e019b7
1 file changed
src/Tutorial/Dependent.md
@@ -40,7 +40,7 @@ Before we proceed to our example, first consider how Idris recursively
40
defines the natural numbers (here affixed with apostrophes to avoid introducing
41
a conflict with the actual definition of `Nat`, which you can find
42
[here](https://github.com/idris-lang/Idris-dev/blob/master/libs/prelude/Prelude/Nat.idr)
43
-for reference)):
+for reference):
44
45
```idris
46
data Nat' : Type where
0 commit comments