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 5dec63f commit 919acc2Copy full SHA for 919acc2
docs/docs/reference/other-new-features/type-test.md
@@ -124,7 +124,7 @@ trait Peano:
124
}
125
given TypeTest[Nat, Zero] = typeTestOfZero
126
protected def typeTestOfZero: TypeTest[Nat, Zero]
127
- given TypeTest[Nat, Succ]
+ given TypeTest[Nat, Succ] = typeTestOfSucc
128
protected def typeTestOfSucc: TypeTest[Nat, Succ]
129
```
130
0 commit comments