Skip to content

Commit

Permalink
Update docs/docs/reference/other-new-features/type-test.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jamie Thompson <[email protected]>
  • Loading branch information
nicolasstucki and bishabosha authored Nov 6, 2020
1 parent 5dec63f commit 919acc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/reference/other-new-features/type-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ trait Peano:
}
given TypeTest[Nat, Zero] = typeTestOfZero
protected def typeTestOfZero: TypeTest[Nat, Zero]
given TypeTest[Nat, Succ]
given TypeTest[Nat, Succ] = typeTestOfSucc
protected def typeTestOfSucc: TypeTest[Nat, Succ]
```

Expand Down

0 comments on commit 919acc2

Please sign in to comment.