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 9eb843d commit 34c449bCopy full SHA for 34c449b
docs/_docs/reference/experimental/capture-checking/basics.md
@@ -66,7 +66,8 @@ val xs = usingLogFile { f =>
66
}
67
```
68
An error would be issued in the second case, but not the first one (this assumes a capture-aware
69
-formulation `LzyList` of lazily evaluated lists, which we will present later in this page).
+formulation `LzyList` of lazily evaluated lists, which we will present later in the chapter
70
+on [capture checking classes](classes.md)).
71
72
It turns out that capture checking has very broad applications. Besides the various
73
try-with-resources patterns, it can also be a key part to the solutions of many other long standing problems in programming languages. Among them:
0 commit comments