Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Tutorial/Dependent.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Before we proceed to our example, first consider how Idris recursively
defines the natural numbers (here affixed with apostrophes to avoid introducing
a conflict with the actual definition of `Nat`, which you can find
[here](https://github.com/idris-lang/Idris-dev/blob/master/libs/prelude/Prelude/Nat.idr)
for reference)):
for reference):

```idris
data Nat' : Type where
Expand Down